Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
Expand all | Collapse all

Which ones are added before: User Cuts or CPLEX automatically generated cuts?

  • 1.  Which ones are added before: User Cuts or CPLEX automatically generated cuts?

    Posted 12/14/15 12:09 PM

    Originally posted by: erodriguezh


    Hello everyone!

    I am using CPLEX MIP with a pool of User Cuts.

    I would like to know if my User Cuts are added before the cuts generated by CPLEX or if they are added after?

    Thanks very much for the information!

    Best regards,

    E


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Which ones are added before: User Cuts or CPLEX automatically generated cuts?

    Posted 12/15/15 03:41 AM

    CPLEX first separates its own cuts before it looks at the user cut table. However, this is an implementation detail that may change in the future and you should not rely on that.


    #CPLEXOptimizers
    #DecisionOptimization