LICENSE.txt
README.md
setup.py
MIS_algorithms/__init__.py
MIS_algorithms/continuation.py
MIS_algorithms/exact.py
MIS_algorithms/greedy.py
MIS_algorithms/lotkavolterra.py
MIS_algorithms.egg-info/PKG-INFO
MIS_algorithms.egg-info/SOURCES.txt
MIS_algorithms.egg-info/dependency_links.txt
MIS_algorithms.egg-info/entry_points.txt
MIS_algorithms.egg-info/requires.txt
MIS_algorithms.egg-info/top_level.txt
MIS_algorithms/functions/__init__.py
MIS_algorithms/functions/is_maximal_independent_set.py
MIS_algorithms/functions/reduced_graph.py
MIS_algorithms/generate_graphs/__init__.py
MIS_algorithms/generate_graphs/erdos_renyi.py
MIS_algorithms/generate_graphs/random_bipartite.py
MIS_algorithms/generate_graphs/random_geometric.py