Repository with:
- Attk2Tree: static compressed graph representation for regular graphs
- k2AttDynTree: dynamic compressed graph representation for regular graphs
Static compressed graph representation for regular graph (parallel edges, label edges/nodes, different types of edges/nodes)
cd attk2t/buildattk2t
make
./bin/buildtree <basename>
cd attk2t/queryattk2t
make
./bin/query_gen <basename> <queriesdir> <numqueries>
./bin/query <basename> <queriesdir> <numqueries>
Dynamic compressed graph representation for regular graph (parallel edges, label edges/nodes, different types of edges/nodes)
Building/Query phase:
cd src
make
./bin/main <basename> <queriesdir> <numqueries>