Location: LEMON/LEMON-main/cmake/version.cmake.in

Load file history
gravatar
kpeter (Peter Kovacs)
Rework and fix the implementation of MinMeanCycle (#179) - Fix the handling of the cycle means. - Many implementation improvements: - More efficient data storage for the strongly connected components. - Better handling of BFS queues. - Merge consecutive BFS searches (perform two BFS searches instead of three). This version is about two times faster on average and an order of magnitude faster if there are a lot of strongly connected components.
SET(LEMON_VERSION "@PACKAGE_VERSION@" CACHE STRING "LEMON version string.")