Linear Programming Solvers
Just like there are many resources to help you learn linear programming and mixed-integer linear programming, there’s also a wide range of solvers that have Python wrappers available. Here’s a partial list:
Some of these libraries, like Gurobi, include their own Python wrappers. Others use external wrappers. For example, you saw that you can access CBC and GLPK with PuLP.
출처 : realpython.com/linear-programming-python/#linear-programming-resources
'optimizer > linear programming' 카테고리의 다른 글
Linear Programming Explanation (0) | 2021.04.19 |
---|---|
Linear Programming Resources (0) | 2021.04.19 |