Huib Meulenbelt
- Total activity 37
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 10
Comments
Recent activity by Huib Meulenbelt-
Okay good to hear! Looking forward to the new release!
-
After searching for similar topics I found the this topic https://support.gurobi.com/hc/en-us/community/posts/360074565451-Unexpected-identical-solutions-in-solutions-pool Here the solution is to ...
-
Understood. Basically I want to know why SolutionNumber 1 is equal to SolutionNumber 4. If I run the code below for solution #1 print([(var.Xn, var.VarName) for var in m.getVars() if var.Xn != 0])...
-
Hi Matthias, Noted. The answer of Jaromił gave as output only S2. I included his excellent tips and added the loop over the solutions, making this question/script way more robust. However, as a res...