MCPcopy Create free account
hub / github.com/ElementsProject/lightning / graph_max_num_arcs

Function graph_max_num_arcs

plugins/askrene/child/graph.h:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59//////////////////////////////////////////////////////////////////////////////
60
61static inline size_t graph_max_num_arcs(const struct graph *graph)
62{
63 return graph->max_num_arcs;
64}
65static inline size_t graph_max_num_nodes(const struct graph *graph)
66{
67 return graph->max_num_nodes;

Callers 15

BFS_pathFunction · 0.85
dijkstra_pathFunction · 0.85
get_augmenting_flowFunction · 0.85
augment_flowFunction · 0.85
simple_feasibleflowFunction · 0.85
dijkstra_nearest_sinkFunction · 0.85
mcf_refinementFunction · 0.85
simple_mcfFunction · 0.85
flow_costFunction · 0.85
get_median_ratioFunction · 0.85
combine_cost_functionFunction · 0.85
minflowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected