Linear Programming Resources
Linear programming and mixed-integer linear programming are very important topics. If you want to learn more about them—and there’s much more to learn than what you saw here—then you can find plenty of resources. Here are a few to get started with:
- Wikipedia Linear Programming Article
- Wikipedia Integer Programming Article
- MIT Introduction to Mathematical Programming Course
- Brilliant.org Linear Programming Article
- CalcWorkshop What Is Linear Programming?
- BYJU’S Linear Programming Article
Gurobi Optimization is a company that offers a very fast commercial solver with a Python API. It also provides valuable resources on linear programming and mixed-integer linear programming, including the following:
- Linear Programming (LP) – A Primer on the Basics
- Mixed-Integer Programming (MIP) – A Primer on the Basics
- Tutorials
- Choosing a Math Programming Solver
If you’re in the mood to learn optimization theory, then there’s plenty of math books out there. Here are a few popular choices:
- Linear Programming: Foundations and Extensions
- Convex Optimization
- Model Building in Mathematical Programming
- Engineering Optimization: Theory and Practice
This is just a part of what’s available. Linear programming and mixed-integer linear programming are popular and widely used techniques, so you can find countless resources to help deepen your understanding.
출처 : realpython.com/linear-programming-python/#linear-programming-resources
'optimizer > linear programming' 카테고리의 다른 글
Linear Programming Explanation (0) | 2021.04.19 |
---|---|
Linear Programming Solvers (0) | 2021.04.19 |