public class OperationLtCPLEX extends OperationLt implements OperationCPLEX
Constructor and Description |
---|
OperationLtCPLEX() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
makeOperation(ilog.concert.IloNumExpr var,
double value)
Creates a CPLEX constraint corresponding to a entity and a value.
|
isTrue, makeConstraint, toString
public java.lang.Object makeOperation(ilog.concert.IloNumExpr var, double value)
OperationCPLEX
makeOperation
in interface OperationCPLEX
var
- The entity.value
- The value.