Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Jan 15, 2025
1 parent 6cb578a commit a05347c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MOI_wrapper/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3970,7 +3970,7 @@ function _ensure_conflict_computed(model::Optimizer)
end

function _is_feasible(model::Optimizer)
return MOI.get(model, ConflictStatus()) == GRB_INFEASIBLE
return MOI.get(model, ConflictStatus()) == GRB_ERROR_IIS_NOT_INFEASIBLE
end

"""
Expand Down

0 comments on commit a05347c

Please sign in to comment.