Home
last modified time | relevance | path

Searched refs:MinDegreeHeuristic (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/approximation/
H A Dtreewidth.py61 deg_heuristic = MinDegreeHeuristic(G)
86 class MinDegreeHeuristic: class
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/approximation/tests/
H A Dtest_treewidth.py5 from networkx.algorithms.approximation.treewidth import MinDegreeHeuristic
117 deg_heuristic = MinDegreeHeuristic(graph)
142 deg_heuristic = MinDegreeHeuristic(graph)