24 package parma_polyhedra_library;
78 private static native
void initIDs();
Relation_Symbol kind
The relation symbol of this.
Linear_Expression right_hand_side()
Returns the right hand side of this.
abstract Linear_Expression clone()
Returns a copy of the linear expression.
Exceptions caused by invalid arguments.
Linear_Expression lhs
The value of the left hand side of this.
Constraint(Linear_Expression le1, Relation_Symbol rel_sym, Linear_Expression le2)
Builds a constraint from two linear expressions with a specified relation symbol. ...
native String toString()
Returns a string representation of this.
native String ascii_dump()
Returns an ascii formatted internal representation of this.
Relation_Symbol kind()
Returns the relation symbol of this.
Linear_Expression rhs
The value of the right hand side of this.
Linear_Expression left_hand_side()
Returns the left hand side of this.
static native void initIDs()
A linear equality or inequality.