LICENSE
README.md
setup.cfg
setup.py
allforgraphs/__init__.py
allforgraphs.egg-info/PKG-INFO
allforgraphs.egg-info/SOURCES.txt
allforgraphs.egg-info/dependency_links.txt
allforgraphs.egg-info/requires.txt
allforgraphs.egg-info/top_level.txt
allforgraphs/algorithms/__init__.py
allforgraphs/algorithms/dr.py
allforgraphs/algorithms/euler_gr.py
allforgraphs/algorithms/kr_max.py
allforgraphs/algorithms/kr_min.py
allforgraphs/algorithms/prima_max.py
allforgraphs/algorithms/prima_min.py
allforgraphs/matrices/__init__.py
allforgraphs/matrices/matr_inz.py
allforgraphs/matrices/matr_sm.py
allforgraphs/matrices/matr_vs.py
allforgraphs/matrices/tz.py
allforgraphs/matrices/wf.py
tests/test.py