File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
* A julia wrapper for the [ PORTA] ( http://porta.zib.de/ ) polyhedral analysis software.*
4
4
5
- | Documentation | Test Coverage | Linux/Mac | Windows | FreeBSD |
6
- | :-------------:| :-------------:| :---------:| :-------:| :-------:|
7
- | [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaPolyhedra.github.io/XPORTA.jl/dev ) | [ ![ Coverage Status] ( https://coveralls.io/repos/github/JuliaPolyhedra/XPORTA.jl/badge.svg?branch=main )] ( https://coveralls.io/github/JuliaPolyhedra/XPORTA.jl?branch=main ) [ ![ codecov] ( https://codecov.io/gh/JuliaPolyhedra/XPORTA.jl/branch/main/graph/badge.svg )] ( https://codecov.io/gh/JuliaPolyhedra/XPORTA.jl ) | [ ![ Linux/Mac Build Status] ( https://travis-ci.org/JuliaPolyhedra/XPORTA.jl.svg?branch=main )] ( https://travis-ci.org/github/JuliaPolyhedra/XPORTA.jl ) | [ ![ Windows Build status] ( https://ci.appveyor.com/api/projects/status/2kjsbavtulwhsamu?svg=true )] ( https://ci.appveyor.com/project/bdoolittle/xporta-jl ) | [ ![ FreeBSD Build Status] ( https://api.cirrus-ci.com/github/JuliaPolyhedra/XPORTA.jl.svg )] ( https://cirrus-ci.com/github/JuliaPolyhedra/XPORTA.jl ) |
5
+ [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaPolyhedra.github.io/XPORTA.jl/dev ) [ ![ Test Status] ( https://github.com/JuliaPolyhedra/XPORTA.jl/actions/workflows/run_tests.yml/badge.svg )] ( https://github.com/JuliaPolyhedra/XPORTA.jl/actions/workflows/run_tests.yml )
6
+
7
+ XPORTA provides two features:
8
+
9
+ - a thin wrapper around the complete PORTA API
10
+ - an interface to [ Polyhedra] ( https://github.com/JuliaPolyhedra/Polyhedra.jl )
8
11
9
12
## Documentation
10
13
16
19
17
20
PORTA and XPORTA.jl are licensed under the GNU General Public License (GPL) v2.0.
18
21
22
+ ## Use with Polyhedra
23
+
24
+ To use XPORTA with Polyhedra, use ` XPORTA.Library ` :
25
+
26
+ ``` julia
27
+ using Polyhedra, XPORTA
28
+ h = hrep (... )
29
+ p = polyhedron (h, XPORTA. Library ())
30
+ ```
31
+
19
32
## Acknowledgments
20
33
21
34
Development of XPORTA.jl was made possible by the advisory of Dr. Eric Chitambar
You can’t perform that action at this time.
0 commit comments