Rui Miguel
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Rui Miguel-
Greetings once more, Thank you for the responses, for setting up the support thread, and for providing the workarounds! I deduce it is no longer necessary to test in Gurobi v12.0.0? It doesn't seem...
-
Hello again! I found a parameter that worked! m.Params.Presolve = 0 fixed it. Both solutions are now correctly printed: Solution count 2: 0 0 No other solutions better than 0Optimal solution found ...
-
Hi! Many thanks for the prompt responses. I am indeed using SolutionPools. # Parameters m.Params.PoolSearchMode = 2 # Value of 2 means find the n best solutions m.Params.PoolSolutions = 10 #...