-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instead of exploring the node-by-node, explore it pair-by-pair. That way an potential side-effects caused by a negative inbound fee are prevented, because the unit of traversal is the combination of in and out fee of a candidate node. This combination can never be negative.
- Loading branch information
1 parent
7af157e
commit 54c4988
Showing
2 changed files
with
77 additions
and
78 deletions.
There are no files selected for viewing
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
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