Fariha Kabir Torsha
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 2
投稿
Fariha Kabir Torshaによる最近のアクティビティ-
Linearize general constraints Gurobi
回答済みHi! As I went through different types of general constraints Gurobi can solve efficiently (Max constraint, Min constraint, Abs Constraint, AND constraint, OR constraint, INDICATOR constraints, Pie...
-
Error: must be real number, not MLinExpr while using model.addGenConstrIndicator
回答済みHiI was trying to solve a problem where I have a constraint like below: if b_B(i,j)==1, then B[i,j]-A[i,j]>=.001 So i write my code in python as below: for i in range (0,state): for j in range (0...