-
Notifications
You must be signed in to change notification settings - Fork 78
Persistent basis_update_mpf_t in the Dual Simplex Phase 2 #383
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
base: branch-25.10
Are you sure you want to change the base?
Conversation
/ok to test a3e50f8 |
🔔 Hi @anandhkb, this pull request has had no activity for 7 days. Please update or let us know if it can be closed. Thank you! If this is an "epic" issue, then please add the "epic" label to this issue. |
This PR solves 89/92 instances from Below are the errors for each instance with both
|
🔔 Hi @anandhkb, this pull request has had no activity for 7 days. Please update or let us know if it can be closed. Thank you! If this is an "epic" issue, then please add the "epic" label to this issue. |
…ing basis_update_mpf_t.
7422762
to
181aef4
Compare
This PR move the LU factorization from the
dual_phase2
routine to the new method inbasis_update_mpf_t
and implements a new routine for computing the phase 2 of the dual simplex from an existingbasis_update_mpf_t
.This is the first step in implementing the LU factorization reuse in the branch-and-bound.
Checklist