Location: LEMON/LEMON-official/cmake/version.cmake.in - annotation

Load file history
gravatar
kpeter (Peter Kovacs)
Small implementation improvements in MCF algorithms (#180) - Handle max() as infinite value (not only infinity()). - Better GEQ handling in CapacityScaling. - Skip the unnecessary saturating operations in the first phase in CapacityScaling. - Use vector<char> instead of vector<bool> and vector<int> if it is possible and it proved to be usually faster.
SET(LEMON_VERSION "@PACKAGE_VERSION@" CACHE STRING "LEMON version string.")