Skip to content

Commit a82fdf6

Browse files
shlffmmcky
andauthored
[lp_intro] add an admonition (#537)
* [lp_intro] add an admonition * edits * Update lectures/lp_intro.md Co-authored-by: Matt McKay <[email protected]> * Update lectures/lp_intro.md --------- Co-authored-by: Matt McKay <[email protected]>
1 parent f5f7161 commit a82fdf6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lectures/lp_intro.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ We provide a standard form of a linear program and methods to transform other fo
4040

4141
We tell how to solve a linear programming problem using [SciPy](https://scipy.org/) and [Google OR-Tools](https://developers.google.com/optimization).
4242

43+
```{seealso}
44+
In another lecture, we will employ the linear programming method to solve the
45+
{doc}`optimal transport problem <tools:opt_transport>`.
46+
```
47+
4348
Let's start with some standard imports.
4449

4550
```{code-cell} ipython3

0 commit comments

Comments
 (0)