Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
shlff committed Jul 25, 2024
1 parent eb9bdd8 commit d711486
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lectures/lp_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ 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 a {doc}`lecture <opt_transport>` of our another lecture series,
we will employ the linear programming method to solve the
[optimal transport problem](https://en.wikipedia.org/wiki/Transportation_theory_(mathematics)).
In another lecture, we will employ the linear programming method to solve the
{doc}`optimal transport problem <intro:opt_transport>`.
```

Let's start with some standard imports.
Expand Down

0 comments on commit d711486

Please sign in to comment.