Graph enumeration¶
The iterator¶
You can use get_configurations() to iterate over node configurations
for a given iterator, which can then be mapped to a graph using the containers
below.
Containers¶
Isomorphism¶
For both agx.TopologyCode and agx.ConfiguredCode, you can
use the get_graph method and/or the is_isomorphic method to check if
two graphs/configured graphs are the same.