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
Would be good to support other solvers other than CPLEX, for a few reasons:
The CPLEX python library can't be installed on an Apple Silicon device.
CPLEX is a commercial solver. It effectively means OASIS isn't reliably testable or usable by others. Outside academia, you need to pay for a license. Access to CPLEX on academic high performance computing clusters is also not a given.
There are lots of python libraries that allow you to create an optimisation problem that can be solved with a range of solvers. E.g.:
Pyomo (I would recommend using their kernel library as it reduces the overhead that Pyomo adds to generating the problem).
Would be good to support other solvers other than CPLEX, for a few reasons:
There are lots of python libraries that allow you to create an optimisation problem that can be solved with a range of solvers. E.g.:
The text was updated successfully, but these errors were encountered: