net.sf.javailp
Interface SolverGurobi.Hook

Enclosing class:
SolverGurobi

public static interface SolverGurobi.Hook

The Hook for the SolverGurobi.


Method Summary
 void call(gurobi.GRBEnv env, gurobi.GRBModel model, Map<Object,gurobi.GRBVar> objToVar, Map<gurobi.GRBVar,Object> varToObj, Problem problem)
          This method is called once before the optimization and allows to change some internal settings.
 

Method Detail

call

void call(gurobi.GRBEnv env,
          gurobi.GRBModel model,
          Map<Object,gurobi.GRBVar> objToVar,
          Map<gurobi.GRBVar,Object> varToObj,
          Problem problem)
This method is called once before the optimization and allows to change some internal settings.

Parameters:
env - the environment
model - the model
objToVar - the map from objects to gurobi variables
varToObj - the map from gurobi variables to objects
problem - the problem