Marina AM
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Marina AM-
Marina AM commented,
Hi David, Thanks for your response, I have edited the code because I did not add the code lines where I store all the fractional solutions. The idea to get fractional solutions is to take advantage...
-
Marina AM created a post,
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): ...