Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only

What's the difference between cplex.addcuts and a cut callback

  • 1.  What's the difference between cplex.addcuts and a cut callback

    Posted 10/16/12 02:05 AM

    Originally posted by: Chrisontherun


    As far as I know, adding cuts dynamically could be implemented by
    
    cplex.Addcuts(IRange[])
    

    or
    
    cplex.Use(CutCallBack)
    

    or simply
    
    cplex.add(IRange[])
    

    just wonder if there's any difference for the three when adding cuts.

    I have made some tests and there seems to be no difference in final results except some information posted by the solver.

    Regerds,
    Chris
    #DecisionOptimization
    #OPLusingCPLEXOptimizer