CHANGELOG
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
doc/chordal.txt
doc/closure.txt
doc/clustering.txt
doc/color.txt
doc/dag.txt
doc/dset.txt
doc/euler.txt
doc/factory.txt
doc/flow.txt
doc/forest.txt
doc/halin.txt
doc/iface.txt
doc/iset.txt
doc/matching.txt
doc/mst.txt
doc/outerplanar.txt
doc/planarfactory.txt
doc/quickstart.txt
doc/spgraph.txt
doc/traversing.txt
doc/vertexcover.txt
graphtheory/__init__.py
graphtheory.egg-info/PKG-INFO
graphtheory.egg-info/SOURCES.txt
graphtheory.egg-info/dependency_links.txt
graphtheory.egg-info/requires.txt
graphtheory.egg-info/top_level.txt
graphtheory/algorithms/__init__.py
graphtheory/algorithms/acyclic.py
graphtheory/algorithms/closure.py
graphtheory/algorithms/matching.py
graphtheory/algorithms/topsort.py
graphtheory/algorithms/tests/__init__.py
graphtheory/algorithms/tests/test_acyclic.py
graphtheory/algorithms/tests/test_closure.py
graphtheory/algorithms/tests/test_matching.py
graphtheory/algorithms/tests/test_topsort.py
graphtheory/approximation/__init__.py
graphtheory/approximation/tests/__init__.py
graphtheory/bipartiteness/__init__.py
graphtheory/bipartiteness/bipartite.py
graphtheory/bipartiteness/hopcroftkarp.py
graphtheory/bipartiteness/matching.py
graphtheory/bipartiteness/tests/__init__.py
graphtheory/bipartiteness/tests/test_bipartite.py
graphtheory/bipartiteness/tests/test_hopcroftkarp.py
graphtheory/bipartiteness/tests/test_matching.py
graphtheory/chordality/__init__.py
graphtheory/chordality/chordaltools.py
graphtheory/chordality/mdotools.py
graphtheory/chordality/peotools.py
graphtheory/chordality/tdtools.py
graphtheory/chordality/tests/__init__.py
graphtheory/chordality/tests/grotzsch.py
graphtheory/chordality/tests/test_chordaltools.py
graphtheory/chordality/tests/test_mdotools.py
graphtheory/chordality/tests/test_peotools.py
graphtheory/chordality/tests/test_tdtools.py
graphtheory/chordality/tests/treewidth1.py
graphtheory/chordality/tests/treewidth2.py
graphtheory/coloring/__init__.py
graphtheory/coloring/edgecolorbipartite.py
graphtheory/coloring/edgecolorcomplete.py
graphtheory/coloring/edgecolorcs.py
graphtheory/coloring/edgecolorlg.py
graphtheory/coloring/edgecolorntl.py
graphtheory/coloring/edgecolorrs.py
graphtheory/coloring/edgecolorus.py
graphtheory/coloring/nodecolorbrooks.py
graphtheory/coloring/nodecolorbt.py
graphtheory/coloring/nodecolorcs.py
graphtheory/coloring/nodecolorexact.py
graphtheory/coloring/nodecolorgis.py
graphtheory/coloring/nodecolorlf.py
graphtheory/coloring/nodecolorrlf.py
graphtheory/coloring/nodecolorrs.py
graphtheory/coloring/nodecolorsl.py
graphtheory/coloring/nodecolorslf.py
graphtheory/coloring/nodecolorus.py
graphtheory/coloring/tests/__init__.py
graphtheory/coloring/tests/test_edgecolorbipartite.py
graphtheory/coloring/tests/test_edgecolorcomplete.py
graphtheory/coloring/tests/test_edgecolorcs.py
graphtheory/coloring/tests/test_edgecolorlg.py
graphtheory/coloring/tests/test_edgecolorntl.py
graphtheory/coloring/tests/test_edgecolorrs.py
graphtheory/coloring/tests/test_edgecolorus.py
graphtheory/coloring/tests/test_nodecolorbrooks.py
graphtheory/coloring/tests/test_nodecolorbt.py
graphtheory/coloring/tests/test_nodecolorcs.py
graphtheory/coloring/tests/test_nodecolorexact.py
graphtheory/coloring/tests/test_nodecolorgis.py
graphtheory/coloring/tests/test_nodecolorlf.py
graphtheory/coloring/tests/test_nodecolorrlf.py
graphtheory/coloring/tests/test_nodecolorrs.py
graphtheory/coloring/tests/test_nodecolorsl.py
graphtheory/coloring/tests/test_nodecolorslf.py
graphtheory/coloring/tests/test_nodecolorus.py
graphtheory/connectivity/__init__.py
graphtheory/connectivity/connected.py
graphtheory/connectivity/cutedges.py
graphtheory/connectivity/cutnodes.py
graphtheory/connectivity/tests/__init__.py
graphtheory/connectivity/tests/test_connected.py
graphtheory/connectivity/tests/test_cutedges.py
graphtheory/connectivity/tests/test_cutnodes.py
graphtheory/connectivity/tests/timeit_connected.py
graphtheory/dominatingsets/__init__.py
graphtheory/dominatingsets/dsetbt.py
graphtheory/dominatingsets/dsethb.py
graphtheory/dominatingsets/dsetlf.py
graphtheory/dominatingsets/dsetrs.py
graphtheory/dominatingsets/dsetus.py
graphtheory/dominatingsets/tests/__init__.py
graphtheory/dominatingsets/tests/cmp_dset.py
graphtheory/dominatingsets/tests/test_dsetbt.py
graphtheory/dominatingsets/tests/test_dsethb.py
graphtheory/dominatingsets/tests/test_dsetlf.py
graphtheory/dominatingsets/tests/test_dsetrs.py
graphtheory/dominatingsets/tests/test_dsetus.py
graphtheory/dominatingsets/tests/timeit_dset.py
graphtheory/drawing/__init__.py
graphtheory/eulerian/__init__.py
graphtheory/eulerian/euler.py
graphtheory/eulerian/fleury.py
graphtheory/eulerian/hierholzer.py
graphtheory/eulerian/tests/__init__.py
graphtheory/eulerian/tests/test_euler.py
graphtheory/eulerian/tests/test_fleury.py
graphtheory/eulerian/tests/test_hierholzer.py
graphtheory/flow/__init__.py
graphtheory/flow/dinic.py
graphtheory/flow/edmondskarp.py
graphtheory/flow/fordfulkerson.py
graphtheory/flow/tests/__init__.py
graphtheory/flow/tests/test_dinic.py
graphtheory/flow/tests/test_edmondskarp.py
graphtheory/flow/tests/test_fordfulkerson.py
graphtheory/flow/tests/timeit_flow.py
graphtheory/forests/__init__.py
graphtheory/forests/treecenter.py
graphtheory/forests/treecover.py
graphtheory/forests/treedset.py
graphtheory/forests/treeiset.py
graphtheory/forests/treemate.py
graphtheory/forests/treeplot.py
graphtheory/forests/tests/__init__.py
graphtheory/forests/tests/draw_tree1.py
graphtheory/forests/tests/draw_tree2.py
graphtheory/forests/tests/draw_tree3.py
graphtheory/forests/tests/draw_tree4.py
graphtheory/forests/tests/test_treecenter.py
graphtheory/forests/tests/test_treecover.py
graphtheory/forests/tests/test_treedset.py
graphtheory/forests/tests/test_treeiset.py
graphtheory/forests/tests/test_treemate.py
graphtheory/forests/tests/test_treeplot.py
graphtheory/forests/tests/timeit_cover.py
graphtheory/forests/tests/timeit_dset.py
graphtheory/forests/tests/timeit_iset.py
graphtheory/forests/tests/timeit_mate.py
graphtheory/forests/tests/timeit_treecenter.py
graphtheory/hamiltonian/__init__.py
graphtheory/hamiltonian/hamilton.py
graphtheory/hamiltonian/tournaments.py
graphtheory/hamiltonian/tspbf.py
graphtheory/hamiltonian/tspmst.py
graphtheory/hamiltonian/tspnn.py
graphtheory/hamiltonian/tsprnn.py
graphtheory/hamiltonian/tspse.py
graphtheory/hamiltonian/tests/__init__.py
graphtheory/hamiltonian/tests/test_hamilton.py
graphtheory/hamiltonian/tests/test_tournaments.py
graphtheory/hamiltonian/tests/test_tspbf.py
graphtheory/hamiltonian/tests/test_tspmst.py
graphtheory/hamiltonian/tests/test_tspnn.py
graphtheory/hamiltonian/tests/test_tsprnn.py
graphtheory/hamiltonian/tests/test_tspse.py
graphtheory/hamiltonian/tests/timeit_tsp.py
graphtheory/hamiltonian/tests/timeit_tsp2.py
graphtheory/independentsets/__init__.py
graphtheory/independentsets/isetbt.py
graphtheory/independentsets/isetll.py
graphtheory/independentsets/isetrs.py
graphtheory/independentsets/isetsf.py
graphtheory/independentsets/isetus.py
graphtheory/independentsets/tests/__init__.py
graphtheory/independentsets/tests/test_isetbt.py
graphtheory/independentsets/tests/test_isetll.py
graphtheory/independentsets/tests/test_isetrs.py
graphtheory/independentsets/tests/test_isetsf.py
graphtheory/independentsets/tests/test_isetus.py
graphtheory/independentsets/tests/timeit_iset.py
graphtheory/independentsets/tests/timeit_isetbt.py
graphtheory/planarity/__init__.py
graphtheory/planarity/genouterplanar.py
graphtheory/planarity/halin.py
graphtheory/planarity/halinnodecolor.py
graphtheory/planarity/halinpeo.py
graphtheory/planarity/halintd.py
graphtheory/planarity/halintools.py
graphtheory/planarity/nodecolorouterplanar.py
graphtheory/planarity/planarfactory.py
graphtheory/planarity/wheels.py
graphtheory/planarity/tests/__init__.py
graphtheory/planarity/tests/test_genouterplanar.py
graphtheory/planarity/tests/test_halin.py
graphtheory/planarity/tests/test_halinnodecolor.py
graphtheory/planarity/tests/test_halinpeo.py
graphtheory/planarity/tests/test_halintd.py
graphtheory/planarity/tests/test_halintools.py
graphtheory/planarity/tests/test_nodecolorouterplanar.py
graphtheory/planarity/tests/test_planarfactory.py
graphtheory/planarity/tests/test_wheels.py
graphtheory/planarity/tests/tester1.py
graphtheory/planarity/tests/tester2.py
graphtheory/planarity/tests/timeit_halin.py
graphtheory/planarity/tests/timeit_halinnodecolor.py
graphtheory/planarity/tests/timeit_halinpeo.py
graphtheory/planarity/tests/timeit_halintd.py
graphtheory/seriesparallel/__init__.py
graphtheory/seriesparallel/spcover.py
graphtheory/seriesparallel/spdset.py
graphtheory/seriesparallel/spiset.py
graphtheory/seriesparallel/spmate.py
graphtheory/seriesparallel/spnodecolor.py
graphtheory/seriesparallel/spnodes.py
graphtheory/seriesparallel/sptools.py
graphtheory/seriesparallel/sptrees.py
graphtheory/seriesparallel/tests/__init__.py
graphtheory/seriesparallel/tests/test_spcover.py
graphtheory/seriesparallel/tests/test_spdset.py
graphtheory/seriesparallel/tests/test_spiset.py
graphtheory/seriesparallel/tests/test_spmate.py
graphtheory/seriesparallel/tests/test_spnodecolor.py
graphtheory/seriesparallel/tests/test_sptools.py
graphtheory/seriesparallel/tests/timeit_peo.py
graphtheory/seriesparallel/tests/timeit_spcolor.py
graphtheory/seriesparallel/tests/timeit_spcover.py
graphtheory/seriesparallel/tests/timeit_spdset.py
graphtheory/seriesparallel/tests/timeit_spgen.py
graphtheory/seriesparallel/tests/timeit_spiset.py
graphtheory/seriesparallel/tests/timeit_spmate.py
graphtheory/seriesparallel/tests/timeit_sptree.py
graphtheory/shortestpaths/__init__.py
graphtheory/shortestpaths/allpairs.py
graphtheory/shortestpaths/bellmanford.py
graphtheory/shortestpaths/dagshortestpath.py
graphtheory/shortestpaths/dijkstra.py
graphtheory/shortestpaths/floydwarshall.py
graphtheory/shortestpaths/johnson.py
graphtheory/shortestpaths/tests/__init__.py
graphtheory/shortestpaths/tests/test_allpairs.py
graphtheory/shortestpaths/tests/test_bellmanford.py
graphtheory/shortestpaths/tests/test_dagshortestpath.py
graphtheory/shortestpaths/tests/test_dijkstra.py
graphtheory/shortestpaths/tests/test_floydwarshall.py
graphtheory/shortestpaths/tests/test_johnson.py
graphtheory/spanningtrees/__init__.py
graphtheory/spanningtrees/boruvka.py
graphtheory/spanningtrees/clustering.py
graphtheory/spanningtrees/kruskal.py
graphtheory/spanningtrees/prim.py
graphtheory/spanningtrees/tests/__init__.py
graphtheory/spanningtrees/tests/test_boruvka.py
graphtheory/spanningtrees/tests/test_clustering.py
graphtheory/spanningtrees/tests/test_kruskal.py
graphtheory/spanningtrees/tests/test_prim.py
graphtheory/spanningtrees/tests/timeit_mst.py
graphtheory/structures/__init__.py
graphtheory/structures/dictgraphs.py
graphtheory/structures/edges.py
graphtheory/structures/factory.py
graphtheory/structures/graphs.py
graphtheory/structures/matrixgraphs.py
graphtheory/structures/multigraphs.py
graphtheory/structures/points.py
graphtheory/structures/setgraphs.py
graphtheory/structures/unionfind.py
graphtheory/structures/tests/__init__.py
graphtheory/structures/tests/json1.py
graphtheory/structures/tests/json2.py
graphtheory/structures/tests/test_dictgraphs.py
graphtheory/structures/tests/test_edges.py
graphtheory/structures/tests/test_factory.py
graphtheory/structures/tests/test_graphs.py
graphtheory/structures/tests/test_matrixgraphs.py
graphtheory/structures/tests/test_multigraphs.py
graphtheory/structures/tests/test_points.py
graphtheory/structures/tests/test_setgraphs.py
graphtheory/structures/tests/test_unionfind.py
graphtheory/traversing/__init__.py
graphtheory/traversing/bfs.py
graphtheory/traversing/dfs.py
graphtheory/traversing/tests/__init__.py
graphtheory/traversing/tests/test_bfs.py
graphtheory/traversing/tests/test_dfs.py
graphtheory/traversing/tests/timeit_bfs.py
graphtheory/traversing/tests/timeit_dfs.py
graphtheory/vertexcovers/__init__.py
graphtheory/vertexcovers/nodecoverapp.py
graphtheory/vertexcovers/nodecoverdeg.py
graphtheory/vertexcovers/nodecoverlf.py
graphtheory/vertexcovers/tests/__init__.py
graphtheory/vertexcovers/tests/cmp_nodecover.py
graphtheory/vertexcovers/tests/test_nodecoverapp.py
graphtheory/vertexcovers/tests/test_nodecoverdeg.py
graphtheory/vertexcovers/tests/test_nodecoverlf.py
graphtheory/vertexcovers/tests/timeit_cover.py