Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to HIGHS solver using scipy.optimize.linprog #108

Open
guillermo-navas-palencia opened this issue Jun 5, 2021 · 0 comments
Open
Assignees
Labels
enhancement New feature or request
Projects
Milestone

Comments

@guillermo-navas-palencia
Copy link
Owner

guillermo-navas-palencia commented Jun 5, 2021

Add support to HIGHS MIP solver via scipy.optimize.linprog API. This should be able to generate models significantly faster than ortools. Similar performance to CP-SAT solver is expected for small and medium-size problems.

@guillermo-navas-palencia guillermo-navas-palencia added the enhancement New feature or request label Jun 5, 2021
@guillermo-navas-palencia guillermo-navas-palencia added this to the Backlog milestone Jun 5, 2021
@guillermo-navas-palencia guillermo-navas-palencia added this to To do in ToDo Mar 21, 2022
@guillermo-navas-palencia guillermo-navas-palencia changed the title Add support to Gurobi solver using gurobipy Add support to HIGHS solver using scipy.optimize.linprog Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
ToDo
  
To do
Development

No branches or pull requests

1 participant