Michael Bynum
Michael Bynum
@makansij, Can you check `pyo.SolverFactory('baron').available()`?
We should improve the error message on line 428 of pyros/util.py
@makansij You are specifically looking for an open-source MINLP solver?
I think we just need to test a windows wheel.
PR #2245 adds a Pyomo interface to HiGHS through `pyomo.contrib.appsi` (https://pyomo.readthedocs.io/en/stable/library_reference/appsi/appsi.html). It uses a thin wrapper around the `Highs` c++ class, so the `Highs` model can be modified efficiently (e.g.,...
> Another problem would be that there is no APPSI for GLPK There will be, but it will take some time.
It is more of a design discussion than a PEP. I probably used the wrong label. It would not impact users who do not choose to employ it.
I agree with the second option. @Robbybp I think that should be an option, but I'm not sure what the default should be.
This seems reasonable to me. I like clarity.
@blnicho, I completely agree. I want to make sure everyone agrees with these changes before I spend time on the documentation, though.