
Grace Jia
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
Grace Jiaによる最近のアクティビティ-
Academic License for super computing clusters
回答済みHi, I'm working on a project using our university's 3rd generation HYAK cluster (called "KLONE"). I first obtained an academic license under host ID "A". When I ran my MINLP model, I was assigned ...
-
Nonlinear constraint with two variables multiplied together and raised to some power
回答済みHi there, My optimization problem has the following non-negative variables: V = model.addVars([i for i in range(0,4)], lb = 0, vtype = gp.GRB.CONTINUOUS) S = model.addVars([(i,s) for x in range(0,4...