
Rune Delbecque
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
アクティビティの概要
Rune Delbecqueさんの最近のアクティビティ-
Rune Delbecqueさんがコメントを作成しました:
Dear Jaromił The Gurobi version used was Gurobi 9.1.1. I re-installed Anaconda and Gurobi and now it seems to work. I still have no idea why it didn't work before. Thanks for your responses. It sho...
-
Rune Delbecqueさんがコメントを作成しました:
Dear Jaromił I installed Gurobi via the Download Center of Gurobi (https://www.gurobi.com/downloads/). This should have worked, as I get the following results on the command-line tool: I'm using W...
-
Rune Delbecqueさんがコメントを作成しました:
Dear Jaromił The following code should reproduce the issue with a small example. I included all the import statements I need in the complete code, even though they are not used in this example. imp...
-
Rune Delbecqueさんが投稿を作成しました:
gurobipy.Model has no attribute addGenConstrPWL [solved]
回答済みI'm trying to add piecewise-linear constraints to my model 'RK'. First, I define the following variables: for i in range(0, len(Cities)): DistanceToClosestDC[i] = RK.addVar(vtype=GRB.CONTINUOUS,...