Marloes Remijnse
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by Marloes Remijnse-
Dear Marika,Thank you for the suggestion to check if the parameter is correctly activated. Thanks to that I noticed that I set the parameters within an if-statement that did not hold. Adapting this...
-
Dear Marika,Yes, I only adapt the objective function and then get a different number of solutions.I did not set either of the parameters for PoolGap or PoolGapAbs. Would you propose to do so?This i...
-
Thank you very much! That helped me a lot.
-
Hi Jaromił,I use this code to check the optimality: print(f"GRB.OPTIMAL {grb.GRB.OPTIMAL}") I check the status by printing the output into a file: sys.stdout = open('filename.txt') and then solvin...