This package aims to make functionality for computing with toric varieties available in Julia
and the computer algebra system Oscar
(https://oscar.computeralgebra.de/). In particular, the functionality provided by the ToricVarieties_project
(https://github.com/homalg-project/ToricVarieties_project) as well as polymake
(https://polymake.org/doku.php) will be made available.
The documentation is available at https://oscar-system.github.io/JToric.jl/dev/.
First, install Julia
on your computer. Next, this development version of JToric
should be placed outside of the .julia
folder of your home folder. If not done yet, please move it to such a location now and register and build it as follows:
using Pkg
Pkg.develop( path = "path/to/your/JToric" )
Pkg.build( "JToric" )