cut_decomposition#
- cut_decomposition(k, cut_path, vertex_maker='cut')#
Cuts the diagram into two parts by cutting each arc with an endpoint in the cut path. The first component of the cut contains the nodes from the cut path.
- Parameters:
cut_path (tuple | list)
- Return type:
list