README.md
setup.py
grinpy/__init__.py
grinpy.egg-info/PKG-INFO
grinpy.egg-info/SOURCES.txt
grinpy.egg-info/dependency_links.txt
grinpy.egg-info/entry_points.txt
grinpy.egg-info/requires.txt
grinpy.egg-info/top_level.txt
grinpy/classes/__init__.py
grinpy/classes/functions.py
grinpy/classes/havel_hakimi.py
grinpy/functions/__init__.py
grinpy/functions/degree.py
grinpy/functions/graph_operations.py
grinpy/functions/neighborhoods.py
grinpy/functions/structural_properties.py
grinpy/invariants/__init__.py
grinpy/invariants/chromatic.py
grinpy/invariants/clique.py
grinpy/invariants/disparity.py
grinpy/invariants/domination.py
grinpy/invariants/dsi.py
grinpy/invariants/independence.py
grinpy/invariants/matching.py
grinpy/invariants/power_domination.py
grinpy/invariants/residue.py
grinpy/invariants/zero_forcing.py
grinpy/utils/__init__.py
grinpy/utils/combinations.py
grinpy/utils/sequences.py
tests/__init__.py
tests/test_chromatic.py
tests/test_clique.py
tests/test_degree.py
tests/test_disparity.py
tests/test_domination.py
tests/test_dsi.py
tests/test_functions.py
tests/test_graph_operations.py
tests/test_havel_hakimi.py
tests/test_independence.py
tests/test_matching.py
tests/test_neighborhoods.py
tests/test_power_domination.py
tests/test_residue.py
tests/test_structural_properties.py
tests/test_zero_forcing.py