-
Notifications
You must be signed in to change notification settings - Fork 961
askrene: improving the MCF solver #7740
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
Merged
rustyrussell
merged 23 commits into
ElementsProject:master
from
Lagrang3:askrene-new-mcf-interface
Nov 21, 2024
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
506045d
askrene: add a new graph abstraction
Lagrang3 a2ecd4d
askrene: add priorityqueue
Lagrang3 78a1583
askrene: add graph algorithms module
Lagrang3 15c3377
askrene: add dijkstra algorithm
Lagrang3 eaca91b
askrene: add algorithm to compute feasible flow
Lagrang3 6c339f7
askrene: add a simple MCF solver
Lagrang3 b36f355
askrene algorithm add helper for flow conservation
Lagrang3 3c87edd
askrene: add a MCF refinement
Lagrang3 52a5f78
askrene: add bigger test for MCF
Lagrang3 8b73051
askrene: fix bug, not all arcs exists
Lagrang3 6777925
askrene: add mcf_refinement to the public API
Lagrang3 93ab27e
askrene: use the new MCF solver
Lagrang3 fa8c233
askrene: fix CI
Lagrang3 b4e5bce
askrene: fix the median
Lagrang3 624edae
add ratio ceil and floor operators on amount_msat
Lagrang3 4b842a1
askrene: add arbitrary precision flow unit
Lagrang3 9049110
askrene: small fixes suggested by Rusty Russell
Lagrang3 963d59e
askrene: add compiler flag ASKRENE_UNITTEST
Lagrang3 b925b66
askrene: remove allocation checks
Lagrang3 d822512
askrene: bugfix queue overflow
Lagrang3 62cfdba
askrene: don't skip fee_fallback test
Lagrang3 e0790bb
Askrene: change median factor to 1.
Lagrang3 6795ff3
pytest: reenable askrene bias test.
rustyrussell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.