Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Modify MIP progress report

    Posted 11/16/15 12:40 PM

    Originally posted by: saeedmarvi


    Hi All,

    I am using CPLEX with java API. I would like to increase the number of decimal places displayed in the progress report for Gap. By default it is displayed with 2 decimal places. I was wondering if there is an easy way to increase it to 4.

     

    Thanks 


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Modify MIP progress report

    Posted 11/17/15 02:20 AM

    No, there is no way to change the number of decimals to which the current gap is printed.

    You can use an info callback to monitor progress and print out the current gap from there yourself.


    #CPLEXOptimizers
    #DecisionOptimization