You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that I can set the solution limit with MOI.SolutionLimit: set_attribute(m, MOI.SolutionLimit(), 5). How do I query the different solutions returned?
The text was updated successfully, but these errors were encountered:
I see that I can set the solution limit with
MOI.SolutionLimit
:set_attribute(m, MOI.SolutionLimit(), 5)
. How do I query the different solutions returned?The text was updated successfully, but these errors were encountered: