Matt Hall
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Posts
Recent activity by Matt Hall-
Considering multi objective vs iterative single objective
AnsweredI have a utility function I want to minimize in my MILP, and I have an (integer) budget variable that influences utility. If I model the problem as a single objective problem, then my budget is exh...
-
Cannot set objective function. minimize max(var.values())
AnsweredI have an objective I am trying to cast as follows. m.setObjective(max(X.values(), sense=GRB.MINIMIZE)) But I am getting a type error. TypeError: '>' not supported between instances of 'Var'...
-
Setup.py script is not working, Windows 10, Python 3.7.4, Gurobi 8.1.1
AnsweredEdit: I worked around this by installing anaconda's python 3.7. Not sure why this worked, but it did! So I've been struggling with this a few hours. I have used Gurobi on Linux/Mac before-- but I j...