Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.35 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.35 KB

LNAD - Library for Network Analysis and Dismantling

Library for network analysis and dismantling.

Documentation

Network analysis methods:

  • Degree centrality
  • Eigenvector centrality
  • Betweenness centrality
  • Edge betweenness centrality
  • Closeness centrality
  • Pagerank
  • Articulation points
  • Largest connected component
  • Second largest connected component
  • Global efficiency

Network dismantling methods:

  • Iterative targeted attack on nodes
  • Iterative targeted attack on edges
  • Brute-force articulation point targeted attack
  • Random attack on nodes
  • Random attack on edges

References:

Licensing

LNAD is released under the MIT license.

Obtain the Code

The source code can be obtained from:

git clone https://github.com/stigrs/lnad.git

Installation

The program is install by executing:

python -m pip install . --prefix=%USERPROFILE%