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;
);
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;
);