demo/digraph.lgf
author |
Peter Kovacs <kpeter@inf.elte.hu> |
|
Sun, 23 Aug 2009 11:13:21 +0200 |
changeset 738 |
456fa5bc3256 |
permissions |
-rw-r--r-- |
Much better implementation for node splitting (#311)
in ListDigraph. This solution is the same as the one that
is used in SmartDigraph. It is much faster and does not
invalidate any iterator like the former implementation.