24 package parma_polyhedra_library;
65 public native
boolean is_zero();
72 private static native
void initIDs();
The difference of two linear expressions.
native boolean all_homogeneous_terms_are_zero()
Returns true if and only if all the homogeneous terms of this are .
native boolean is_zero()
Returns true if and only if this is .
abstract Linear_Expression clone()
Returns a copy of the linear expression.
Linear_Expression times(Coefficient c)
Returns the product of this times c.
The sum of two linear expressions.
Linear_Expression sum(Linear_Expression y)
Returns the sum of this and y.
native String toString()
Returns a string representation of this.
Linear_Expression unary_minus()
Returns the negation of this.
The product of a linear expression and a coefficient.
static native void initIDs()
native String ascii_dump()
Returns an ascii formatted internal representation of this.
The negation of a linear expression.
Linear_Expression subtract(Linear_Expression y)
Returns the difference of this and y.