GRBCallback.getSolution()

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

double getSolution ( GRBVar v )

double[] getSolution ( GRBVar[] xvars )

double[][] getSolution ( GRBVar[][] xvars )