Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

oscar-system/JToric.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBSOLETE: this package is now directly integrated into Oscar.jl

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