core-lightning/plugins/askrene
Rusty Russell e54c0f8ded askrene: don't replace constraints, simply accumulate.
Lagrang3 points out it's less useful (when we time them out), and probably
a premature optimization anyway.

Suggested-by: Lagrang3 <lagrang3@protonmail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-10-04 11:27:53 +09:30
..
askrene.c askrene: don't replace constraints, simply accumulate. 2024-10-04 11:27:53 +09:30
askrene.h askrene: rework constraints to exist in pairs. 2024-10-04 11:27:53 +09:30
dijkstra.c askrene: copy flow and dijkstra from renepay. 2024-08-07 20:35:30 +09:30
dijkstra.h askrene: copy flow and dijkstra from renepay. 2024-08-07 20:35:30 +09:30
flow.c askrene: add a "refining" step to add fees and handle corner cases. 2024-09-19 12:16:53 +09:30
flow.h askrene: add a "refining" step to add fees and handle corner cases. 2024-09-19 12:16:53 +09:30
layer.c askrene: don't replace constraints, simply accumulate. 2024-10-04 11:27:53 +09:30
layer.h askrene: don't replace constraints, simply accumulate. 2024-10-04 11:27:53 +09:30
Makefile askrene: move flow refining code to its own file. 2024-09-19 12:16:53 +09:30
mcf.c askrene: ignore disabled channels for min-cost-flow. 2024-10-04 11:27:53 +09:30
mcf.h askrene: include the mcf and flow routines. 2024-08-07 20:35:30 +09:30
refine.c askrene: remember individual reservations, for better debugging. 2024-10-04 11:27:53 +09:30
refine.h askrene: move flow refining code to its own file. 2024-09-19 12:16:53 +09:30
reserve.c askrene: rework constraints to exist in pairs. 2024-10-04 11:27:53 +09:30
reserve.h askrene: change inform interface, take into account reserve. 2024-10-04 11:27:53 +09:30