from networkx.algorithms.approximation.clique import *
from networkx.algorithms.approximation.dominating_set import *
from networkx.algorithms.approximation.independent_set import *
from networkx.algorithms.approximation.matching import *
from networkx.algorithms.approximation.ramsey import *
from networkx.algorithms.approximation.vertex_cover import *
