Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.26 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.26 KB

JToric

Docs CI codecov

What is JToric about?

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.

Documentation

The documentation is available at https://oscar-system.github.io/JToric.jl/dev/.

Installation

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" )