Farhad Anvari Azar
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
Farhad Anvari Azarさんの最近のアクティビティ-
Farhad Anvari Azarさんがコメントを作成しました:
Hi Ronald, Can we do this without binaries? The binaries can be quite costly when we run large models (nearly 1000 power plants, with a horizon of 24hourx90days). Thanks,
-
Farhad Anvari Azarさんが投稿を作成しました:
Get maximum value a scalar set that is conditioned on a variable set being non-zero
ユーザーの入力を待っています。Hi, I appologize for the incoherent title. Here is a better explaination. I have a set of scalars (A) where A = [1.2, 0.9, -1.9] A set continuous variables (X) with lower and upper bounds of 0 <= ...
-
Farhad Anvari Azarさんがコメントを作成しました:
I found the issue. It has to do with including another continous variable in the objective function (x_net) which results in forcing incorrect values on b_in and b_out. Thanks for your support Jaro...
-
Farhad Anvari Azarさんがコメントを作成しました:
I read the article and I followed it. I still don't get the correct answer. The issue might arise from other parts of the model. I have prepared the following minimal example. It is a basic storag...
-
Farhad Anvari Azarさんがコメントを作成しました:
Thanks Jaromil, v_in>0 and v_out>0 should not be possible. Only one of these values can be positive.
-
Farhad Anvari Azarさんが投稿を作成しました:
Model a binary variable from two continous variables
回答済みI want to model a binary value (b) from two continous variables (v_in, v_out). These variables are 0<=v_in, v_out <= v_max. I want the following three conditions to apply on my binary variable v_i...