PPL Java Language Interface
0.12.1
|
A linear expression built from a coefficient. More...
Public Member Functions | |
Linear_Expression_Coefficient (Coefficient c) | |
Builds the object corresponding to a copy of the coefficient c . | |
Coefficient | argument () |
Returns coefficient representing the linear expression. | |
Linear_Expression_Coefficient | clone () |
Builds a copy of this. | |
Protected Attributes | |
Coefficient | coeff |
The coefficient representing the linear expression. |
A linear expression built from a coefficient.