1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
[](https://dev.azure.com/igraph-team/igraph/_build/latest?definitionId=1&branchName=master)

[](https://zenodo.org/badge/latestdoi/8546198)
The igraph library
------------------
igraph is a C library for creating, manipulating and analysing graphs.
It is intended to be as powerful (i.e. fast) as possible to enable
working with large graphs.
See https://igraph.org for installation instructions
and documentation.
Igraph can also be used from:
- R — https://github.com/igraph/rigraph
- Python — https://github.com/igraph/python-igraph
- Mathematica — https://github.com/szhorvat/IGraphM
|