You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: