Skip to content

A Julia package for computations related to the Prym-Green conjecture

License

Notifications You must be signed in to change notification settings

steenpass/PrymGreen.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrymGreen

Build Status Coverage Status codecov

A Julia package for computations related to the Prym-Green conjecture.

To build PrymGreen.jl, start Julia and then type:

julia> using Pkg
julia> singular_url = "https://github.com/oscar-system/Singular.jl"
julia> Pkg.add(PackageSpec(url = singular_url))
julia> prymgreen_url = "https://github.com/steenpass/PrymGreen.jl"
julia> Pkg.add(PackageSpec(url = prymgreen_url))

To use PrymGreen.jl, start Julia and then type:

julia> using PrymGreen

About

A Julia package for computations related to the Prym-Green conjecture

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published