deltakit.core.decoding_graphs.single_boundary_is_last_node#
- deltakit.core.decoding_graphs.single_boundary_is_last_node(graph: HyperMultiGraph) bool#
- Parameters:
graph (HyperMultiGraph) – Any graph
- Returns:
True if graph has a single boundary and that boundary is the last node where nodes are ordered wrt their index.
- Return type:
bool