diff --git a/lectures/lp_intro.md b/lectures/lp_intro.md index e314e6e1..102ad4fd 100644 --- a/lectures/lp_intro.md +++ b/lectures/lp_intro.md @@ -40,6 +40,11 @@ We provide a standard form of a linear program and methods to transform other fo We tell how to solve a linear programming problem using [SciPy](https://scipy.org/) and [Google OR-Tools](https://developers.google.com/optimization). +```{seealso} +In another lecture, we will employ the linear programming method to solve the +{doc}`optimal transport problem `. +``` + Let's start with some standard imports. ```{code-cell} ipython3