penaltymodel.PenaltyModelCache.iter_graphs¶
- PenaltyModelCache.iter_graphs() Iterator[networkx.classes.graph.Graph] [source]¶
Iterate over all of the graphs in the database.
- Yields
All the graphs in the database, as NetworkX graphs.
Iterate over all of the graphs in the database.
All the graphs in the database, as NetworkX graphs.