Mike Pham
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Mike Pham-
gurobipy.GurobiError: Error number 20000
Awaiting user inputHi, I'm facing this error that I'm hardly finding any resources online. The problem is in the title. I've seen this post that suggests that I'm using the Model.cbCut() method, but I'm not using it ...
-
Gurobi with Django on uwsgi on Ubuntu
AnsweredI have a Django web app that uses Gurobi. I deploy my app on an Ubuntu server running uwsgi with nginx. My app has a virtual environment. So to install Gurobi, I activated the environment and cd to...