Waseem Akram
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Posts
Recent activity by Waseem Akram-
Unsupported MQuadExpr addition- error in setting objective function
AnsweredHi 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
AnsweredHi, 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
AnsweredHi, 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...