Page 1 of 1

Re: Dynamic subset as input extracted from solutions in a two phase model

Posted: Wed Jun 14, 2017 11:54 pm
by Gideon Kruseman
in mode2 you only want the plants and destinations of that cluster

in all equations of model2 add the conditional $B.l(c,i,j)

and I would change that last loop into:

Loop (c$CC(c),
Solve Model_2 for each cluster.
Display results;
);