Skip to main content

Re: Warning on max constraint violation (9.9483e-04) exceeds tolerance

Answered

Comments

1 comment

  • Riley Clement
    Gurobi Staff Gurobi Staff

    Hi Dhiraj,

    Violations can sometimes be unavoidable, depending on the model.  Here are a list of settings to try and reduce:

    NumericFocus=1
    NumericFocus=2
    NumericFocus=3
    ScaleFlag=0
    Aggregate=0
    IntegralityFocus=1
    MarkowitzTol=0.999
    FeasibilityTol=1e-9
    Presolve=0

    Descriptions can be found here:
    Parameter Descriptions

    - Riley

    0

Please sign in to leave a comment.