Open
Description
To whom it may concern,
For some reason, I have to use an interior point solver to my problem. I know GLPK has a interior point solver function glp_interior
. (Actually it is mentioned in the deprecated code glpk_direct
)
However, I don't see such options in the main glpk
class. And I could not find any examples/documents on that neither.
So I'm wondering
- if GLPK interior point solver is accessible in
pyomo
? - If Yes, is there any examples on how to use that?
- Is there any other non-commercial interior point solver I can use via
pyomo
?
Thanks,
Zhixuan