SubgraphMatching
SubgraphMatching copied to clipboard
In-Memory Subgraph Matching: An In-depth Study by Dr. Shixuan Sun and Prof. Qiong Luo
Hello, I want to know why I get an error when I execute MAKE after I execute CMAKE. It says: /usr/bin/sh: -c: line 0: syntax error near unexpected token `('...
Hi, Is that allowed to execute multiple queries simultaneously? We run 20 queries for a datagraph. Now we need to load datagraph 20 times. So, if it supports loading multiple...
Generate synthetic datasets, varied | Σ | and d, what tools do you use? Thank you!
If you want to use the program as the baseline method in your experiments, please execute your workloads with the recommended commands in the "Recommendation" part. These settings achieve the...
I was wondering if you could share the benchmark datasets from the paper and the queries you ran for the evaluation. Alternatively, you might wanna share the script that converts...
In the paper, you explain the GraphQL filtering method as a two step process: local pruning and global refinement. For local pruning, the paper describes the method of using the...
Our source code utilizes some POSIX APIs and adopts the AVX2 instruction set by default. As such, we advise you to compile and test the source code in a Linux...
[ 40%] Linking CXX executable SubgraphMatching.out /usr/bin/ld: CMakeFiles/SubgraphMatching.out.dir/StudyPerformance.cpp.o:/home/uds/app/SubgraphMatching-master/matching/EvaluateQuery.h:15: multiple definition of `extendable_vertex_compare'; CMakeFiles/SubgraphMatching.out.dir/EvaluateQuery.cpp.o:/home/uds/app/SubgraphMatching-master/matching/EvaluateQuery.h:15: first defined here collect2: error: ld returned 1 exit status make[2]: *** [matching/CMakeFiles/SubgraphMatching.out.dir/build.make:195:matching/SubgraphMatching.out] 错误 1 make[1]: ***...
Hello, I encountered an issue while using your method. When there are multiple possible subgraph matching methods, only one result is outputted. May I ask how to view all possible...
compile