There are at least two places where we create copies of the TrackingGraph:
At the initialization of the Matcher
When correcting shifted divisions
We should eliminate both of these instances. The first is easy, but the second may require more thought since we are essentially putting duplicate labels on the graph.
There are at least two places where we create copies of the
TrackingGraph
:Matcher
We should eliminate both of these instances. The first is easy, but the second may require more thought since we are essentially putting duplicate labels on the graph.