Syed Saad Ali
- 合計アクティビティ 21
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 4
投稿
Syed Saad Aliによる最近のアクティビティ-
Piecewise Objective function and Piecewise constraints
回答済みMy objective function is: \[\begin{equation}\min \sum_{t=1}^T p_{t} \cdot (1+r) \cdot y_{t} \end{equation}\] where \(p\) is the price, \(y\) is the quantity (decision variable) and \(r\) is the pri...
-
Using the values of variable in the objective function before optimizing
回答済みHi! I am facing a problem to multiply a term in objective function. My objective function is : \[\begin{equation}\min \sum_{t=1}^T p_{t} * (1+r) * y_{t} \end{equation}\] where \(p\) is the price, ...
-
Condition within a condition in constraint
ユーザーの入力を待っています。How could I model my constraints in general and implement in Python Gurobi with the following conditions: when \(q=0 \rightarrow y=0\) and when \(q=1\), \[\begin{equation}y = \begin{cases}d & \math...
-
Error in Reading Model: Python Jupyter
回答済みHi, I am unable to read a model file with "afiro.mps" following example 1 of the Python I Webinar even though this .mps file is already in the data folder. Below is the complete error message. coul...