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