Skip to content

Implement parsing of GLPK interior-point solution #380

Open
@wangzhixuan

Description

@wangzhixuan

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

  1. if GLPK interior point solver is accessible in pyomo?
  2. If Yes, is there any examples on how to use that?
  3. Is there any other non-commercial interior point solver I can use via pyomo?

Thanks,
Zhixuan

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions