Add feature/graph regex/query resolution
Compare changes
Files
3@@ -11,6 +11,11 @@
@@ -11,6 +11,11 @@
* @brief class which is the hight level interface for graph matching, used to simplify match definition
@@ -19,9 +24,10 @@ class GraphRegex{
@@ -19,9 +24,10 @@ class GraphRegex{
@@ -31,7 +37,15 @@ class GraphRegex{
@@ -31,7 +37,15 @@ class GraphRegex{
@@ -53,13 +67,19 @@ class GraphRegex{
@@ -53,13 +67,19 @@ class GraphRegex{
void _generateCombinationsStart(const std::set<NodePtr>& elements, std::size_t n, std::size_t index,