mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-20 02:47:11 +03:00
Introduce custom adjacency-list based graph
This commit is contained in:
@@ -122,7 +122,7 @@ void dumpPreRoseGraph(const RoseInGraph &ig, const Grey &grey,
|
||||
|
||||
ostringstream name;
|
||||
name << grey.dumpPath << "pre_rose_" << id << ".dot";
|
||||
dumpGraph(name.str().c_str(), h->g);
|
||||
dumpGraph(name.str().c_str(), *h);
|
||||
assert(allMatchStatesHaveReports(*h));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user