NEWS
author Alpar Juttner <alpar@cs.elte.hu>
Mon, 24 Oct 2011 21:39:34 +0200
branch1.1
changeset 1089 2b47dbd6612c
parent 1003 dfdb58f52f02
child 1096 bcb6e4402a6e
permissions -rw-r--r--
Merge #428 and #429 to branch 1.1
alpar@1080
     1
2011-08-08 Version 1.1.4 released
alpar@1080
     2
alpar@1080
     3
        Bugfix release.
alpar@1080
     4
alpar@1080
     5
        #392: Bug fix in Dfs::start(s,t)
alpar@1080
     6
        #414: Fix wrong initialization in Preflow
alpar@1080
     7
        #404: Update Doxygen configuration
alpar@1080
     8
        #416: Support tests with valgrind
alpar@1080
     9
        #418: Better Win CodeBlock/MinGW support
alpar@1080
    10
        #419: Backport build environment improvements from the main branch
alpar@1080
    11
              - Build of mip_test and lp_test precede the running of the tests
alpar@1080
    12
              - Also search for coin libs under ${COIN_ROOT_DIR}/lib/coin
alpar@1080
    13
              - Do not look for COIN_VOL libraries
alpar@1080
    14
        #382: Allow lgf file without Arc maps
alpar@1080
    15
        
alpar@1003
    16
2010-10-21 Version 1.1.3 released
alpar@1003
    17
alpar@1003
    18
        Bugfix release.
alpar@1003
    19
alpar@1003
    20
        #366: Fix Pred[Matrix]MapPath::empty()
alpar@1003
    21
        #371: Bug fix in (di)graphCopy()
alpar@1003
    22
              The target graph is cleared before adding nodes and arcs/edges.
alpar@1003
    23
alpar@1003
    24
        #356: Fix multiple execution bug in weighted matchings
alpar@1003
    25
        #364: Add missing UndirectedTags
alpar@1003
    26
        #368: Fix the usage of std::numeric_limits<>::min() in Network Simplex
alpar@1003
    27
        #372: Fix a critical bug in preflow
alpar@1003
    28
alpar@939
    29
2010-03-08 Version 1.1.2 released
alpar@939
    30
alpar@939
    31
        Bugfix release.
alpar@939
    32
alpar@939
    33
        #317: Fix (and improve) error message in mip_test.cc
alpar@939
    34
              Remove unnecessary OsiCbc dependency
alpar@939
    35
        #250: Fix in pathSource() and pathTarget()
alpar@939
    36
        #322: Distribute LEMONConfig.cmake.in
alpar@939
    37
        #321: Use pathCopy(from,to) instead of copyPath(to,from)
alpar@939
    38
        #330: Bug fix in map_extender.h
alpar@939
    39
        #335: Fix clear() function in ExtendFindEnum
alpar@939
    40
        #337: Use void* as LPX object pointer
alpar@939
    41
        #336: Fix the date field comment of graphToEps() output
alpar@939
    42
        #323: Bug fix in Suurballe
alpar@939
    43
alpar@853
    44
2009-10-03 Version 1.1.1 released
alpar@853
    45
alpar@853
    46
        Bugfix release.
alpar@853
    47
alpar@853
    48
        #295: Suppress MSVC warnings using pragmas
alpar@853
    49
        ----: Various CMAKE related improvements
alpar@853
    50
              * Remove duplications from doc/CMakeLists.txt
alpar@853
    51
              * Rename documentation install folder from 'docs' to 'html'
alpar@853
    52
              * Add tools/CMakeLists.txt to the tarball
alpar@853
    53
              * Generate and install LEMONConfig.cmake
alpar@853
    54
              * Change the label of the html project in Visual Studio
alpar@853
    55
              * Fix the check for the 'long long' type
alpar@853
    56
              * Put the version string into config.h
alpar@853
    57
              * Minor CMake improvements
alpar@853
    58
              * Set the version to 'hg-tip' if everything fails
alpar@853
    59
        #311: Add missing 'explicit' keywords
alpar@853
    60
        #302: Fix the implementation and doc of CrossRefMap
alpar@853
    61
        #308: Remove duplicate list_graph.h entry from source list
alpar@853
    62
        #307: Bug fix in Preflow and Circulation
alpar@853
    63
alpar@712
    64
2009-05-13 Version 1.1 released
alpar@712
    65
alpar@712
    66
        This is the second stable release of the 1.x series. It
alpar@712
    67
        features a better coverage of the tools available in the 0.x
alpar@712
    68
        series, a thoroughly reworked LP/MIP interface plus various
