mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-20 10:56:40 +03:00
Introduce custom adjacency-list based graph
This commit is contained in:
@@ -527,8 +527,6 @@ public:
|
||||
// max overlap considered for every pair (ulit, vlit).
|
||||
size_t maxLiteralOverlap(RoseVertex u, RoseVertex v) const;
|
||||
|
||||
void renumberVertices(void);
|
||||
|
||||
bool isPseudoStar(const RoseEdge &e) const;
|
||||
bool isPseudoStarOrFirstOnly(const RoseEdge &e) const;
|
||||
bool hasOnlyPseudoStarInEdges(RoseVertex v) const;
|
||||
@@ -551,7 +549,6 @@ public:
|
||||
const RoseVertex anchored_root;
|
||||
RoseLiteralMap literals;
|
||||
std::map<RoseVertex, RoseVertex> ghost;
|
||||
size_t vertexIndex;
|
||||
ReportID getNewNfaReport() override {
|
||||
return next_nfa_report++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user