utils

Utilities module

Contains helper functions and file saving/loading functions.

dyn.utils.undirected_graphs_equal(graph1, graph2)

Check if two undirected graphs have same nodes/edges.

Parameters
  • graph1 (Graph) –

  • graph2 (Graph) –

Return type

bool

Returns