Waseem Akram
- 合計アクティビティ 21
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 3
投稿
Waseem Akramによる最近のアクティビティ-
Unsupported MQuadExpr addition- error in setting objective function
回答済みHi everyone! I am experiencing MQuadExpr addition issue when setting the objective function. My script is below. Could anybody please guide on how the MQuadExpr addition works and how could I fix i...
-
Issue in indexing gurobi matrix variable in constraints in python
回答済みHi, I am working on an optimization problem. I have an issue in indexing the gurobi matrix variable in the constraint part. I am unable to solve the matrix dimension issue. Could anybody have a loo...
-
matmul: Input operand 0 does not have enough dimensions error
回答済みHi, I am trying to convert my code from matlab to python. My matlab code is: #matlabR=eye(4);u=sdpvar(4,1);optimize(F,u'*R*u,sdpsettings('verbose',0)); and the same logic I coded in python as: #pyt...