graph_utils#
Full path: iqm.applications.graph_utils
Contains utility functions regarding graphs which are generic enough that they deserve having their own module.
Module Attributes
Ordered names of node attributes that may store node weights. |
|
Ordered names of edge attributes that may store edge weights. |
Functions
|
High-level wrapper that prepares and visualizes a problem graph. |
|
Helper function for the greedy router. |
|
Renders the graph using |
|
Generates all layout and color data required for visualization. |
|
Map original node labels of the |
|
The degree of |
Classes
Precomputed visualization information used for drawing the graph. |
|
Normalized problem information extracted and validated before plotting. |
Inheritance
