Pawan Aurora
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 2
アクティビティの概要
Pawan Auroraさんの最近のアクティビティ-
Pawan Auroraさんがコメントを作成しました:
If nothing else, I have the following workaround in mind. Since all my constraints are linear equations, I can optimise the model (which anyway I have to) and find the rhs values for a feasible sol...
-
Pawan Auroraさんが投稿を作成しました:
How to retrieve the constraints from a given model using the Gurobi C APIs?
回答済みHi, The function GRBgetconstrs does not seem to return the rhs values for the constraints. How do I get these as well? Thanks, Pawan
-
Pawan Auroraさんが投稿を作成しました:
Creating a new environment with an existing model
回答済みHi, I am writing a branch-and-cut procedure in C using the Gurobi C APIs for my optimisation problem. I wish to use multi-threading to solve the various nodes of the search tree in parallel. I unde...