Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
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
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.