Skip to main content

Get an infeasible solution after timeout

Answered

Comments

1 comment

  • Riley Clement
    • Gurobi Staff Gurobi Staff

    Hi Florian,

    The solver does not store infeasible solutions, but you can use our feasrelax functionality to achieve what you want.

    I'd also try the following:

    - setting a 0 objective, to get a "feasibility problem" and see if that is successful
    - try our NoRel heuristic, by setting NoRelHeurTime or NoRelHeurWork to a non-zero value.  In the first phase of NoRel it will be trying to find a feasible solution.  In the second phase it looks to improve it.

    - Riley

    0

Please sign in to leave a comment.