Heena Jain
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 2
アクティビティの概要
Heena Jainさんの最近のアクティビティ-
Heena Jainさんがコメントを作成しました:
Hi Jaromil, I appreciate your input. I have been through the examples and some webinars also. My query though is that the objective function doesn't remain same for me. It keeps changing with every...
-
Heena Jainさんがコメントを作成しました:
Hi Jonasz and Jaromil, Thank you for your responses. Firstly, here is a reproducible example: from gurobipy import *from gurobipy import GRBlm = Model("lm")expr = '1253.8051344 - 654.268051728*lamb...
-
Heena Jainさんが投稿を作成しました:
File "src\gurobipy\quadexpr.pxi", line 45, in gurobipy.QuadExpr.__init__ File "src\gurobipy\linexpr.pxi", line 46, in gurobipy.LinExpr.__init__ IndexError: string index out of range
回答済みThis is a piece of code from my program. I keep getting this error while trying to set the objective function. Please help!lm = Model("lm")expr = LineSearchExp.replace('lmd','lambd')expr = str(expr...
-
Heena Jainさんがコメントを作成しました:
Thank you for your response. I did use the getbasishead function and obtained the order of the variables. The difficulty that I am facing now is with the values that it return after calculating (B-...
-
Heena Jainさんが投稿を作成しました:
GRBBinvcolj function returning different order of indices
回答済みI am using the function GRBBinvColj to solve the equation x = (B-inv)(Aj) where B-inv is the basis inverse and Aj is the j-th column of constraint matrix. After printing the resulting sparse vector...