Let $N = \{1,2,3,4\}, T=\{1,2,3,4,5,6\}$ and let $i,j \in N$.
I am trying to understand what the following sum means but am having a little difficulty in comprehending it:
$$\sum_{j \in N \setminus \{i\}} (x_{i,j,t} + x_{j,i,t}) = 1 \qquad \forall i \in N, t \in T$$
Would someone be able to give me an example of what a few iterations of this would look like? I am having trouble wrapping my head around it.
Edit: To help clarify the context, this is supposed to read as: $x_{i,j,t}$ is a game between team $i$ and $j$ at time $t$, at team $i$'s home stadium.
The sum is supposed to read as: "Each team $i$ plays exactly once per period $t$."
N\setminus \{i\}– peterwhy Jun 26 '21 at 15:25