Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only

Accessing integer solution variable values during a MIP solve

  • 1.  Accessing integer solution variable values during a MIP solve

    Posted 04/15/13 01:12 PM

    Originally posted by: AnORDude


    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 solutions) 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