From 065f0413b21f93bffd6aa69d780145ec3a0c2de5 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Fri, 26 Jul 2024 16:28:00 +1000 Subject: [PATCH] Update lectures/lp_intro.md --- lectures/lp_intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/lp_intro.md b/lectures/lp_intro.md index b07e9c0b..bf808bd5 100644 --- a/lectures/lp_intro.md +++ b/lectures/lp_intro.md @@ -42,7 +42,7 @@ We tell how to solve a linear programming problem using [SciPy](https://scipy.or ```{seealso} In another lecture, we will employ the linear programming method to solve the -{doc}`optimal transport problem `. +{doc}`optimal transport problem `. ``` Let's start with some standard imports.