Heena Jain
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
Posts
Recent activity by 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
AnsweredThis 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...
-
GRBBinvcolj function returning different order of indices
AnsweredI 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...