Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Simplex Display Switch Off

    Posted 01/25/18 09:23 AM

    Originally posted by: Arun2325


    I am using CPLEX Python API to solve a linear program. Using the command "parameters.simplex.display.set(0)", I have ensured that no simplex iterations are displayed. However, I am still getting the following two displays:

    CPXPARAM_Simplex_Display                         0
    CPXPARAM_Read_DataCheck                        1

     

    I understand that the first line (CPXPARAM_Simplex_Display) is because of the no display command that I have set. Is there any way to prevent displaying these two lines?

     


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Simplex Display Switch Off



  • 3.  Re: Simplex Display Switch Off

    Posted 01/25/18 11:48 AM

    Originally posted by: Arun2325


    Thanks. It worked. There is a typo in the documentation, I guess. Instead of parameter.param_display, it should be parameter.paramdisplay.


    #CPLEXOptimizers
    #DecisionOptimization


  • 4.  Re: Simplex Display Switch Off

    Posted 01/25/18 11:56 AM

    Indeed, thanks for reporting this. I'll make sure to pass this on so it gets fixed. I'll also try to leave a comment on the documentation page so that other users might see it in the interim.


    #CPLEXOptimizers
    #DecisionOptimization