bouquet#
- bouquet(number_of_arcs: int)#
Creates a bouquet graph represented as a PlanarDiagram.
This function generates a bouquet graph with the specified number of arcs. A bouquet graph is a graph with a single vertex where each arc is a loop that starts and ends at the same vertex.
- Args:
- number_of_arcs (int): The number of arcs (loops) to include in
the bouquet graph.