Skip to content

JuliaPolyhedra/Polyhedra.jl

This branch is 1 commit ahead of, 39 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d87bd0f · Mar 25, 2022
Jul 29, 2021
Feb 25, 2022
Nov 11, 2021
Apr 24, 2018
Mar 18, 2022
Mar 18, 2022
Sep 24, 2020
Sep 9, 2021
Feb 8, 2016
Mar 25, 2022
Dec 16, 2020

Repository files navigation

Polyhedra

Documentation Build Status Social References to cite
Build Status Gitter DOI
Codecov branch

Polyhedra provides an unified interface for Polyhedral Computation Libraries such as CDDLib.jl. These manipulation notably include the transformation from (resp. to) an inequality representation of a polyhedron to (resp. from) its generator representation (convex hull of points + conic hull of rays) and projection/elimination of a variable with e.g. Fourier-Motzkin.

It defines the abstract type Polyhedron and splits the operations on this type in two categories:

  • Mandatory: Operations that needs to be implemented by the Polyhedral Computation Libraries: e.g. Transformation between the two representations described above and variable elimination.
  • Optional: Operations that can be implemented using the other operations and hence have a default implementation: e.g. creation of the polyhedron from the feasible set of a JuMP model, linear transformation, intersection, Minkowski addition, decomposition into points and faces for e.g. 3D visualization using MeshCat or Makie.jl...

Documentation

  • STABLEmost recently tagged version of the documentation.
  • LATESTin-development version of the documentation.

Citing

See CITATION.bib.