Marina AM
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Marina AM-
Obtain the set of fractional solutions when I stop the running of a MIP
OngoingHi, I would like to obtain all fractional solutions that Gurobi is exploring when the MIP optimization finishes due to a WorkLimit. I have used this callback in python: def mycallback(m, where): ...