Inherits parma_polyhedra_library::Linear_Expression.
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. |