GRBCallback.GetSolution()

Retrieve values from the current solution vector. Only available when the where member variable is equal to GRB.Callback.MIPSOL.

double GetSolution ( GRBVar v )

double[] GetSolution ( GRBVar[] xvars )

double[][] GetSolution ( GRBVar[][] xvars )