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

Function graph_max_num_nodes

plugins/askrene/child/graph.h:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;
68}
69
70/* Give me the dual of an arc. */
71static inline struct arc arc_dual(const struct graph *graph, struct arc arc)

Callers 12

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
minflowFunction · 0.85
single_path_flowFunction · 0.85
graph_push_outbound_arcFunction · 0.85
node_adjacency_beginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected