Package apron

Class PplPoly


public class PplPoly extends Manager
Manager factory for the Parma Polyhedra Library convex polyhedra domain.
  • Constructor Details

    • PplPoly

      public PplPoly(boolean strict)
      Creates a new manager to create and manipulate convex polyhedra. using the Parma Polyhedra Library.

      If strict is true, then the domain can express strict inequalities, i.e., non-closed convex polyhedra. Otherwise, the domain expresses closed convex polyhedra.