#include "Polyhedron.types.hh"
#include "globals.types.hh"
#include "Variable.defs.hh"
#include "Variables_Set.types.hh"
#include "Linear_Expression.types.hh"
#include "Constraint_System.defs.hh"
#include "Constraint_System.inlines.hh"
#include "Generator_System.defs.hh"
#include "Generator_System.inlines.hh"
#include "Congruence_System.defs.hh"
#include "Congruence_System.inlines.hh"
#include "Grid_Generator_System.defs.hh"
#include "Grid_Generator_System.inlines.hh"
#include "Bit_Matrix.defs.hh"
#include "Constraint.types.hh"
#include "Generator.types.hh"
#include "Congruence.types.hh"
#include "Poly_Con_Relation.defs.hh"
#include "Poly_Gen_Relation.defs.hh"
#include "BHRZ03_Certificate.types.hh"
#include "H79_Certificate.types.hh"
#include "Box.types.hh"
#include "BD_Shape.types.hh"
#include "Octagonal_Shape.types.hh"
#include <vector>
#include <iosfwd>
#include "Ph_Status.idefs.hh"
#include "Ph_Status.inlines.hh"
#include "Polyhedron.inlines.hh"
#include "Polyhedron.templates.hh"
Go to the source code of this file.
Namespaces | |
namespace | Parma_Polyhedra_Library |
namespace | Parma_Polyhedra_Library::IO_Operators |
namespace | Parma_Polyhedra_Library::Interfaces |
namespace | std |
Classes | |
class | Parma_Polyhedra_Library::Polyhedron |
The base class for convex polyhedra. More... | |
class | Parma_Polyhedra_Library::Polyhedron::Status |
A conjunctive assertion about a polyhedron. More... | |
Defines | |
#define | PPL_Polyhedron_defs_hh 1 |
#define | PPL_IN_Polyhedron_CLASS |
Functions | |
bool | Parma_Polyhedra_Library::Interfaces::is_necessarily_closed_for_interfaces (const Polyhedron &ph) |
Returns true if and only if ph.topology() == NECESSARILY_CLOSED . |
#define PPL_IN_Polyhedron_CLASS |
Definition at line 2035 of file Polyhedron.defs.hh.
#define PPL_Polyhedron_defs_hh 1 |
Definition at line 24 of file Polyhedron.defs.hh.