Originally posted by: AnORDude
I am using C++ with Cplex 12.5.
During a MIP solve, I want to access the variable values of feasible solutions found (not necessarily the best integer solution found, but any integer solution) during the solve process. What type of callback (if any) would I use for this? I don't need to modify the problem in any way or add cuts. I simply want to get the variable values for feasible solutions and record whether they satisfy a set of constraints (which are different from the problem's original constraints).
Thank you!
#CPLEXOptimizers#DecisionOptimization