net.sf.javailp
Interface SolverCPLEX.Hook
- Enclosing class:
- SolverCPLEX
public static interface SolverCPLEX.Hook
The Hook for the SolverCPLEX.
|
Method Summary |
void |
call(ilog.cplex.IloCplex cplex,
Map<Object,ilog.concert.IloNumVar> varToNum)
This method is called once before the optimization and allows to
change some internal settings. |
call
void call(ilog.cplex.IloCplex cplex,
Map<Object,ilog.concert.IloNumVar> varToNum)
- This method is called once before the optimization and allows to
change some internal settings.
- Parameters:
cplex - the cplex solvervarToNum - the map of variables to cplex specific variables