This project implements the SAR and AAS algorithms for the following paper:
- Jinghao Wang, Yanping Wu, Xiaoyang Wang, Chen Chen, Ying Zhang, Lu Qin,
"Effective Influence Maximization with Priority", 2025.
All the datasets used in this paper can be downloaded from SNAP.
cd SAR/
make
./SAR -dataset ../dataset/Facebook -algo SAR -k 10 -epsilon 0.1 -priorNum 20 -T 10 -mode 0 -gamma 0.1
cd AAS/
make
./AAS -dataset ../dataset/Facebook -model IC -epsilon 0.5 -k 10 -batch 1 -time 1 -mode 0 -priorNum 20 -T 10