graph_tool.util
#
This module contains miscelaneous utility functions.
Summary#
Find all vertices v for which prop[v] = match. |
|
Find all vertices v for which range[0] <= prop[v] <= range[1]. |
|
Find all edges e for which prop[e] = match. |
|
Find all edges e for which range[0] <= prop[e] <= range[1]. |