Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  dynamic coefficient change

    Posted 12/07/13 01:46 AM

    Originally posted by: amindehghanian


    Hello,

     

    Is there any way in CPLEX to change coefficients of the constraint matrix as we go down in the branch-and-cut tree?

     

    Thanks,

     


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: dynamic coefficient change

    Posted 12/07/13 05:35 PM

     

    No. If the effect of the change would be to make the affected constraints strictly tighter, you could add the modified constraints in a callback - but the original constraints would remain in effect.


    #CPLEXOptimizers
    #DecisionOptimization