Skip to content

JuliaPolyhedra/XPORTA.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XPORTA.jl (ALPHA)

A julia wrapper for the PORTA polyhedral analysis software.

DevTest Status

XPORTA provides two features:

  • a thin wrapper around the complete PORTA API
  • an interface to Polyhedra

Documentation

Licensing

PORTA and XPORTA.jl are licensed under the GNU General Public License (GPL) v2.0.

Use with Polyhedra

To use XPORTA with Polyhedra, use XPORTA.Library:

using Polyhedra, XPORTA
h = hrep(...)
p = polyhedron(h, XPORTA.Library())

Acknowledgments

Development of XPORTA.jl was made possible by the advisory of Dr. Eric Chitambar and general support from the Physics Department at the University of Illinois Urbana-Champaign. Funding was provided by NSF Award 1914440.

Citing

See PORTA_CITATION.bib for the relevant references.