Skip to content

AnryYang/GEER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the code for the paper titled "Efficient Estimation of Effective Resistance" in SIGMOD 2023. Please download datasets from here.

Environment

  • System: Ubuntu 18.04
  • GCC: 7.5.0
  • CMake: 2.8.12
  • Boost: 1.65.1

Running Commands

$ cmake .
$ sh build.sh
$ ./bere -f datasets/ -g dblp -a geer -e 0.5 -t 5 -n 20       # random queries
$ ./bere -f datasets/ -g dblp -a geer -e 0.5 -t 3 -n 20 -s 1  # edge queries

Citing

@inproceedings{yang2023geer,
  title={Efficient Estimation of Effective Resistance},
  author={Yang, Renchi and Tang, Jing},
  booktitle={Proceedings of the 2023 International Conference on Management of Data},
  pages={To Appear},
  year={2023}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published