-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Update, we now support COPT! (see #181)
Currently, Pyoframe supports Gurobi, HiGHS, and Ipopt.
I will happily consider adding support for the following solvers if there is interest. React to this message to show interest.
If you'd like Pyoframe to support a solver not on the above list, leave a comment below.
Steps for adding a new solver:
- Add a
_Solverobject in the_constants.pyfile and make other changes to the source code as needed. - Update the installation documentation page. (Run
mkdocs serveto preview the documentation) - Ensure the solver is properly installed in our CI pipeline.
staadeckerstaadecker