DavePearce / TuttePolynomial

Tutte Polynomial Computation
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Retain Original Graph Labelling #3

Closed DavePearce closed 10 months ago

DavePearce commented 3 years ago

Currently, a graph is passed into the tool which is then relabelled internally. However, the original labelling is lost. In particular, when looking at intermediate graphs (e.g. for a decomposition), this can be confusing. It would be nice if the original labelling was retained and then used when printing out graphs, etc.

DavePearce commented 1 year ago

The key place this happens is here:

G start_graph = compact_graph<G>(read_graph<G>(line));