Thu, 25 Feb 2021 09:46:12 +0100Merge #638
Alpar Juttner <alpar@cs.elte.hu> [Thu, 25 Feb 2021 09:46:12 +0100] rev 1209
Merge #638

Fri, 22 Jan 2021 10:55:32 +0100Factor out recursion from weighted matching algorithms (#638)
Balazs Dezso <deba@google.com> [Fri, 22 Jan 2021 10:55:32 +0100] rev 1208
Factor out recursion from weighted matching algorithms (#638)

Thu, 21 Jan 2021 18:58:37 +0100Merge #640
Alpar Juttner <alpar@cs.elte.hu> [Thu, 21 Jan 2021 18:58:37 +0100] rev 1207
Merge #640

Wed, 20 Jan 2021 16:31:29 +0100Implement CplLp::write() for LP format (#640)
Alpar Juttner <alpar@cs.elte.hu> [Wed, 20 Jan 2021 16:31:29 +0100] rev 1206
Implement CplLp::write() for LP format (#640)

Wed, 20 Jan 2021 16:17:21 +0100Bugfixes in CplexBase and ClpLp (#639)
Alpar Juttner <alpar@cs.elte.hu> [Wed, 20 Jan 2021 16:17:21 +0100] rev 1205
Bugfixes in CplexBase and ClpLp (#639)

Thu, 21 Jan 2021 08:36:53 +0100Update CMakeLists.txt to match current CMAKE versions (#641)
Alpar Juttner <alpar@cs.elte.hu> [Thu, 21 Jan 2021 08:36:53 +0100] rev 1204
Update CMakeLists.txt to match current CMAKE versions (#641)

Sat, 27 Oct 2018 13:00:48 +0200Paremeter to stop matching calculation when only single node is unmatched
Balazs Dezso <deba@google.com> [Sat, 27 Oct 2018 13:00:48 +0200] rev 1203
Paremeter to stop matching calculation when only single node is unmatched

Sat, 17 Feb 2018 23:44:32 +0100Add operator[] to Path structures (#250)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 17 Feb 2018 23:44:32 +0100] rev 1202
Add operator[] to Path structures (#250)

Sat, 17 Feb 2018 23:44:15 +0100API doc improvements for Path structures (#250)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 17 Feb 2018 23:44:15 +0100] rev 1201
API doc improvements for Path structures (#250)

Sun, 19 Mar 2017 14:38:08 +0100CompactDigraph 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