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 7a98e89 commit 7443066Copy full SHA for 7443066
1 file changed
lectures/lp_intro.md
@@ -10,6 +10,7 @@ kernelspec:
10
---
11
12
(lp_intro)=
13
+# Linear Programming
14
15
In this lecture, we will need the following library. Install [ortools](https://developers.google.com/optimization) using `pip`.
16
@@ -20,8 +21,6 @@ tags: [hide-output]
20
21
!pip install ortools
22
```
23
-# Linear Programming
24
-
25
## Overview
26
27
**Linear programming** problems either maximize or minimize
0 commit comments