This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
LightGraphs v1.2.0
In this release:
- native
LGFormat()
will no longer save compressed graphs. This allows us to remove the dependency onCodecZlib
(but introduces a new dependence onInflate
). Saving compressed graphs has been moved toGraphIO
. (#1024) - performance improvements to shortest paths (#1012, #1013) and parallel gdistances (#1027)
-many documentation updates!! - new Vertex Cover (#949) and Independent Set (#1026)
- new Dorogovtsev Mendes random graph generator (#1032)