I am wondering about the process of how yEd treats the undirected input graph as directed.
Undirected Graph; a--b, b--c, c--d, a--d, d--c
If an undirected .gml file is opened in yEd, after doing the layout, it saved as a directed graph ( directed 1).
Do yEd use any types of conversion algorithm for it?
Thank you very much.