∑((i,j ∈A_2) )(x_ij)+∑_((i,j,k)∈ A_3)(y_ijk) = 1, i ∈ V^a∪ V^s
I don't know how to write the intersection of V^a and V^s on for all, is that correct?
{int} Arr_node;
{int} Loco_start;
{int} Exp1= Arr_node inter Loco_start;
Forall(i in Exp1)(sum(<i,j> in A2)x[<i,j>]) + (sum(<i,j,k> in A3)y[<i,j,k>]) == 1;
You may use inter or &&
See
or
or