Skip to main content

Numerical floating-point precision problem

Answered

Comments

1 comment

  • David Torres Sanchez
    Gurobi Staff Gurobi Staff

    Hi Elie,

    The default FeasibilityTol value is 1e-5. You can tighten this up to 1e-9. Similarly for OptimalityTol
    Unless you have binary/integer variables, IntegralityTol will not make a difference.
    If making these smaller doesn't help I think 1e-15 values can be safely rounded down to 0.

    Cheers, 
    David

    0

Please sign in to leave a comment.