Page 1 of 1

Scenarios in objective function

Posted: Sat Jul 20, 2019 6:40 pm
by Ich
Is this solve statement possible? My model does not work and I do not know, if the only mistake is that a dependent set in brackets is not allowed in the solve statement. But maybe this is no problem as such.

solve model minimizing OF(s) using mip;

Re: Scenarios in objective function

Posted: Sun Jul 21, 2019 3:33 pm
by Renger
Hi
Have a look at the answer in this question.
Cheers
Renger

Re: Scenarios in objective function

Posted: Sun Jul 21, 2019 7:57 pm
by Ich
All done. Thank you so much!