This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/networkx/algorithms/coloring/__init__.py
2020-07-30 01:16:18 +02:00

4 lines
181 B
Python

from networkx.algorithms.coloring.greedy_coloring import *
from networkx.algorithms.coloring.equitable_coloring import equitable_color
__all__ = ['greedy_color', 'equitable_color']