Class | Description |
---|---|
CLP |
Java interface for the CLP linear solver.
|
CLPConstraint |
Holds a constraint of a
CLP model. |
CLPExpression |
Builder class to create the left-hand side of a
CLPConstraint . |
CLPObjective |
Holds a constraint of a
CLP model. |
CLPVariable |
Holds a variable of a
CLP model. |
CLPVariableSet |
Builder class for a set of
CLPVariable with identical parameters. |
Enum | Description |
---|---|
CLP.ALGORITHM |
Solution algorithm
|
CLP.SCALING |
Parameter scaling
|
CLP.STATUS |
Solution status
|
CLPConstraint.TYPE |
Constraint type.
|