Skip to content

Commit

Permalink
馃摐 Update README (fix bug with anchor)
Browse files Browse the repository at this point in the history
  • Loading branch information
ispaneli committed Mar 18, 2023
1 parent 047b063 commit f23e50a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -35,7 +35,7 @@ Provides:
3. [Branch and bound in integer linear programming](#branch-and-bound-in-integer-linear-programming)
4. [Brute force method in integer linear programming](#brute-force-method-in-integer-linear-programming)
5. [Cutting-plane method in integer linear programming](#cutting-plane-method-in-integer-linear-programming)
6. [Zero-sum game in game theory (using Simplex method)](#zero-sum-game-in-game-theory--using-simplex-method-)
6. [Zero-sum game in game theory (using Simplex method)](#zero-sum-game-in-game-theory-using-simplex-method)

---

Expand Down Expand Up @@ -140,7 +140,7 @@ gomory.solve()

---

## Zero-sum game in game theory (using Simplex method)
## Zero-sum game in game theory using Simplex method

```python
import lippy as lp
Expand Down

0 comments on commit f23e50a

Please sign in to comment.