Alpar Juttner <alpar@cs.elte.hu> [Wed, 29 Jul 2020 14:56:10 +0200] rev 1433
Fix clang compilation issue (#634)
Alpar Juttner <alpar@cs.elte.hu> [Tue, 28 Jul 2020 21:23:36 +0200] rev 1432
Resolve deprecation warnings of gcc 9 (#633)
Alpar Juttner <alpar@cs.elte.hu> [Thu, 25 Feb 2021 09:46:12 +0100] rev 1431
Merge #638
Balazs Dezso <deba@google.com> [Fri, 22 Jan 2021 10:55:32 +0100] rev 1430
Factor out recursion from weighted matching algorithms (#638)
Alpar Juttner <alpar@cs.elte.hu> [Thu, 21 Jan 2021 18:58:37 +0100] rev 1429
Merge #640
Alpar Juttner <alpar@cs.elte.hu> [Wed, 20 Jan 2021 16:31:29 +0100] rev 1428
Implement CplLp::write() for LP format (#640)
Alpar Juttner <alpar@cs.elte.hu> [Wed, 20 Jan 2021 16:17:21 +0100] rev 1427
Bugfixes in CplexBase and ClpLp (#639)
Alpar Juttner <alpar@cs.elte.hu> [Thu, 21 Jan 2021 08:36:53 +0100] rev 1426
Update CMakeLists.txt to match current CMAKE versions (#641)
Alpar Juttner <alpar@cs.elte.hu> [Wed, 15 May 2019 13:41:19 +0200] rev 1425
Backport relevant part of bugfix [4add05447ca0] to branch 1.3 (#623)
Alpar Juttner <alpar@cs.elte.hu> [Wed, 15 May 2019 13:33:55 +0200] rev 1424
Backport relevant parts of bugfixes [ad22262328b3], [61fdd06833a6] and [4add05447ca0] to branch 1.2 (#623)
Balazs Dezso <deba@google.com> [Sat, 27 Oct 2018 13:00:48 +0200] rev 1423
Paremeter to stop matching calculation when only single node is unmatched
Alpar Juttner <alpar@cs.elte.hu> [Thu, 01 Nov 2018 19:49:08 +0100] rev 1422
Merge #615 to branch 1.3
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 17 Feb 2018 23:44:32 +0100] rev 1421
Add operator[] to Path structures (#250)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 17 Feb 2018 23:44:15 +0100] rev 1420
API doc improvements for Path structures (#250)
Gabriel Gouvine <gabriel.gouvine.GIT@gmx.com> [Sun, 19 Mar 2017 14:38:08 +0100] rev 1419
CompactDigraph implementation (#377)
Smaller version of StaticDigraph (n+m) if InArcIt is not needed
Balazs Dezso <deba@inf.elte.hu> [Sun, 17 Aug 2008 15:02:03 +0200] rev 1418
Using Arc instead of ArcIt in Dfs (#32)
Alpar Juttner <alpar@cs.elte.hu> [Thu, 01 Nov 2018 19:49:51 +0100] rev 1417
Merge #615
Peter Kovacs <kpeter@inf.elte.hu> [Thu, 01 Nov 2018 11:27:05 +0100] rev 1416
Suppress unused typdef warnings (#615)
Alpar Juttner <alpar@cs.elte.hu> [Wed, 17 Oct 2018 22:56:43 +0200] rev 1415
Merge #597
Alpar Juttner <alpar@cs.elte.hu> [Wed, 17 Oct 2018 22:55:02 +0200] rev 1414
Add citation for Vf2pp (#597)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 07 Oct 2017 17:03:30 +0200] rev 1413
Remove unused auxiliary class in Vf2 (#597)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 07 Oct 2017 16:22:04 +0200] rev 1412
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().
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 07 Oct 2017 16:17:34 +0200] rev 1411
Remove unused auxiliary classes (#597)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 07 Oct 2017 15:48:00 +0200] rev 1410
Change the default graph type of Vf2 and Vf2pp (#597)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 07 Oct 2017 15:46:28 +0200] rev 1409
Rename private methods in Vf2 and Vf2pp (#597)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 07 Oct 2017 15:45:56 +0200] rev 1408
Unify naming scheme of fields in Vf2 and Vf2pp (#597)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 07 Oct 2017 03:18:49 +0200] rev 1407
Improve and unify comments and API docs of VF2 algorithms (#597)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 07 Oct 2017 00:14:05 +0200] rev 1406
Merge tests of VF2 and VF2++ (#597)
Peter Madarasi <madarasip@caesar.elte.hu> [Tue, 19 Sep 2017 14:08:20 +0200] rev 1405
Vf2 improvements and Vf2pp implementation (#597)
Alpar Juttner <alpar@cs.elte.hu> [Wed, 17 Oct 2018 19:22:52 +0200] rev 1404
Merge bugfixes #610,#611,#612,#614