Originally posted by: SystemAdmin
Hello,
I have noticed that all solution values returned by CPLEX have only 6 digits after the decimal point.
Could you please tell me how can I specify to CPLEX to return the solution values with more than 6 (for example 9) decimal digits.
I tried without success to see if I can modify the number of decimal digits by specifying the feasability tolerance with the following commands (I used each command at a time):
set feasopt tolerance 1e-9
set simplex tolerances feasibility 1e-9
set network tolerances feasibility 1e-9
Thank you,
Alex
#CPLEXOptimizers#DecisionOptimization