# # ChangeLog for test/vf2_test.cc in lemon # # Generated by Trac 1.2.3 # 05/26/24 07:38:18 Fri, 06 Oct 2017 22:14:05 GMT Peter Kovacs [1406:120b9031eada] * test/CMakeLists.txt (modified) * test/vf2_test.cc (modified) * test/vf2pp_test.cc (deleted) Merge tests of VF2 and VF2++ (#597) Tue, 19 Sep 2017 12:08:20 GMT Peter Madarasi [1405:3feba0ea1bda] * lemon/bits/vf2_internals.h (added) * lemon/vf2.h (modified) * lemon/vf2pp.h (added) * test/CMakeLists.txt (modified) * test/vf2_test.cc (modified) * test/vf2pp_test.cc (added) Vf2 improvements and Vf2pp implementation (#597) Thu, 14 May 2015 15:13:44 GMT Alpar Juttner [1352:f85ee41c84bc] * lemon/vf2.h (modified) * test/vf2_test.cc (modified) Bugfix in Vf2 - missing initialization (#597) Mon, 30 Mar 2015 15:42:30 GMT Peter Madarasi [1350:a037254714b3] * lemon/vf2.h (added) * test/CMakeLists.txt (modified) * test/vf2_test.cc (added) VF2 algorithm added (#597) The implementation of this feature was ...