Skip to content

wjh0116/IMP-AIMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SAR/AAS

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.

Dataset

All the datasets used in this paper can be downloaded from SNAP.


Running Example for SAR

cd SAR/
make
./SAR -dataset ../dataset/Facebook -algo SAR -k 10 -epsilon 0.1 -priorNum 20 -T 10 -mode 0 -gamma 0.1

Running Example for AAS

cd AAS/
make
./AAS -dataset ../dataset/Facebook -model IC -epsilon 0.5 -k 10 -batch 1 -time 1 -mode 0 -priorNum 20 -T 10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published