Changeset 2603:5f36105d656b in lemon-0.x
- Timestamp:
- 04/08/08 16:43:44 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3486
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEWS
r2602 r2603 14 14 * a preflow based general network circulation algorithm 15 15 * 2-approximation of Steiner-tree problem 16 * two heuristics (http://www.avglab.com/andrew/pub/neci-tr-96-132.ps)17 * Delaunay triangulation16 * two heuristics for minimum cut algorithms 17 (http://www.avglab.com/andrew/pub/neci-tr-96-132.ps) 18 18 * Gomory-Hu tree algorithm 19 19 * Edmond's Blossom shrinking algorithm … … 28 28 * cost scaling algorithm 29 29 * network simplex algorithm 30 * min cost maximum flow algorithm 30 31 + new functions and tools 31 ArgParser, a command line argument parser32 * ArgParser, a command line argument parser 32 33 * DistLog, a tool for measuring one and two dimensional distributions 33 34 * undirected minimum cut benchmarking … … 92 93 * modified start() function in Dfs and Dijkstra classes to give back reached edge/node 93 94 * return the temporary distance of the current node 94 * using operation traits 95 * using operation traits in Dijkstra 95 96 * patch for retrieving reached/processed node 96 97 * prescaling can be turned off in GraphToEps … … 136 137 Removed 137 138 - template Map template parameter from InvertableMaps 138 - union find Item template parameter139 - union-find Item template parameter 139 140 - strict checking 140 141 - some automatic callback generation … … 238 239 * negateY() opt 239 240 * male/female node shapes :) 240 * correct %%BoundingBox handling241 * correct BoundingBox handling 241 242 Backward incompatibilities/changed namings: 242 243 * Access functions of TimeStamp/Timer 243 * Undir graph interface: findUEdge, ConUEdgeIt244 * Undirected graph interface: findUEdge, ConUEdgeIt 244 245 * pred -> predEdge renaming in search algorithms 245 246 * SnapShot -> Snapshot in {List,Smart}Graph … … 282 283 * Improved "named parameters" 283 284 + Preflow 285 * Changed interface 284 286 * Function type interface 285 * Changed interface 286 + ListGraph/SmarGraph 287 + ListGraph/SmartGraph 287 288 * split() splits a node 288 289 * SnapShot … … 297 298 * Better documentation 298 299 * Several important bugfixes 299 * Now lemonshould compile without warnings with300 * Now LEMON should compile without warnings with 300 301 * gcc 3.3, 3.4, 4.0 301 302 * Intel C++ Compiler v9.0 … … 305 306 306 307 2005-02-21 Version 0.3 released 307 308 308 New features 309 309 + Standardized LEMON exceptions 310 310 + Undirected Graph 311 + Standard graph file format, input and output classes for it .311 + Standard graph file format, input and output classes for it 312 312 + GraphToEps: A simple graph drawer 313 313 Changes … … 317 317 ValueType -> Value, 318 318 KeyType -> Key, 319 ReferenceType -> Reference,319 ReferenceType -> Reference, 320 320 PointerType -> Pointer 321 321 * Better documentation
Note: See TracChangeset
for help on using the changeset viewer.