Marloes Remijnse
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Marloes Remijnse-
Finding multiple feasible solutions using JuMP in julia
Awaiting user inputI want to find multiple feasible solutions for a MILP model using Gurobi with JuMP in Julia. According to the documentation, this should be possible. However, I get some odd output when using diffe...
-
Check if model is unbounded and raise error
AnsweredI am running a model for several instances, and I am saving these instances' objectives and solving time. When I check the output of the cases, some of the models are unbounded but still, an object...