Andrew Kelly
- 合計アクティビティ 3
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Andrew Kellyさんの最近のアクティビティ-
Andrew Kellyさんがコメントを作成しました:
Hi Maliheh! Thank you for your response. I followed your instructions (and looked at the article you linked) and added the following: Z1 = q3.addVar(vtype=GRB.CONTINUOUS, name="Z1")Z2 = q3.addVar(...
-
Andrew Kellyさんが投稿を作成しました:
Invalid argument to QuadExpr multiplication
回答済みHi, I am using Gurobi for Python (gurobipy): import gurobipy as gbfrom gurobipy import * I'm trying to take the minimization of an objective function that contains both continuous and binary variab...