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

Implementation of the revised simplex #36

Open
bchevalier opened this issue Mar 5, 2016 · 0 comments
Open

Implementation of the revised simplex #36

bchevalier opened this issue Mar 5, 2016 · 0 comments

Comments

@bchevalier
Copy link
Collaborator

It implies the implementation of the LU decomposition method.

This should improve resolution times on most problems (especially on mix integer problems) and will dramatically reduce errors due to numerical instability of the traditional simplex.

Most of the details of the algorithm are on this slides: http://faculty.chicagobooth.edu/kipp.martin/root/htmls/coursework/36900/handouts/simplex2.pdf
(What is missing though is how to dynamically update the LU decomposition matrix instead of computing it from scratch at every iteration).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant