Matt Hall
- 合計アクティビティ 11
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 4
投稿
Matt Hallによる最近のアクティビティ-
Considering multi objective vs iterative single objective
回答済みI 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())
回答済みI 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
回答済みEdit: 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...