Searched defs:dfs_tree (Results 1 – 6 of 6) sorted by relevance
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/traversal/ |
H A D | depth_first_search.py | 97 def dfs_tree(G, source=None, depth_limit=None): function
|
/dports/math/nauty/nauty27r3/ |
H A D | planarity.c | 67 t_dlcl **dfs_tree, **back_edges, **mult_edges; in sparseg_adjl_plan_and_iso() local 2538 t_dlcl ***dfs_tree, /* a sparse graph rep. for the dfs tree in sparseg_adjl_is_planar() 9129 embedg_get_least_neigh (t_dlcl **dfs_tree, t_dlcl **back_edges, in embedg_get_least_neigh() 9193 embedg_add_mark_u_x (t_dlcl **dfs_tree, t_dlcl **back_edges, in embedg_add_mark_u_x() 9304 embedg_add_mark_v_w (t_dlcl **dfs_tree, t_dlcl **back_edges, in embedg_add_mark_v_w() 9364 embedg_add_mark_v_w_for_B (t_dlcl **dfs_tree, t_dlcl **back_edges, in embedg_add_mark_v_w_for_B() 9453 embedg_mark_minor_A (t_dlcl **dfs_tree, t_dlcl **back_edges, in embedg_mark_minor_A() 9497 embedg_mark_minor_B (t_dlcl **dfs_tree, t_dlcl **back_edges, in embedg_mark_minor_B() 9546 embedg_mark_minor_C (t_dlcl **dfs_tree, t_dlcl **back_edges, in embedg_mark_minor_C() 9629 embedg_mark_minor_D (t_dlcl **dfs_tree, t_dlcl **back_edges, in embedg_mark_minor_D() [all …]
|
H A D | planarg.c | 139 t_dlcl **dfs_tree, **back_edges, **mult_edges; in isplanar() local
|
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/ |
H A D | planarity.c | 67 t_dlcl **dfs_tree, **back_edges, **mult_edges; in sparseg_adjl_plan_and_iso() local 2538 t_dlcl ***dfs_tree, /* a sparse graph rep. for the dfs tree in sparseg_adjl_is_planar() 9129 embedg_get_least_neigh (t_dlcl **dfs_tree, t_dlcl **back_edges, in embedg_get_least_neigh() 9193 embedg_add_mark_u_x (t_dlcl **dfs_tree, t_dlcl **back_edges, in embedg_add_mark_u_x() 9304 embedg_add_mark_v_w (t_dlcl **dfs_tree, t_dlcl **back_edges, in embedg_add_mark_v_w() 9364 embedg_add_mark_v_w_for_B (t_dlcl **dfs_tree, t_dlcl **back_edges, in embedg_add_mark_v_w_for_B() 9453 embedg_mark_minor_A (t_dlcl **dfs_tree, t_dlcl **back_edges, in embedg_mark_minor_A() 9497 embedg_mark_minor_B (t_dlcl **dfs_tree, t_dlcl **back_edges, in embedg_mark_minor_B() 9546 embedg_mark_minor_C (t_dlcl **dfs_tree, t_dlcl **back_edges, in embedg_mark_minor_C() 9629 embedg_mark_minor_D (t_dlcl **dfs_tree, t_dlcl **back_edges, in embedg_mark_minor_D() [all …]
|
H A D | planarg.c | 138 t_dlcl **dfs_tree, **back_edges, **mult_edges; in isplanar() local
|
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdtl/td/tl/ |
H A D | tl_generate.cpp | 457 static void dfs_tree(const tl_tree *t, std::set<std::string> &found, const TL_writer &w) { in dfs_tree() function
|