This is a compact library, written in pure ANSI C
to work with random labeled undirected graphs constructed with Erdős-Rényi and Gilbert models. Only the standard C
library (stdlib
, math
, etc.) is used for the implementation. Being written in C
, it is very fast and lightweight.
Full doxygen documentation is in docs/html.