mitro42/GraphStudio

Generators do not clean up the previous graph properly

Closed this issue · 1 comments

  1. create a graph
  2. save it
  3. generate a new graph with the grid or triangle generator
  4. save it

Now the .graph file contains the edges created in step 1 and step 4.

The Graph::clear did not clear the edges vector.
Done.