COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEWS

    r712 r1003  
     12010-10-21 Version 1.1.3 released
     2
     3        Bugfix release.
     4
     5        #366: Fix Pred[Matrix]MapPath::empty()
     6        #371: Bug fix in (di)graphCopy()
     7              The target graph is cleared before adding nodes and arcs/edges.
     8
     9        #356: Fix multiple execution bug in weighted matchings
     10        #364: Add missing UndirectedTags
     11        #368: Fix the usage of std::numeric_limits<>::min() in Network Simplex
     12        #372: Fix a critical bug in preflow
     13
     142010-03-08 Version 1.1.2 released
     15
     16        Bugfix release.
     17
     18        #317: Fix (and improve) error message in mip_test.cc
     19              Remove unnecessary OsiCbc dependency
     20        #250: Fix in pathSource() and pathTarget()
     21        #322: Distribute LEMONConfig.cmake.in
     22        #321: Use pathCopy(from,to) instead of copyPath(to,from)
     23        #330: Bug fix in map_extender.h
     24        #335: Fix clear() function in ExtendFindEnum
     25        #337: Use void* as LPX object pointer
     26        #336: Fix the date field comment of graphToEps() output
     27        #323: Bug fix in Suurballe
     28
     292009-10-03 Version 1.1.1 released
     30
     31        Bugfix release.
     32
     33        #295: Suppress MSVC warnings using pragmas
     34        ----: Various CMAKE related improvements
     35              * Remove duplications from doc/CMakeLists.txt
     36              * Rename documentation install folder from 'docs' to 'html'
     37              * Add tools/CMakeLists.txt to the tarball
     38              * Generate and install LEMONConfig.cmake
     39              * Change the label of the html project in Visual Studio
     40              * Fix the check for the 'long long' type
     41              * Put the version string into config.h
     42              * Minor CMake improvements
     43              * Set the version to 'hg-tip' if everything fails
     44        #311: Add missing 'explicit' keywords
     45        #302: Fix the implementation and doc of CrossRefMap
     46        #308: Remove duplicate list_graph.h entry from source list
     47        #307: Bug fix in Preflow and Circulation
     48
    1492009-05-13 Version 1.1 released
    250
Note: See TracChangeset for help on using the changeset viewer.