2017-03-19CompactDigraph implementation (#377)
Gabriel Gouvine <gabriel.gouvine.GIT@gmx.com> [Sun, 19 Mar 2017 14:38:08 +0100] rev 1200
CompactDigraph implementation (#377)

Smaller version of StaticDigraph (n+m) if InArcIt is not needed

2008-08-17Using Arc instead of ArcIt in Dfs (#32)
Balazs Dezso <deba@inf.elte.hu> [Sun, 17 Aug 2008 15:02:03 +0200] rev 1199
Using Arc instead of ArcIt in Dfs (#32)

2018-11-01Merge #615
Alpar Juttner <alpar@cs.elte.hu> [Thu, 01 Nov 2018 19:49:51 +0100] rev 1198
Merge #615

2018-11-01Suppress unused typdef warnings (#615)
Peter Kovacs <kpeter@inf.elte.hu> [Thu, 01 Nov 2018 11:27:05 +0100] rev 1197
Suppress unused typdef warnings (#615)

2018-10-17Merge #597
Alpar Juttner <alpar@cs.elte.hu> [Wed, 17 Oct 2018 22:56:43 +0200] rev 1196
Merge #597

2018-10-17Add citation for Vf2pp (#597)
Alpar Juttner <alpar@cs.elte.hu> [Wed, 17 Oct 2018 22:55:02 +0200] rev 1195
Add citation for Vf2pp (#597)

2017-10-07Remove unused auxiliary class in Vf2 (#597)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 07 Oct 2017 17:03:30 +0200] rev 1194
Remove unused auxiliary class in Vf2 (#597)

2017-10-07Change misleading method name in Vf2pp (#597)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 07 Oct 2017 16:22:04 +0200] rev 1193
Change misleading method name in Vf2pp (#597)

It processes an entire connected component of the graph _g1 using BFS,
so processBfsTree() is more appropriate name than processBFSLevel().

2017-10-07Remove unused auxiliary classes (#597)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 07 Oct 2017 16:17:34 +0200] rev 1192
Remove unused auxiliary classes (#597)

2017-10-07Change the default graph type of Vf2 and Vf2pp (#597)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 07 Oct 2017 15:48:00 +0200] rev 1191
Change the default graph type of Vf2 and Vf2pp (#597)