chubbymaggie / synoptic

Automatically exported from code.google.com/p/synoptic
0 stars 0 forks source link

kTails should compare sets of strings, not sub-graph topology #258

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There's bug in Synoptic's kTails implementation -- the code currently compares 
the sub-graph topologies rooted at two nodes. Instead, the implementation 
should compare the set of strings of length k generated from the two nodes, 
regardless of the paths/graphs that generated them.

Original issue reported on code.google.com by bestchai on 14 Aug 2012 at 5:39

GoogleCodeExporter commented 9 years ago
Fixed in r832ddd440cd3.

Original comment by bestchai on 16 Aug 2012 at 5:58