|
PPL Configured Java Language Interface
0.12.1
|
A linear expression built from a variable. More...

Public Member Functions | |
| Linear_Expression_Variable (Variable v) | |
Builds the object associated to the copy of v. | |
| Variable | argument () |
| Returns the variable representing the linear expression. | |
| Linear_Expression_Variable | clone () |
| Builds a copy of this. | |
Protected Attributes | |
| Variable | arg |
A linear expression built from a variable.