-
Notifications
You must be signed in to change notification settings - Fork 93
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
Forrest-Tomlin #29
Merged
Forrest-Tomlin #29
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
store "w" for later use when the basis is being updated
Q) is changed and use it afterwards. Eliminated the R terminology.
Bug fix. All unit tests now pass
add Duligur's fix for cost function resizing
matanost
pushed a commit
that referenced
this pull request
Nov 2, 2021
* test * when performing a forward transformation as part of a simplex step, store "w" for later use when the basis is being updated * find the index of a row in the permutation matrix * more work on pushEtaMatrix(): update the _A matrices according to the new eta matrix. * refactoring: we know that always R=invQ, so just compute it once (when Q) is changed and use it afterwards. Eliminated the R terminology. * use Q, not R * update the factorization when an eta matrix is pushed * small bug fix * done working on pushEtaMatrix, test now passes. * store and restore operations for the new FT basis * added functionality for computing the explicit basis from an FT factorization * keep track of the availability of the explicit basis * dumping functionality * unit test + bug fix for explicit basis computation * initial work on basis inversion using FT factorization * bug fix * todo * removed a too-strong assertion * use FT by default. Bug fix. All unit tests now pass * get rid of the concept of "storedW" add Duligur's fix for cost function resizing * bug fixes and optimizations in BTRAN and FTRAN * optimizations * bug fix * comment * minor * Switching to a non-fixed number of AlmostIdentityMatrices * bug fix in LU factorization * a test for comparing the two factorizations * git ignore * refactorize when the number of A matrices exceeds a threshold * undo a couple of changes before merge * fix broken test * allocate work memory once-and-for-all
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.