We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247f487 commit 54e1d73Copy full SHA for 54e1d73
1 file changed
lectures/match_transport.md
@@ -68,8 +68,8 @@ Given a **cost function** $c \colon X \times Y \rightarrow \mathbb{R}$, the (dis
68
$$
69
\begin{aligned}
70
\min_{\mu \geq 0}& \sum_{(x,y) \in X \times Y} \mu_{xy}c_{xy} \\
71
- \text{s.t. }& \sum_{x \in X} \mu_{xy} = n_x \\
72
- & \sum_{y \in Y} \mu_{xy} = m_y
+ \text{s.t. }& \sum_{y \in Y} \mu_{xy} = n_x \\
+ & \sum_{x \in X} \mu_{xy} = m_y
73
\end{aligned}
74
75
0 commit comments