From a82fdf6e63c503e8c1267cf9e3694ff85001f655 Mon Sep 17 00:00:00 2001 From: Shu Hu Date: Fri, 26 Jul 2024 16:36:31 +1000 Subject: [PATCH] [lp_intro] add an admonition (#537) * [lp_intro] add an admonition * edits * Update lectures/lp_intro.md Co-authored-by: Matt McKay * Update lectures/lp_intro.md --------- Co-authored-by: Matt McKay --- lectures/lp_intro.md | 5 +++++ 1 file changed, 5 insertions(+) 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