Skip to content

drybonez01/majority_domination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Per eseguire tutti gli step sequenzialmente:
python main.py

Per definire i costi della rete:
python main.py -w (path_to_graph)

Per eseguire rispettivamente il primo, il secondo o il terzo algoritmo per calcolare il seed set:
python main.py -s1 (path_to_graph) (path_to_weights)
python main.py -s2 (path_to_graph) (path_to_weights)
python main.py -s3 (path_to_graph) (path_to_weights)

Per calcolare l'influenza di uno specifico seed set:
python main.py -m (path_to_graph) (path_to_seedset)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages