Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 676 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 676 Bytes

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.