COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEWS

    r712 r1096  
     12011-11-09 Version 1.1.5 released
     2
     3        Bugfix release.
     4
     5        #428: Add missing lemon/lemon.pc.cmake to the release tarball
     6        #429: Fix VS warnings
     7        #430: Fix LpBase::Constr two-side limit bug
     8
     92011-08-08 Version 1.1.4 released
     10
     11        Bugfix release.
     12
     13        #392: Bug fix in Dfs::start(s,t)
     14        #414: Fix wrong initialization in Preflow
     15        #404: Update Doxygen configuration
     16        #416: Support tests with valgrind
     17        #418: Better Win CodeBlock/MinGW support
     18        #419: Backport build environment improvements from the main branch
     19              - Build of mip_test and lp_test precede the running of the tests
     20              - Also search for coin libs under ${COIN_ROOT_DIR}/lib/coin
     21              - Do not look for COIN_VOL libraries
     22        #382: Allow lgf file without Arc maps
     23       
     242010-10-21 Version 1.1.3 released
     25
     26        Bugfix release.
     27
     28        #366: Fix Pred[Matrix]MapPath::empty()
     29        #371: Bug fix in (di)graphCopy()
     30              The target graph is cleared before adding nodes and arcs/edges.
     31
     32        #356: Fix multiple execution bug in weighted matchings
     33        #364: Add missing UndirectedTags
     34        #368: Fix the usage of std::numeric_limits<>::min() in Network Simplex
     35        #372: Fix a critical bug in preflow
     36
     372010-03-08 Version 1.1.2 released
     38
     39        Bugfix release.
     40
     41        #317: Fix (and improve) error message in mip_test.cc
     42              Remove unnecessary OsiCbc dependency
     43        #250: Fix in pathSource() and pathTarget()
     44        #322: Distribute LEMONConfig.cmake.in
     45        #321: Use pathCopy(from,to) instead of copyPath(to,from)
     46        #330: Bug fix in map_extender.h
     47        #335: Fix clear() function in ExtendFindEnum
     48        #337: Use void* as LPX object pointer
     49        #336: Fix the date field comment of graphToEps() output
     50        #323: Bug fix in Suurballe
     51
     522009-10-03 Version 1.1.1 released
     53
     54        Bugfix release.
     55
     56        #295: Suppress MSVC warnings using pragmas
     57        ----: Various CMAKE related improvements
     58              * Remove duplications from doc/CMakeLists.txt
     59              * Rename documentation install folder from 'docs' to 'html'
     60              * Add tools/CMakeLists.txt to the tarball
     61              * Generate and install LEMONConfig.cmake
     62              * Change the label of the html project in Visual Studio
     63              * Fix the check for the 'long long' type
     64              * Put the version string into config.h
     65              * Minor CMake improvements
     66              * Set the version to 'hg-tip' if everything fails
     67        #311: Add missing 'explicit' keywords
     68        #302: Fix the implementation and doc of CrossRefMap
     69        #308: Remove duplicate list_graph.h entry from source list
     70        #307: Bug fix in Preflow and Circulation
     71
    1722009-05-13 Version 1.1 released
    273
Note: See TracChangeset for help on using the changeset viewer.