graph_tool.util#

This module contains miscelaneous utility functions.

Summary#

find_vertex

Find all vertices v for which prop[v] = match.

find_vertex_range

Find all vertices v for which range[0] <= prop[v] <= range[1].

find_edge

Find all edges e for which prop[e] = match.

find_edge_range

Find all edges e for which range[0] <= prop[e] <= range[1].