Matt Hall
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Activity overview
Latest activity by Matt Hall-
Matt Hall commented,
Thank you! How silly of me to leave export off of that one line. That has fixed my issue.
-
Matt Hall created a post,
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...
-
Matt Hall created a post,
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'...
-
Matt Hall commented,
Thanks Gwyneth!
-
Matt Hall commented,
I have also tried running the setup script, C:\gurobi811\win64\bin\pysetup by passing in my python path, but this didn't resolve my issue either. Python installation directory (hit ENTER to use c:\...
-
Matt Hall created a post,
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...