24 package parma_polyhedra_library;
49 private static native
void initIDs();
Linear_Expression_Unary_Minus(Linear_Expression x)
Builds an object that represents the negation of the copy x.
abstract Linear_Expression clone()
Returns a copy of the linear expression.
Linear_Expression_Unary_Minus clone()
Builds a copy of this.
static native void initIDs()
Linear_Expression argument()
Returns the value that this negates.
Linear_Expression arg
The value that this negates.
The negation of a linear expression.