Skip to content

ENH: Max-out-in pivot rule #13

@henryrobbins

Description

@henryrobbins

There are several Simplex pivot rules, and GILP only implements a select few. One pivot rule that is yet to be implemented is max-in-out. I recommend reading the paper to learn more. The majority of pivot rule logic currently lives within the _simplex_iteration function here. You will need to add max-out-in to the list of available pivot rules here. It could also be helpful to refactor the code to decouple pivot rule logic and/or add an example using this pivot rule to the documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions