Ali Balma
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Ali Balmaさんの最近のアクティビティ-
Ali Balmaさんがコメントを作成しました:
It works! Thanks a lot Elisabeth Best regards Ali
-
Ali Balmaさんが投稿を作成しました:
Referencing constraints and retrieving their dual (Pi) values with C++
回答済みHello, I am using Gurobi with C++.Once I introduced the constraints, I would like to retrieve their dual (Pi) values. For instance, //Adding x variablesx = new GRBVar*[n];for (k = 0; k < n; k++) { ...
-
Ali Balmaさんがコメントを作成しました:
It works. Many thanks Eli.
-
Ali Balmaさんが投稿を作成しました:
Deaclaration of 3D variables with C++
回答済みI am using Gurobi with C++. I have a linear program involving decision variables with two indices x[][] and others with 3 indices w[][][] and f[][][] There is no problem when declaring variables li...