24 package parma_polyhedra_library;
70 private static native
void initIDs();
Linear_Expression lin_expr
The value of the inner linear expression.
static native void initIDs()
Linear_Expression_Times(Linear_Expression l, Coefficient c)
Builds an object cloning the input arguments.
Linear_Expression linear_expression()
Returns the linear expression subobject of this.
abstract Linear_Expression clone()
Returns a copy of the linear expression.
Coefficient coeff
The value of the coefficient.
A linear expression built from a variable.
Coefficient coefficient()
Returns the coefficient of this.
Linear_Expression_Times(Coefficient c, Variable v)
Builds an object cloning the input arguments.
A dimension of the vector space.
Linear_Expression_Times clone()
Builds a copy of this.
The product of a linear expression and a coefficient.
PPL_COEFFICIENT_TYPE Coefficient
Linear_Expression_Times(Coefficient c, Linear_Expression l)
Builds an object cloning the input arguments.