Skip to content

Commit 9624726

Browse files
authored
Update opt_transport.md
1 parent e634c0e commit 9624726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/opt_transport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ SciPy 函数 `linprog` 需要接收决策变量的*向量*。
146146
$$
147147
\begin{aligned}
148148
\min_{X} \ & \operatorname{tr} (C' X) \\
149-
\text{subject to } \ & X \ \mathbf{1}_n = p \\
149+
\text{使得 } \ & X \ \mathbf{1}_n = p \\
150150
& X' \ \mathbf{1}_m = q \\
151151
& X \ge 0 \\
152152
\end{aligned}
@@ -546,7 +546,7 @@ $$ (dualproblem)
546546
$$
547547
\begin{aligned}
548548
\max_{u_i, v_j} \ & p u + q v \\
549-
\text{subject to } \ & A' \begin{pmatrix} u \\ v \\ \end{pmatrix} = \operatorname{vec}(C) \\
549+
\text{使得 } \ & A' \begin{pmatrix} u \\ v \\ \end{pmatrix} = \operatorname{vec}(C) \\
550550
\end{aligned}
551551
$$ (dualproblem2)
552552

0 commit comments

Comments
 (0)