Martin Bromberger
-
Gurobi Staff
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
Comments
Recent activity by Martin Bromberger-
Hi Tobias,Gurobi only uses the MIP start with the best objective value. If multiple MIP starts have the same objective value, all but the first one will be discarded.This is the case because Gurobi...
-
Hi Adrian,You may not get all solutions because you use GRBsetobjectiven instead of GRBsetobjective to set your objective function(s). The former automatically switches Gurobi to the multi-objectiv...