alpar@712
    69
        improvements in the existing tools.
alpar@712
    70
alpar@712
    71
        * Much improved M$ Windows support
alpar@712
    72
          * Various improvements in the CMAKE build system
alpar@712
    73
          * Compilation warnings are fixed/suppressed
alpar@712
    74
        * Support IBM xlC compiler
alpar@712
    75
        * New algorithms
alpar@712
    76
          * Connectivity related algorithms (#61)
alpar@712
    77
          * Euler walks (#65)
alpar@712
    78
          * Preflow push-relabel max. flow algorithm (#176)
alpar@712
    79
          * Circulation algorithm (push-relabel based) (#175)
alpar@712
    80
          * Suurballe algorithm (#47)
alpar@712
    81
          * Gomory-Hu algorithm (#66)
alpar@712
    82
          * Hao-Orlin algorithm (#58)
alpar@712
    83
          * Edmond's maximum cardinality and weighted matching algorithms
alpar@712
    84
            in general graphs (#48,#265)
alpar@712
    85
          * Minimum cost arborescence/branching (#60)
alpar@712
    86
          * Network Simplex min. cost flow algorithm (#234)
alpar@712
    87
        * New data structures
alpar@712
    88
          * Full graph structure (#57)
alpar@712
    89
          * Grid graph structure (#57)
alpar@712
    90
          * Hypercube graph structure (#57)
alpar@712
    91
          * Graph adaptors (#67)
alpar@712
    92
          * ArcSet and EdgeSet classes (#67)
alpar@712
    93
          * Elevator class (#174)
alpar@712
    94
        * Other new tools
alpar@712
    95
          * LP/MIP interface (#44)
alpar@712
    96
            * Support for GLPK, CPLEX, Soplex, COIN-OR CLP and CBC
alpar@712
    97
          * Reader for the Nauty file format (#55)
alpar@712
    98
          * DIMACS readers (#167)
alpar@712
    99
          * Radix sort algorithms (#72)
alpar@712
   100
          * RangeIdMap and CrossRefMap (#160)
alpar@712
   101
        * New command line tools
alpar@712
   102
          * DIMACS to LGF converter (#182)
alpar@712
   103
          * lgf-gen - a graph generator (#45)
alpar@712
   104
          * DIMACS solver utility (#226)
alpar@712
   105
        * Other code improvements
alpar@712
   106
          * Lognormal distribution added to Random (#102)
alpar@712
   107
          * Better (i.e. O(1) time) item counting in SmartGraph (#3)
alpar@712
   108
          * The standard maps of graphs are guaranteed to be
alpar@712
   109
            reference maps (#190)
alpar@712
   110
        * Miscellaneous
alpar@712
   111
          * Various doc improvements
alpar@712
   112
          * Improved 0.x -> 1.x converter script
alpar@712
   113
alpar@712
   114
        * Several bugfixes (compared to release 1.0):
alpar@712
   115
          #170: Bugfix SmartDigraph::split()
alpar@712
   116
          #171: Bugfix in SmartGraph::restoreSnapshot()
alpar@712
   117
          #172: Extended test cases for graphs and digraphs
alpar@712
   118
          #173: Bugfix in Random
alpar@712
   119
                * operator()s always return a double now
alpar@712
   120
                * the faulty real<Num>(Num) and real<Num>(Num,Num)
alpar@712
   121
                  have been removed
alpar@712
   122
          #187: Remove DijkstraWidestPathOperationTraits
alpar@712
   123
          #61:  Bugfix in DfsVisit
alpar@712
   124
          #193: Bugfix in GraphReader::skipSection()
alpar@712
   125
          #195: Bugfix in ConEdgeIt()
alpar@712
   126
          #197: Bugfix in heap unionfind
alpar@712
   127
                * This bug affects Edmond's general matching algorithms
alpar@712
   128
          #207: Fix 'make install' without 'make html' using CMAKE
alpar@712
   129
          #208: Suppress or fix VS2008 compilation warnings
alpar@712
   130
          ----: Update the LEMON icon
alpar@712
   131
          ----: Enable the component-based installer
alpar@712
   132
                (in installers made by CPACK)
alpar@712
   133
          ----: Set the proper version for CMAKE in the tarballs
alpar@712
   134
                (made by autotools)
alpar@712
   135
          ----: Minor clarification in the LICENSE file
alpar@712
   136
          ----: Add missing unistd.h include to time_measure.h
alpar@712
   137
          #204: Compilation bug fixed in graph_to_eps.h with VS2005
alpar@712
   138
          #214,#215: windows.h should never be included by lemon headers
alpar@712
   139
          #230: Build systems check the availability of 'long long' type
alpar@712
   140
          #229: Default implementation of Tolerance<> is used for integer types
alpar@712
   141
          #211,#212: Various fixes for compiling on AIX
alpar@712
   142
          ----: Improvements in CMAKE config
alpar@712
   143
                - docs is installed in share/doc/
alpar@712
   144
                - detects newer versions of Ghostscript
alpar@712
   145
          #239: Fix missing 'inline' specifier in time_measure.h
alpar@712
   146
          #274,#280: Install lemon/config.h
alpar@712
   147
          #275: Prefix macro names with LEMON_ in lemon/config.h
alpar@712
   148
          ----: Small script for making the release tarballs added
alpar@712
   149
          ----: Minor improvement in unify-sources.sh (a76f55d7d397)
alpar@712
   150
alpar@534
   151
2009-03-27 LEMON joins to the COIN-OR initiative
alpar@534
   152
alpar@534
   153
        COIN-OR (Computational Infrastructure for Operations Research,
alpar@534
   154
        http://www.coin-or.org) project is an initiative to spur the
alpar@534
   155
        development of open-source software for the operations research
alpar@534
   156
        community.
alpar@534
   157
alpar@322
   158
2008-10-13 Version 1.0 released
alpar@262
   159
alpar@262
   160
	This is the first stable release of LEMON. Compared to the 0.x
alpar@262
   161
	release series, it features a considerably smaller but more
alpar@262
   162
	matured set of tools. The API has also completely revised and
alpar@262
   163
	changed in several places.
alpar@262
   164
alpar@322
   165
	* The major name changes compared to the 0.x series (see the
alpar@322
   166
          Migration Guide in the doc for more details)
alpar@262
   167
          * Graph -> Digraph, UGraph -> Graph
alpar@262
   168
          * Edge -> Arc, UEdge -> Edge
alpar@262
   169
	  * source(UEdge)/target(UEdge) -> u(Edge)/v(Edge)
alpar@262
   170
	* Other improvements
alpar@262
   171
	  * Better documentation
alpar@262
   172
	  * Reviewed and cleaned up codebase
alpar@262
   173
	  * CMake based build system (along with the autotools based one)
alpar@262
   174
	* Contents of the library (ported from 0.x)
alpar@262
   175
	  * Algorithms
alpar@262
   176
       	    * breadth-first search (bfs.h)
alpar@262
   177
       	    * depth-first search (dfs.h)
alpar@262
   178
       	    * Dijkstra's algorithm (dijkstra.h)
alpar@262
   179
       	    * Kruskal's algorithm (kruskal.h)
alpar@262
   180
    	  * Data structures
alpar@262
   181
       	    * graph data structures (list_graph.h, smart_graph.h)
alpar@262
   182
       	    * path data structures (path.h)
alpar@262
   183
       	    * binary heap data structure (bin_heap.h)
alpar@262
   184
       	    * union-find data structures (unionfind.h)
alpar@262
   185
       	    * miscellaneous property maps (maps.h)
alpar@262
   186
       	    * two dimensional vector and bounding box (dim2.h)
alpar@262
   187
          * Concepts
alpar@262
   188
       	    * graph structure concepts (concepts/digraph.h, concepts/graph.h,
alpar@262
   189
              concepts/graph_components.h)
alpar@262
   190
       	    * concepts for other structures (concepts/heap.h, concepts/maps.h,
alpar@262
   191
	      concepts/path.h)
alpar@262
   192
    	  * Tools
alpar@262
   193
       	    * Mersenne twister random number generator (random.h)
alpar@262
   194
       	    * tools for measuring cpu and wall clock time (time_measure.h)
alpar@262
   195
       	    * tools for counting steps and events (counter.h)
alpar@262
   196
       	    * tool for parsing command line arguments (arg_parser.h)
alpar@262
   197
       	    * tool for visualizing graphs (graph_to_eps.h)
alpar@262
   198
       	    * tools for reading and writing data in LEMON Graph Format
alpar@262
   199
              (lgf_reader.h, lgf_writer.h)
alpar@262
   200
            * tools to handle the anomalies of calculations with
alpar@262
   201
	      floating point numbers (tolerance.h)
alpar@262
   202
            * tools to manage RGB colors (color.h)
alpar@262
   203
    	  * Infrastructure
alpar@262
   204
       	    * extended assertion handling (assert.h)
alpar@262
   205
       	    * exception classes and error handling (error.h)
alpar@262
   206
      	    * concept checking (concept_check.h)
alpar@262
   207
       	    * commonly used mathematical constants (math.h)