Originally posted by: SystemAdmin
[prubin said:]
I assume you want the full solution, not just the objective value (which would show up in the node log). I think you can get all but the LP relaxation solution using an incumbent callback. For the LP solution, I think you need one of the subclasses of ControlCallback (heuristic, branch or cut callback). In all cases, the getValue or getValues method would be the method to use.
/Paul
#CPLEXOptimizers#DecisionOptimization