Skip to content

Commit

Permalink
fix title location of lp_intro (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
HumphreyYang authored Jan 15, 2024
1 parent 7a98e89 commit 7443066
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

1 comment on commit 7443066

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.