Skip to content

Commit

Permalink
Remove warning for unbounded sub-problems
Browse files Browse the repository at this point in the history
  • Loading branch information
mtanneau committed Jan 3, 2019
1 parent b21c851 commit 03d64ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Oracle/oracle_mip.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function query!(
may detect unboundedness but do not give access to an unbounded ray
(e.g. if unboundedness is detected at presolve)
=#
@warn("Unbounded sub-problem. Currently not supported.")
# @warn("Unbounded sub-problem. Currently not supported.")

# Sub-problem is unbounded
# Return extreme ray
Expand Down

0 comments on commit 03d64ed

Please sign in to comment.