Skip to content

Commit

Permalink
fix title location of lp_intro
Browse files Browse the repository at this point in the history
  • Loading branch information
HumphreyYang committed Jan 11, 2024
1 parent 7a98e89 commit fdb96e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lectures/lp_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ kernelspec:
---

(lp_intro)=
# Linear Programming

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

Expand All @@ -20,8 +21,6 @@ tags: [hide-output]
!pip install ortools
```

# Linear Programming

## Overview

**Linear programming** problems either maximize or minimize
Expand Down

0 comments on commit fdb96e1

Please sign in to comment.