public class OperationNotEqCPLEX extends OperationNotEq implements OperationCPLEX
Constructor and Description |
---|
OperationNotEqCPLEX() |
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, makeOperation, toString
public java.lang.Object makeOperation(ilog.concert.IloNumExpr var, double value)
OperationCPLEX
makeOperation
in interface OperationCPLEX
var
- The entity.value
- The value.