Skip to content
forked from SNUCSE-CTA/IDAR

Fast Supergraph Search Using DAG Integration

Notifications You must be signed in to change notification settings

YeunjunLee/IDAR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDAR

Fast Supergraph Search Using DAG Integration

Usages

./IDAR_index <#(data graphs)> <data_file> <index_file>
./IDAR_query <index_file> <query_file> <output_file>

Experiments in the paper

  • Each script file in scripts directory reproduces the results of the experiments in the paper.
    • exp1_varying_number_of_vertices_datagraph_index.sh: Figure 11
    • exp1_varying_number_of_vertices_datagraph_query.sh: Figure 12
    • exp2_varying_number_of_vertices_querygraph_query.sh: Figure 13
    • exp3_varying_number_of_datagraph_index.sh: Figure 14
    • exp3_varying_number_of_datagraph_query.sh: Figure 15
  • The results will be stored in results/<exp_name> directory.

About

Fast Supergraph Search Using DAG Integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%