CHANGELOG
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
doc/euler.txt
doc/quickstart.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/classifier.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_classifier.py
graphtheory/algorithms/tests/test_closure.py
graphtheory/algorithms/tests/test_matching.py
graphtheory/algorithms/tests/test_topsort.py
graphtheory/bipartiteness/__init__.py
graphtheory/bipartiteness/bipartite.py
graphtheory/bipartiteness/bipartiteiset.py
graphtheory/bipartiteness/hopcroftkarp.py
graphtheory/bipartiteness/matchingap.py
graphtheory/bipartiteness/matchingff.py
graphtheory/bipartiteness/tests/__init__.py
graphtheory/bipartiteness/tests/clique1.py
graphtheory/bipartiteness/tests/test_bipartite.py
graphtheory/bipartiteness/tests/test_bipartiteiset.py
graphtheory/bipartiteness/tests/test_hopcroftkarp.py
graphtheory/bipartiteness/tests/test_matchingap.py
graphtheory/bipartiteness/tests/test_matchingff.py
graphtheory/bipartiteness/tests/timeit_matching.py
graphtheory/chordality/__init__.py
graphtheory/chordality/arcclique.py
graphtheory/chordality/arctools.py
graphtheory/chordality/chordalcover.py
graphtheory/chordality/chordaldset.py
graphtheory/chordality/chordaltools.py
graphtheory/chordality/intervalbfs.py
graphtheory/chordality/intervaldfs.py
graphtheory/chordality/intervaldset.py
graphtheory/chordality/intervaltools.py
graphtheory/chordality/mcsm.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/pathwidth1.py
graphtheory/chordality/tests/pathwidth2.py
graphtheory/chordality/tests/test_arcclique.py
graphtheory/chordality/tests/test_arctools.py
graphtheory/chordality/tests/test_chordalcover.py
graphtheory/chordality/tests/test_chordaldset.py
graphtheory/chordality/tests/test_chordaltools.py
graphtheory/chordality/tests/test_intervalbfs.py
graphtheory/chordality/tests/test_intervaldfs.py
graphtheory/chordality/tests/test_intervaldset.py
graphtheory/chordality/tests/test_intervaltools.py
graphtheory/chordality/tests/test_mcsm.py
graphtheory/chordality/tests/test_mdotools.py
graphtheory/chordality/tests/test_peotools.py
graphtheory/chordality/tests/test_tdtools.py
graphtheory/chordality/tests/tester1.py
graphtheory/chordality/tests/tester2.py
graphtheory/chordality/tests/tester3.py
graphtheory/chordality/tests/tester4.py
graphtheory/chordality/tests/tester5.py
graphtheory/chordality/tests/timeit_dset.py
graphtheory/chordality/tests/timeit_iset.py
graphtheory/chordality/tests/timeit_lex_bfs.py
graphtheory/chordality/tests/timeit_mcs.py
graphtheory/chordality/tests/timeit_mcsm.py
graphtheory/chordality/tests/treewidth1.py
graphtheory/chordality/tests/treewidth2.py
graphtheory/cliques/__init__.py
graphtheory/cliques/bronkerbosch.py
graphtheory/cliques/bronkerbosch2.py
graphtheory/cliques/bronkerboschdeg.py
graphtheory/cliques/bronkerboschdeg2.py
graphtheory/cliques/bronkerboschdp.py
graphtheory/cliques/bronkerboschdp2.py
graphtheory/cliques/bronkerboschrp.py
graphtheory/cliques/bronkerboschrp2.py
graphtheory/cliques/cliquetools.py
graphtheory/cliques/tests/__init__.py
graphtheory/cliques/tests/test_bronkerbosch.py
graphtheory/cliques/tests/test_bronkerbosh2.py
graphtheory/cliques/tests/test_cliquetools.py
graphtheory/cliques/tests/timeit_bronkerbosch.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_brige.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/drawing/tests/__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/treeidset.py
graphtheory/forests/treeiset.py
graphtheory/forests/treelongestpath.py
graphtheory/forests/treemate.py
graphtheory/forests/treepeo.py
graphtheory/forests/treeplot.py
graphtheory/forests/treewdset.py
graphtheory/forests/treewidset.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_treeidset.py
graphtheory/forests/tests/test_treeiset.py
graphtheory/forests/tests/test_treelongestpath.py
graphtheory/forests/tests/test_treemate.py
graphtheory/forests/tests/test_treepeo.py
graphtheory/forests/tests/test_treeplot.py
graphtheory/forests/tests/test_treewdset.py
graphtheory/forests/tests/test_treewidset.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/forests/tests/timeit_treepeo.py
graphtheory/forests/tests/timeit_wdset.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/code3.py
graphtheory/independentsets/tests/code4.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/permutations/__init__.py
graphtheory/permutations/circlebfs.py
graphtheory/permutations/circledfs.py
graphtheory/permutations/circletools.py
graphtheory/permutations/permbfs.py
graphtheory/permutations/permdfs.py
graphtheory/permutations/permpeo.py
graphtheory/permutations/permtools.py
graphtheory/permutations/tests/__init__.py
graphtheory/permutations/tests/test_circlebfs.py
graphtheory/permutations/tests/test_circledfs.py
graphtheory/permutations/tests/test_circletools.py
graphtheory/permutations/tests/test_permbfs.py
graphtheory/permutations/tests/test_permdfs.py
graphtheory/permutations/tests/test_permpeo.py
graphtheory/permutations/tests/test_permtools.py
graphtheory/permutations/tests/tester1a.py
graphtheory/permutations/tests/tester1b.py
graphtheory/permutations/tests/tester2a.py
graphtheory/permutations/tests/tester2b.py
graphtheory/permutations/tests/timeit_perm.py
graphtheory/permutations/tests/timeit_permpeo.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/dsptools.py
graphtheory/seriesparallel/dsptrees.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/tester1.py
graphtheory/seriesparallel/tests/tester1a.py
graphtheory/seriesparallel/tests/tester1b.py
graphtheory/seriesparallel/tests/tester1c.py
graphtheory/seriesparallel/tests/tester1d.py
graphtheory/seriesparallel/tests/tester1e.py
graphtheory/seriesparallel/tests/tester2.py
graphtheory/seriesparallel/tests/tester3.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/spfa.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/shortestpaths/tests/test_spfa.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/basegraphs.py
graphtheory/structures/dictgraphs.py
graphtheory/structures/edges.py
graphtheory/structures/factory.py
graphtheory/structures/graphs.py
graphtheory/structures/matrixgraphs.py
graphtheory/structures/matrixgraphs2.py
graphtheory/structures/multigraphs.py
graphtheory/structures/points.py
graphtheory/structures/powersets.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_matrixgraphs2.py
graphtheory/structures/tests/test_multigraphs.py
graphtheory/structures/tests/test_points.py
graphtheory/structures/tests/test_powersets.py
graphtheory/structures/tests/test_setgraphs.py
graphtheory/structures/tests/test_unionfind.py
graphtheory/structures/tests/tester1.py
graphtheory/structures/tests/timeit_queue.py
graphtheory/structures/tests/timeit_stack.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