Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  benders example

    Posted 04/03/13 12:42 AM

    Originally posted by: SystemAdmin


    Im using CPLEX for MATLAB. How can i find the code for this function - cplexmilp.m. I need to know what kind of cuts are used to generate integer solutions. Are the cuts gomory's fractional cuts?
    Thank you
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: benders example

    Posted 04/03/13 06:09 AM

    Originally posted by: SystemAdmin


    CPLEX uses plenty of cuts, not only Gomory cuts. For each cut type of cut there is a parameter that allows disabling this type of cuts, so you could reduce CPLEX to using only Gomory cuts by disabling all other cuts.
    The source code the CPLEX optimizer is not available since CPLEX is not open source.
    #CPLEXOptimizers
    #DecisionOptimization