RUPKATHA GHOSH
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 4
- サブスクリプション 1
アクティビティの概要
RUPKATHA GHOSHさんの最近のアクティビティ-
RUPKATHA GHOSHさんがコメントを作成しました:
I just have one small concern. Why do we need to define the upper bound of the variables so tightly? While using LINGO, the w variables are defined as >= 0. But, for Gurobi, I have to put the ub as...
-
RUPKATHA GHOSHさんがコメントを作成しました:
No, it has. It has declared all the 'd' variables as free variables at the end. Also, for the W variables, LINGO, being an optimization software automatically imposes non-negativity restrictions. S...
-
RUPKATHA GHOSHさんが投稿を作成しました:
Adding a logarithmic constraint on a decision variable in Gurobi
回答済みHi, So, I wanted to add this constraint to my quadratic model i.e., ln (w1) - ln (w2) + d12 = ln 2, where all these are decision variables. Since, logarithm does not take variable values, so I intr...