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 e634c0e commit 9624726Copy full SHA for 9624726
lectures/opt_transport.md
@@ -146,7 +146,7 @@ SciPy 函数 `linprog` 需要接收决策变量的*向量*。
146
$$
147
\begin{aligned}
148
\min_{X} \ & \operatorname{tr} (C' X) \\
149
- \text{subject to } \ & X \ \mathbf{1}_n = p \\
+ \text{使得 } \ & X \ \mathbf{1}_n = p \\
150
& X' \ \mathbf{1}_m = q \\
151
& X \ge 0 \\
152
\end{aligned}
@@ -546,7 +546,7 @@ $$ (dualproblem)
546
547
548
\max_{u_i, v_j} \ & p u + q v \\
549
-\text{subject to } \ & A' \begin{pmatrix} u \\ v \\ \end{pmatrix} = \operatorname{vec}(C) \\
+\text{使得 } \ & A' \begin{pmatrix} u \\ v \\ \end{pmatrix} = \operatorname{vec}(C) \\
550
551
$$ (dualproblem2)
552
0 commit comments