net.sf.javailp
Interface SolverLpSolve.Hook
- Enclosing class:
- SolverLpSolve
public static interface SolverLpSolve.Hook
The Hook for the SolverLpSolve.
|
Method Summary |
void |
call(lpsolve.LpSolve lp,
Map<Object,Integer> varToIndex)
This method is called once before the optimization and allows to
change some internal settings. |
call
void call(lpsolve.LpSolve lp,
Map<Object,Integer> varToIndex)
- This method is called once before the optimization and allows to
change some internal settings.
- Parameters:
lp - the lp solvervarToIndex - the map of variables to lp specific variables