Prachi Agrawal
Post-doctoral Researcher in Institute for Research in Technology, Comillas Pontifical University, Madrid Spain
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Prachi Agrawalさんの最近のアクティビティ-
Prachi Agrawalさんが投稿を作成しました:
Error in Setting Objective
回答済みDear 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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
Thank you so much for your reply. It really helps me a lot.
-
Prachi Agrawalさんが投稿を作成しました:
How to use model.get(A) function?
回答済みI 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...