Skip to main content

NoRel and integer infeasible models

Answered

Comments

1 comment

  • Riley Clement
    • Gurobi Staff Gurobi Staff

    Hi Sean,

    Ignoring NoRel for the moment, when a model is infeasible we may detect it is infeasible during presolve, or we head into branch and cut phase where proving infeasibility can be quite expensive.

    Since NoRel runs after presolve it won't run at all if presolve deduces infeasibility.  If presolve doesn't deduce infeasibility then NoRel will run until it reaches the termination criteria (NoRelHeurTime or NoRelHeurWork).  I don't expect infeasibility could be deduced during NoRel.

    - Riley

    0

Please sign in to leave a comment.