24 package parma_polyhedra_library;
49 private static native
void initIDs();
A linear expression built from a coefficient.
Linear_Expression_Coefficient clone()
Builds a copy of this.
Coefficient coeff
The coefficient representing the linear expression.
PPL_COEFFICIENT_TYPE Coefficient
Linear_Expression_Coefficient(Coefficient c)
Builds the object corresponding to a copy of the coefficient c.
Coefficient argument()
Returns coefficient representing the linear expression.
static native void initIDs()