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.
 

Method Detail

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 environment
task - the task
varToIndex - the map of variables to mosek specific variables