Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
agx documentation
Logo
agx documentation

agraphx

  • Graphs
  • Available graphs
  • Recipes
    • 1. Exploring graph properties
  • Utilities

Modules:

  • Modules
    • agx
      • agx.Configuration
      • agx.ConfiguredCode
      • agx.Node
      • agx.NodeType
      • agx.TopologyCode
      • agx.TopologyIterator
      • agx.BuildNotPossibleError
      • agx.utilities
        • agx.utilities.is_configured_code_isomorphic
Back to top
View this page

Graph enumeration¶

The iterator¶

  • TopologyIterator

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¶

  • TopologyCode

  • Configuration

  • ConfiguredCode

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.

Next
Available graphs
Previous
Home
Copyright © 2025, Andrew Tarzia
Made with Sphinx and @pradyunsg's Furo
On this page
  • Graph enumeration
    • The iterator
    • Containers
    • Isomorphism