
Farhad Anvari Azar
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Farhad Anvari Azar-
Farhad Anvari Azar commented,
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 created a post,
Get maximum value a scalar set that is conditioned on a variable set being non-zero
Awaiting user inputHi, 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 commented,
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 commented,
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 commented,
Thanks Jaromil, v_in>0 and v_out>0 should not be possible. Only one of these values can be positive.
-
Farhad Anvari Azar created a post,
Model a binary variable from two continous variables
AnsweredI 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...