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