Skip to content

Commit 7443066

Browse files
authored
fix title location of lp_intro (#333)
1 parent 7a98e89 commit 7443066

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lectures/lp_intro.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ kernelspec:
1010
---
1111

1212
(lp_intro)=
13+
# Linear Programming
1314

1415
In this lecture, we will need the following library. Install [ortools](https://developers.google.com/optimization) using `pip`.
1516

@@ -20,8 +21,6 @@ tags: [hide-output]
2021
!pip install ortools
2122
```
2223

23-
# Linear Programming
24-
2524
## Overview
2625

2726
**Linear programming** problems either maximize or minimize

0 commit comments

Comments
 (0)