1#![feature(associated_type_defaults)]
2
3#[macro_use] mod imports; use imports::*;
4
5x!{accessors}
6x!{bfs_from_source}
7x!{clear}
8x!{compute_new_path_counts_and_paths}
9x!{create}
10x!{create_distance_maps}
11x!{debug}
12x!{delegate}
13x!{find_pruning_counts}
14x!{find_single_source_shortest_paths}
15x!{get_connected_component_sizes}
16x!{insert_edge}
17x!{muc_attenuate}
18x!{muc_attenuate_parent}
19x!{muc_augment}
20x!{muc_augment_parent}
21x!{muc_compute_new_path_counts}
22x!{muc_update}
23x!{muc_update_parent}
24x!{reinit}
25x!{remove_edge}
26x!{reset_with}
27x!{subgraph}
28x!{update_pair_dependencies}
29x!{update_sigmas}
30x!{update_with_src_dst}