Hello,
where can I find documentation regarding the "()"-brackets as in the node balancing restriction of example 5.6 (SAS/OR(R) 9.3 User's Guide: Mathematical Programming)?
con balance {i in NODES}:
sum {<(i),j> in ARCS} Flow[i,j]
- sum {<j,(i)> in ARCS} Flow[j,i]
= _sd_;
Why this is necessary is quite clear; but can't find anything on this optmodel syntax.
Thanks & kind regards