24 package parma_polyhedra_library;
89 private static native
void initIDs();
int mask_value
Holds the value of the possible relations.
Poly_Con_Relation(int val)
Constructs from a integer value.
static Poly_Con_Relation is_included()
The polyhedron is included in the set of points satisfying the constraint.
static final int IS_DISJOINT
static final int SATURATES
static native void initIDs()
The relation between a polyhedron and a constraint.
static Poly_Con_Relation saturates()
The polyhedron is included in the set of points saturating the constraint.
static final int STRICTLY_INTERSECTS
static Poly_Con_Relation strictly_intersects()
The polyhedron intersects the set of points satisfying the constraint, but it is not included in it...
static Poly_Con_Relation is_disjoint()
The polyhedron and the set of points satisfying the constraint are disjoint.
boolean implies(Poly_Con_Relation y)
True if and only if this implies y.
static final int IS_INCLUDED
static Poly_Con_Relation nothing()
The assertion that says nothing.