Search found 4 matches

by arman.nedjati
5 years ago
Forum: Modeling
Topic: Excluding
Replies: 1
Views: 4585

Re: Excluding

use $ for assigning conditions.
by arman.nedjati
5 years ago
Forum: Modeling
Topic: Restriction of a Variable
Replies: 5
Views: 7316

Re: Restriction of a Variable

Hi, You mean it should work for t1 till t4 ? In this case you can use ord to restrict it. anywhere in the formula that you wanna use that variable you will use ord to eliminate it. WaterFlow(t)$(ord(t)>=2 and ord(t)<=5).. pumpFlow(t) =E= 5.5586*x_pump(t) + 0.2278; limitSolar(t)$(ord(t)>=2 and ord(t)...
by arman.nedjati
5 years ago
Forum: Modeling
Topic: Excempt zero from a free variable type
Replies: 2
Views: 6676

Re: Excempt zero from a free variable type

Dear Bussieck,

I guessed so. Thank you very much for your reply.

Regards,
Arman
by arman.nedjati
5 years ago
Forum: Modeling
Topic: Excempt zero from a free variable type
Replies: 2
Views: 6676

Excempt zero from a free variable type

Dear all,

I have a free variable that I do not want it to accept the value of zero. How can I fix this variable?

Regards,
Arman