Scenarios in objective function

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;

Hi
Have a look at the answer in this question.
Cheers
Renger

All done. Thank you so much!