Package apron

Class Polka


public class Polka extends Manager
Manager factory for the convex polyhedron abstract domain.
  • Constructor Details

    • Polka

      public Polka(boolean strict)
      Creates a new manager to create and manipulate convex polyhedra.

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