Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Max-out-in pivot rule #13

Open
henryrobbins opened this issue Dec 18, 2023 · 0 comments
Open

ENH: Max-out-in pivot rule #13

henryrobbins opened this issue Dec 18, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@henryrobbins
Copy link
Collaborator

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.

@henryrobbins henryrobbins added enhancement New feature or request good first issue Good for newcomers labels Dec 18, 2023
@henryrobbins henryrobbins changed the title ENH: Max-out-in Pivot Rule ENH: Max-out-in pivot rule Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant