8000
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 f5f7161 commit a82fdf6Copy full SHA for a82fdf6
lectures/lp_intro.md
@@ -40,6 +40,11 @@ We provide a standard form of a linear program and methods to transform other fo
40
41
We tell how to solve a linear programming problem using [SciPy](https://scipy.org/) and [Google OR-Tools](https://developers.google.com/optimization).
42
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
+
48
Let's start with some standard imports.
49
50
```{code-cell} ipython3
0 commit comments