net.sf.javailp
Interface SolverMosek.Hook
- Enclosing class:
- SolverMosek
public static interface SolverMosek.Hook
The Hook for the SolverMosek.
|
Method Summary |
void |
call(mosek.Env env,
mosek.Task task,
Map<Object,Integer> varToIndex)
This method is called once before the optimization and allows to
change some internal settings. |
call
void call(mosek.Env env,
mosek.Task task,
Map<Object,Integer> varToIndex)
- This method is called once before the optimization and allows to
change some internal settings.
- Parameters:
env - the environmenttask - the taskvarToIndex - the map of variables to mosek specific variables