Interface | Description |
---|---|
OperationCPLEX |
Interface for CLPEX versions of operations.
|
Class | Description |
---|---|
Operation |
Superclass of all operations.
|
OperationEq |
Class representing the operation "Equal to" : =
|
OperationEqCPLEX |
CPLEX version of OperationEq.
|
OperationFactory |
Class that creates the right type of Operation.
|
OperationFactoryCPLEX |
CPLEX version of the OperationFactory.
|
OperationGe |
Class representing the operation "Greater or equal to" : >=
|
OperationGeCPLEX |
CPLEX version of OperationGe.
|
OperationGt |
Class representing the operation "Greater than" : >
|
OperationGtCPLEX |
CPLEX version of OperationGt.
|
OperationLe |
Class representing the operation "Less or equal to" : <=
|
OperationLeCPLEX |
CPLEX version of OperationLe.
|
OperationLt |
Class representing the operation "Less than" : <
|
OperationLtCPLEX |
CPLEX version of OperationLt.
|
OperationNotEq |
Class representing the operation "Not equal to" : !
|
OperationNotEqCPLEX |
CPLEX version of OperationNotEq.
|