If I have an unweighted directed multigraph where, for every edge going from node1 to node2, there is an edge going from node2 to node1, does that mean can be treated as un undirected graph?
To give context, I am modelling a metro system where between each connected station, there is a line where a train can go either way.
PS sorry about the title. Couldn't figure out a concise way to say it.