Prachi Agrawal
Post-doctoral Researcher in Institute for Research in Technology, Comillas Pontifical University, Madrid Spain
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Prachi Agrawal-
Prachi Agrawal created a post,
Error in Setting Objective
AnsweredDear Sir, I am trying to run this code in which I am using an MPS data file. I am extracting the coefficient matrix, the right-hand side vector, and the cost vector for an optimization problem fro...
-
Prachi Agrawal commented,
I am using GUROBI OPTIMIZATION to solve an LPP with an MPS file format. I am modifying matrix A and I can get matrix A using getA function. Can I extract the cost vector (objective function coeffic...
-
Prachi Agrawal commented,
Is it possible to use model.get A function with pyomo optimization? How can we use this function? Could you please give an example of this?
-
Prachi Agrawal commented,
Thank you so much for your reply. It really helps me a lot.
-
Prachi Agrawal created a post,
How to use model.get(A) function?
AnsweredI want to solve an LPP with GUROBI OPTIMIZATION. I want the coefficient matrix of the constraints in a CSV file. I read that model.get(A) function works. But I am unable to use this function. Coul...