NEWS
author Alpar Juttner <alpar@cs.elte.hu>
Wed, 01 Apr 2015 18:00:42 +0200
branch1.2
changeset 998 8e5c93065fd0
parent 989 e38c9a70375c
permissions -rw-r--r--
Add arc_lookup_test.cc to the autoconf build env. (#517)
alpar@989
     1
2013-08-10 Version 1.2.4 released
alpar@989
     2
alpar@989
     3
        Bugfix release.
alpar@989
     4
alpar@989
     5
        #432: Add missing doc/template.h and doc/references.bib to release
alpar@989
     6
              tarball
alpar@989
     7
        #433: Support shared library build
alpar@989
     8
        ----: Update CPLEX lookup
alpar@989
     9
        ----: Make CBC interface compatible with latest CBC releases
alpar@989
    10
        ----: Intel C++ compatibility fixes
alpar@989
    11
        #441: Fix buggy reinitialization in _solver_bits::VarIndex::clear()
alpar@989
    12
        #444: Bugfix in path copy constructors and assignment operators
alpar@989
    13
        #447: Bugfix in AllArcLookUp<>
alpar@989
    14
        #448: Bugfix in adaptor_test.cc
alpar@989
    15
        #449: Fix clang compilation warnings and errors
alpar@989
    16
        #440: Fix a bug + remove redundant typedefs in dimacs-solver
alpar@989
    17
        #453: Avoid GCC 4.7 compiler warnings
alpar@989
    18
        #445: Fix missing initialization in CplexEnv::CplexEnv()
alpar@989
    19
        #461: Bugfix in assert.h
alpar@989
    20
        #470: Fix compilation issues related to various gcc versions
alpar@989
    21
        #439: Bugfix in biNodeConnected()
alpar@991
    22
        #469: Bugfix in test/maps_test.cc
alpar@989
    23
alpar@934
    24
2011-11-09 Version 1.2.3 released
alpar@934
    25
alpar@934
    26
        Bugfix release.
alpar@934
    27
alpar@934
    28
        #428: Add missing lemon/lemon.pc.cmake to the release tarball
alpar@934
    29
        #429: Fix VS warnings
alpar@934
    30
        #430: Fix LpBase::Constr two-side limit bug
alpar@934
    31
alpar@926
    32
2011-08-08 Version 1.2.2 released
alpar@926
    33
alpar@926
    34
        Bugfix release.
alpar@926
    35
alpar@926
    36
        #392: Bug fix in Dfs::start(s,t)
alpar@926
    37
        #414: Fix wrong initialization in Preflow
alpar@926
    38
        #404: Update Doxygen configuration
alpar@926
    39
        #416: Support tests with valgrind
alpar@926
    40
        #418: Better Win CodeBlock/MinGW support
alpar@926
    41
        #419: Backport build environment improvements from the main branch
alpar@926
    42
              - Build of mip_test and lp_test precede the running of the tests
alpar@926
    43
              - Also search for coin libs under ${COIN_ROOT_DIR}/lib/coin
alpar@926
    44
              - Do not look for COIN_VOL libraries
alpar@926
    45
        #382: Allow lgf file without Arc maps
alpar@926
    46
        #417: Bug fix in CostScaling
alpar@926
    47
alpar@897
    48
2010-10-21 Version 1.2.1 released
alpar@897
    49
alpar@897
    50
        Bugfix release.
alpar@897
    51
alpar@897
    52
        #366: Fix Pred[Matrix]MapPath::empty()
alpar@897
    53
        #371: Bug fix in (di)graphCopy()
alpar@897
    54
              The target graph is cleared before adding nodes and arcs/edges.
alpar@897
    55
alpar@897
    56
        #364: Add missing UndirectedTags
alpar@897
    57
        #368: Fix the usage of std::numeric_limits<>::min() in Network Simplex
alpar@897
    58
        #372: Fix a critical bug in preflow
alpar@897
    59
alpar@883
    60
2010-03-19 Version 1.2 released
alpar@883
    61
alpar@883
    62
        This is major feature release
alpar@883
    63
alpar@883
    64
        * New algorithms
alpar@883
    65
          * Bellman-Ford algorithm (#51)
alpar@883
    66
          * Minimum mean cycle algorithms (#179)
alpar@883
    67
            * Karp, Hartman-Orlin and Howard algorithms
alpar@883
    68
          * New minimum cost flow algorithms (#180)
alpar@883
    69
            * Cost Scaling algorithms
alpar@883
    70
            * Capacity Scaling algorithm
alpar@883
    71
            * Cycle-Canceling algorithms
alpar@883
    72
          * Planarity related algorithms (#62)
alpar@883
    73
            * Planarity checking algorithm
alpar@883
    74
            * Planar embedding algorithm
alpar@883
    75
            * Schnyder's planar drawing algorithm
alpar@883
    76
            * Coloring planar graphs with five or six colors
alpar@883
    77
          * Fractional matching algorithms (#314)
alpar@883
    78
        * New data structures
alpar@883
    79
          * StaticDigraph structure (#68)
alpar@883
    80
          * Several new priority queue structures (#50, #301)
alpar@883
    81
            * Fibonacci, Radix, Bucket, Pairing, Binomial
alpar@883
    82
              D-ary and fourary heaps (#301)
alpar@883
    83
          * Iterable map structures (#73)
alpar@883
    84
        * Other new tools and functionality
alpar@883
    85
          * Map utility functions (#320)
alpar@883
    86
          * Reserve functions are added to ListGraph and SmartGraph (#311)
alpar@883
    87
          * A resize() function is added to HypercubeGraph (#311)
alpar@883
    88
          * A count() function is added to CrossRefMap (#302)
alpar@883
    89
          * Support for multiple targets in Suurballe using fullInit() (#181)
alpar@883
    90
          * Traits class and named parameters for Suurballe (#323)
alpar@883
    91
          * Separate reset() and resetParams() functions in NetworkSimplex
alpar@883
    92
            to handle graph changes (#327)
alpar@883
    93
          * tolerance() functions are added to HaoOrlin (#306)
alpar@883
    94
        * Implementation improvements
alpar@883
    95
          * Improvements in weighted matching algorithms (#314)
alpar@883
    96
            * Jumpstart initialization
alpar@883
    97
          * ArcIt iteration is based on out-arc lists instead of in-arc lists
alpar@883
    98
            in ListDigraph (#311)
alpar@883
    99
          * Faster add row operation in CbcMip (#203)
alpar@883
   100
          * Better implementation for split() in ListDigraph (#311)
alpar@883
   101
          * ArgParser can also throw exception instead of exit(1) (#332)
alpar@883
   102
        * Miscellaneous
alpar@883
   103
          * A simple interactive bootstrap script
alpar@883
   104
          * Doc improvements (#62,#180,#299,#302,#303,#304,#307,#311,#331,#315,
alpar@883
   105
                #316,#319)
alpar@883
   106
            * BibTeX references in the doc (#184)
alpar@883
   107
          * Optionally use valgrind when running tests
alpar@883
   108
          * Also check ReferenceMapTag in concept checks (#312)
alpar@883
   109
          * dimacs-solver uses long long type by default.
alpar@883
   110
        * Several bugfixes (compared to release 1.1):
alpar@883
   111
          #295: Suppress MSVC warnings using pragmas
alpar@883
   112
          ----: Various CMAKE related improvements
alpar@883
   113
                * Remove duplications from doc/CMakeLists.txt
alpar@883
   114
                * Rename documentation install folder from 'docs' to 'html'
alpar@883
   115
                * Add tools/CMakeLists.txt to the tarball
alpar@883
   116
                * Generate and install LEMONConfig.cmake
alpar@883
   117
                * Change the label of the html project in Visual Studio
alpar@883
   118
                * Fix the check for the 'long long' type
alpar@883
   119
                * Put the version string into config.h
alpar@883
   120
                * Minor CMake improvements
alpar@883
   121
                * Set the version to 'hg-tip' if everything fails
alpar@883
   122
          #311: Add missing 'explicit' keywords
alpar@883
   123
          #302: Fix the implementation and doc of CrossRefMap
alpar@883
   124
          #308: Remove duplicate list_graph.h entry from source list
alpar@883
   125
          #307: Bugfix in Preflow and Circulation
alpar@883
   126
          #305: Bugfix and extension in the rename script
alpar@883
   127
          #312: Also check ReferenceMapTag in concept checks
alpar@883
   128
          #250: Bugfix in pathSource() and pathTarget()
alpar@883
   129
          #321: Use pathCopy(from,to) instead of copyPath(to,from)
alpar@883
   130
          #322: Distribure LEMONConfig.cmake.in
alpar@883
   131
          #330: Bug fix in map_extender.h
alpar@883
   132
          #336: Fix the date field comment of graphToEps() output
alpar@883
   133
          #323: Bug fix in Suurballe
alpar@883
   134
          #335: Fix clear() function in ExtendFindEnum
alpar@883
   135
          #337: Use void* as the LPX object pointer
alpar@883
   136
          #317: Fix (and improve) error message in mip_test.cc
alpar@883
   137
                Remove unnecessary OsiCbc dependency
alpar@883
   138
          #356: Allow multiple executions of weighted matching algorithms (#356)
alpar@883
   139
alpar@665
   140
2009-05-13 Version 1.1 released
alpar@665
   141
alpar@665
   142
        This is the second stable release of the 1.x series. It
alpar@665
   143
        features a better coverage of the tools available in the 0.x
alpar@665
   144
        series, a thoroughly reworked LP/MIP interface plus various
alpar@665
   145
        improvements in the existing tools.
alpar@665
   146
alpar@665
   147
        * Much improved M$ Windows support
alpar@665
   148
          * Various improvements in the CMAKE build system
alpar@665
   149
          * Compilation warnings are fixed/suppressed
alpar@665
   150
        * Support IBM xlC compiler
alpar@665
   151
        * New algorithms
alpar@665
   152
          * Connectivity related algorithms (#61)
alpar@665
   153
          * Euler walks (#65)
alpar@665
   154
          * Preflow push-relabel max. flow algorithm (#176)
alpar@665
   155
          * Circulation algorithm (push-relabel based) (#175)
alpar@665
   156
          * Suurballe algorithm (#47)
alpar@665
   157
          * Gomory-Hu algorithm (#66)
alpar@665
   158
          * Hao-Orlin algorithm (#58)
alpar@665
   159
          * Edmond's maximum cardinality and weighted matching algorithms
alpar@665
   160
            in general graphs (#48,#265)
alpar@665
   161
          * Minimum cost arborescence/branching (#60)
alpar@665
   162
          * Network Simplex min. cost flow algorithm (#234)
alpar@665
   163
        * New data structures
alpar@665
   164
          * Full graph structure (#57)
alpar@665
   165
          * Grid graph structure (#57)
alpar@665
   166
          * Hypercube graph structure (#57)
alpar@665
   167
          * Graph adaptors (#67)
alpar@665
   168
          * ArcSet and EdgeSet classes (#67)
alpar@665
   169
          * Elevator class (#174)
alpar@665
   170
        * Other new tools
alpar@665
   171
          * LP/MIP interface (#44)
alpar@665
   172
            * Support for GLPK, CPLEX, Soplex, COIN-OR CLP and CBC
alpar@665
   173
          * Reader for the Nauty file format (#55)
alpar@665
   174
          * DIMACS readers (#167)
alpar@665
   175
          * Radix sort algorithms (#72)
alpar@665
   176
          * RangeIdMap and CrossRefMap (#160)
alpar@665
   177
        * New command line tools
alpar@665
   178
          * DIMACS to LGF converter (#182)
alpar@665
   179
          * lgf-gen - a graph generator (#45)
alpar@665
   180
          * DIMACS solver utility (#226)
alpar@665
   181
        * Other code improvements
alpar@665
   182
          * Lognormal distribution added to Random (#102)
alpar@665
   183
          * Better (i.e. O(1) time) item counting in SmartGraph (#3)
alpar@665
   184
          * The standard maps of graphs are guaranteed to be
alpar@665
   185
            reference maps (#190)
alpar@665
   186
        * Miscellaneous
alpar@665
   187
          * Various doc improvements
alpar@665
   188
          * Improved 0.x -> 1.x converter script
alpar@665
   189
alpar@665
   190
        * Several bugfixes (compared to release 1.0):
alpar@665
   191
          #170: Bugfix SmartDigraph::split()
alpar@665
   192
          #171: Bugfix in SmartGraph::restoreSnapshot()
alpar@665
   193
          #172: Extended test cases for graphs and digraphs
alpar@665
   194
          #173: Bugfix in Random
alpar@665
   195
                * operator()s always return a double now
alpar@665
   196
                * the faulty real<Num>(Num) and real<Num>(Num,Num)
alpar@665
   197
                  have been removed
alpar@665
   198
          #187: Remove DijkstraWidestPathOperationTraits
alpar@665
   199
          #61:  Bugfix in DfsVisit
alpar@665
   200
          #193: Bugfix in GraphReader::skipSection()
alpar@665
   201
          #195: Bugfix in ConEdgeIt()
alpar@665
   202
          #197: Bugfix in heap unionfind
alpar@665
   203
                * This bug affects Edmond's general matching algorithms
alpar@665
   204
          #207: Fix 'make install' without 'make html' using CMAKE
alpar@665
   205
          #208: Suppress or fix VS2008 compilation warnings
alpar@665
   206
          ----: Update the LEMON icon
alpar@665
   207
          ----: Enable the component-based installer
alpar@665
   208
                (in installers made by CPACK)
alpar@665
   209
          ----: Set the proper version for CMAKE in the tarballs
alpar@665
   210
                (made by autotools)
alpar@665
   211
          ----: Minor clarification in the LICENSE file
alpar@665
   212
          ----: Add missing unistd.h include to time_measure.h
alpar@665
   213
          #204: Compilation bug fixed in graph_to_eps.h with VS2005
alpar@883
   214
          #214,#215: windows.h should never be included by LEMON headers
alpar@665
   215
          #230: Build systems check the availability of 'long long' type
alpar@665
   216
          #229: Default implementation of Tolerance<> is used for integer types
alpar@665
   217
          #211,#212: Various fixes for compiling on AIX
alpar@665
   218
          ----: Improvements in CMAKE config
alpar@665
   219
                - docs is installed in share/doc/
alpar@665
   220
                - detects newer versions of Ghostscript
alpar@665
   221
          #239: Fix missing 'inline' specifier in time_measure.h
alpar@665
   222
          #274,#280: Install lemon/config.h
alpar@665
   223
          #275: Prefix macro names with LEMON_ in lemon/config.h
alpar@665
   224
          ----: Small script for making the release tarballs added
alpar@665
   225
          ----: Minor improvement in unify-sources.sh (a76f55d7d397)
alpar@665
   226
alpar@496
   227
2009-03-27 LEMON joins to the COIN-OR initiative
alpar@496
   228
alpar@496
   229
        COIN-OR (Computational Infrastructure for Operations Research,
alpar@496
   230
        http://www.coin-or.org) project is an initiative to spur the
alpar@496
   231
        development of open-source software for the operations research
alpar@496
   232
        community.
alpar@496
   233
alpar@322
   234
2008-10-13 Version 1.0 released
alpar@262
   235
alpar@883
   236
        This is the first stable release of LEMON. Compared to the 0.x
alpar@883
   237
        release series, it features a considerably smaller but more
alpar@883
   238
        matured set of tools. The API has also completely revised and
alpar@883
   239
        changed in several places.
alpar@262
   240
alpar@883
   241
        * The major name changes compared to the 0.x series (see the
alpar@322
   242
          Migration Guide in the doc for more details)
alpar@262
   243
          * Graph -> Digraph, UGraph -> Graph
alpar@262
   244
          * Edge -> Arc, UEdge -> Edge
alpar@883
   245
          * source(UEdge)/target(UEdge) -> u(Edge)/v(Edge)
alpar@883
   246
        * Other improvements
alpar@883
   247
          * Better documentation
alpar@883
   248
          * Reviewed and cleaned up codebase
alpar@883
   249
          * CMake based build system (along with the autotools based one)
alpar@883
   250
        * Contents of the library (ported from 0.x)
alpar@883
   251
          * Algorithms
alpar@883
   252
            * breadth-first search (bfs.h)
alpar@883
   253
            * depth-first search (dfs.h)
alpar@883
   254
            * Dijkstra's algorithm (dijkstra.h)
alpar@883
   255
            * Kruskal's algorithm (kruskal.h)
alpar@883
   256
          * Data structures
alpar@883
   257
            * graph data structures (list_graph.h, smart_graph.h)
alpar@883
   258
            * path data structures (path.h)
alpar@883
   259
            * binary heap data structure (bin_heap.h)
alpar@883
   260
            * union-find data structures (unionfind.h)
alpar@883
   261
            * miscellaneous property maps (maps.h)
alpar@883
   262
            * two dimensional vector and bounding box (dim2.h)
alpar@262
   263
          * Concepts
alpar@883
   264
            * graph structure concepts (concepts/digraph.h, concepts/graph.h,
alpar@262
   265
              concepts/graph_components.h)
alpar@883
   266
            * concepts for other structures (concepts/heap.h, concepts/maps.h,
alpar@883
   267
              concepts/path.h)
alpar@883
   268
          * Tools
alpar@883
   269
            * Mersenne twister random number generator (random.h)
alpar@883
   270
            * tools for measuring cpu and wall clock time (time_measure.h)
alpar@883
   271
            * tools for counting steps and events (counter.h)
alpar@883
   272
            * tool for parsing command line arguments (arg_parser.h)
alpar@883
   273
            * tool for visualizing graphs (graph_to_eps.h)
alpar@883
   274
            * tools for reading and writing data in LEMON Graph Format
alpar@262
   275
              (lgf_reader.h, lgf_writer.h)
alpar@262
   276
            * tools to handle the anomalies of calculations with
alpar@883
   277
              floating point numbers (tolerance.h)
alpar@262
   278
            * tools to manage RGB colors (color.h)
alpar@883
   279
          * Infrastructure
alpar@883
   280
            * extended assertion handling (assert.h)
alpar@883
   281
            * exception classes and error handling (error.h)
alpar@883
   282
            * concept checking (concept_check.h)
alpar@883
   283
            * commonly used mathematical constants (math.h)