| 298 | std::vector<std::pair<SubCircuitEquivalenceTracker *, std::pair<const db::SubCircuit *, const db::SubCircuit *> > > m_to_undo_subcircuits; |
| 299 | |
| 300 | void keep (NetGraph *g1, size_t n1) |
| 301 | { |
| 302 | m_to_undo.push_back (std::make_pair (g1, n1)); |
| 303 | } |
| 304 | |
| 305 | void keep_for_unknown (NetGraph *g1, size_t n1) |
| 306 | { |
no test coverage detected