Sat, 07 Feb 2009 15:30:04 +0000Add missing include to time_measure.h
Alpar Juttner <alpar@cs.elte.hu> [Sat, 07 Feb 2009 15:30:04 +0000] rev 479
Add missing include to time_measure.h

Fri, 23 Jan 2009 16:30:05 +0000Set the proper version for CMAKE in the tarballs (made by autotools).
Alpar Juttner <alpar@cs.elte.hu> [Fri, 23 Jan 2009 16:30:05 +0000] rev 478
Set the proper version for CMAKE in the tarballs (made by autotools).

Thu, 22 Jan 2009 10:39:13 +0000Enable the component-based installer
Akos Ladanyi <ladanyi@tmit.bme.hu> [Thu, 22 Jan 2009 10:39:13 +0000] rev 477
Enable the component-based installer

Thu, 22 Jan 2009 10:39:56 +0000Update the lemon icon
Akos Ladanyi <ladanyi@tmit.bme.hu> [Thu, 22 Jan 2009 10:39:56 +0000] rev 476
Update the lemon icon

Wed, 21 Jan 2009 18:08:31 +0000Fix CMAKE build without GLPK
Akos Ladanyi <ladanyi@tmit.bme.hu> [Wed, 21 Jan 2009 18:08:31 +0000] rev 475
Fix CMAKE build without GLPK

Wed, 21 Jan 2009 18:06:17 +0000Fix 'make install' without 'make html' using CMAKE (#207)
Akos Ladanyi <ladanyi@tmit.bme.hu> [Wed, 21 Jan 2009 18:06:17 +0000] rev 474
Fix 'make install' without 'make html' using CMAKE (#207)

Tue, 20 Jan 2009 12:23:14 +0000Build GLPK dependent parts with CMake too
Akos Ladanyi <ladanyi@tmit.bme.hu> [Tue, 20 Jan 2009 12:23:14 +0000] rev 473
Build GLPK dependent parts with CMake too

Mon, 19 Jan 2009 11:42:15 +0000(.hg)ignore more build-like dirs (*objs* and *build*)
Alpar Juttner <alpar@cs.elte.hu> [Mon, 19 Jan 2009 11:42:15 +0000] rev 472
(.hg)ignore more build-like dirs (*objs* and *build*)

Sun, 18 Jan 2009 17:49:08 +0100Fix lp indexing bug (#205)
Balazs Dezso <deba@inf.elte.hu> [Sun, 18 Jan 2009 17:49:08 +0100] rev 471
Fix lp indexing bug (#205)

Wed, 14 Jan 2009 15:55:29 +0000Own support for isnan()
Alpar Juttner <alpar@cs.elte.hu> [Wed, 14 Jan 2009 15:55:29 +0000] rev 470
Own support for isnan()

Mon, 12 Jan 2009 13:37:37 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 12 Jan 2009 13:37:37 +0000] rev 469
Merge

Mon, 08 Dec 2008 11:38:02 +0100ArcSet and EdgeSet ports from SVN 3489 (ticket #67)
Balazs Dezso <deba@inf.elte.hu> [Mon, 08 Dec 2008 11:38:02 +0100] rev 468
ArcSet and EdgeSet ports from SVN 3489 (ticket #67)

Mon, 12 Jan 2009 13:18:03 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 12 Jan 2009 13:18:03 +0000] rev 467
Merge

Mon, 12 Jan 2009 09:53:12 +0100Rename graph adaptors with the migration script (#67)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 12 Jan 2009 09:53:12 +0100] rev 466
Rename graph adaptors with the migration script (#67)

Mon, 12 Jan 2009 08:18:04 +0100Rename graph_adaptor_test.cc to adaptors_test.cc (#67)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 12 Jan 2009 08:18:04 +0100] rev 465
Rename graph_adaptor_test.cc to adaptors_test.cc (#67)

Mon, 12 Jan 2009 08:05:30 +0100Rename Residual to ResidualDigraph (#67)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 12 Jan 2009 08:05:30 +0100] rev 464
Rename Residual to ResidualDigraph (#67)
The new name is more analogous to other adaptor names.

Mon, 12 Jan 2009 07:52:48 +0100Greatly extend and improve the test file for adaptors (#67)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 12 Jan 2009 07:52:48 +0100] rev 463
Greatly extend and improve the test file for adaptors (#67)

- Add concept checks for the alterable, extendable, erasable
and clearable adaptors.
- Add test cases for modifying the underlying graphs through adaptors
whenever it is possible.
- Check the conversions between Node, Arc and Edge types.
- Add more test cases for the adaptor-specific functions and maps:
enable(), disable(), status(), forward(), backward(), CombinedArcMap,
CombinedNodeMap, ResidualCapacity etc.
- Use checkGraphIncEdgeArcLists() to simplify the test cases for
undirected graphs.
- Add test cases that use static graph structure (GridGraph) with
several adaptors combined.
- Add comments for the test cases.

Mon, 12 Jan 2009 12:26:02 +0000Rename Lp*/Mip* to *Lp/*Mip
Alpar Juttner <alpar@cs.elte.hu> [Mon, 12 Jan 2009 12:26:02 +0000] rev 462
Rename Lp*/Mip* to *Lp/*Mip

Mon, 12 Jan 2009 12:26:01 +0000Remove lp_ prefix from the solver's header name
Alpar Juttner <alpar@cs.elte.hu> [Mon, 12 Jan 2009 12:26:01 +0000] rev 461
Remove lp_ prefix from the solver's header name

Mon, 12 Jan 2009 12:25:55 +0000Bypass warnings with gcc 4.3
Alpar Juttner <alpar@cs.elte.hu> [Mon, 12 Jan 2009 12:25:55 +0000] rev 460
Bypass warnings with gcc 4.3

Tue, 02 Dec 2008 22:48:28 +0100Thorough redesign of the LP/MIP interface (#44)
Balazs Dezso <deba@inf.elte.hu> [Tue, 02 Dec 2008 22:48:28 +0100] rev 459
Thorough redesign of the LP/MIP interface (#44)

- Redesigned class structure
- Redesigned iterators
- Some functions in the basic interface redesigned
- More complete setting functions
- Ray retrieving functions
- Lot of improvements
- Cplex common env
- CLP macro definition to config.h.in
- Update lp.h to also use soplex and clp
- Remove default_solver_name
- New solverName() function in solvers
- Handle exceptions for MipCplex test
- Rename tolerance parameter to epsilon
- Rename MapIt to CoeffIt
- Lot of documentation improvements
- Various bugfixes

Tue, 02 Dec 2008 21:40:33 +0100Port LP and MIP solvers from SVN -r3509 (#44)
Balazs Dezso <deba@inf.elte.hu> [Tue, 02 Dec 2008 21:40:33 +0100] rev 458
Port LP and MIP solvers from SVN -r3509 (#44)

Mon, 12 Jan 2009 12:22:11 +0000Add HAVE_LP and HAVE_MIP #defines
Alpar Juttner <alpar@cs.elte.hu> [Mon, 12 Jan 2009 12:22:11 +0000] rev 457
Add HAVE_LP and HAVE_MIP #defines

Mon, 12 Jan 2009 12:22:11 +0000Ignore standard .m4 files
Alpar Juttner <alpar@cs.elte.hu> [Mon, 12 Jan 2009 12:22:11 +0000] rev 456
Ignore standard .m4 files

Sun, 11 Jan 2009 15:09:53 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Sun, 11 Jan 2009 15:09:53 +0000] rev 455
Merge

Sun, 11 Jan 2009 15:03:14 +0000Update lemon/adaptors.h's header to 2009
Alpar Juttner <alpar@cs.elte.hu> [Sun, 11 Jan 2009 15:03:14 +0000] rev 454
Update lemon/adaptors.h's header to 2009

Sun, 11 Jan 2009 15:24:20 +0100Remove non-checked subgraph adaptors + rename parameters (#67)
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 11 Jan 2009 15:24:20 +0100] rev 453
Remove non-checked subgraph adaptors + rename parameters (#67)

Fri, 09 Jan 2009 14:03:25 +0100Rename convenience functions in subgraph adaptors (#67)
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 09 Jan 2009 14:03:25 +0100] rev 452
Rename convenience functions in subgraph adaptors (#67)

- Rename hide(), unHide() to disable(), enable().
- Add new set function status(Item, bool).
- Remove hidden() and add status() instead
(which returns the opposite value).

Fri, 09 Jan 2009 12:54:27 +0100Various doc improvements for graph adaptors (#67)
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 09 Jan 2009 12:54:27 +0100] rev 451
Various doc improvements for graph adaptors (#67)

- Add notes about modifying the adapted graphs through adaptors
if it is possible.
- Add notes about the possible conversions between the Node, Arc and
Edge types of the adapted graphs and the adaptors.
- Hide the default values for template parameters (describe them
in the doc instead).
- More precise docs for template parameters.
- More precise docs for member functions.
- Add docs for important public typedefs.
- Unify the docs of the adaptors.
- Add \relates commands for the creator functions.
- Fixes and improvements the module documentation.

Fri, 09 Jan 2009 12:43:52 +0100Add creator functions for Residual and Residual::ResidualCapacity (#67)
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 09 Jan 2009 12:43:52 +0100] rev 450
Add creator functions for Residual and Residual::ResidualCapacity (#67)

Fri, 12 Dec 2008 22:59:17 +0100Various bug fixes and code improvements in adaptors.h (#67)
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 12 Dec 2008 22:59:17 +0100] rev 449
Various bug fixes and code improvements in adaptors.h (#67)

- Fix UndirectorBase::nodeNum().
- Fix UndirectorBase::findEdge().
- Fix OrienterBase::addArc().
- Fix OrienterBase::findArc().
- Improve SplitNodesBase::findArc().
- Add missing notifier() function in UndirectorBase.
- Add missing typedefs for maps (conform to the ReferenceMap concept).
- Add some useful typedefs for graph adaptors.

Fri, 12 Dec 2008 22:18:41 +0100Add missing const keywords (+ remove misleading ones) (#67)
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 12 Dec 2008 22:18:41 +0100] rev 448
Add missing const keywords (+ remove misleading ones) (#67)

Fri, 12 Dec 2008 22:09:29 +0100Avoid warning in adaptors.h (#67)
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 12 Dec 2008 22:09:29 +0100] rev 447
Avoid warning in adaptors.h (#67)

Fri, 12 Dec 2008 22:00:03 +0100Fix the usage of tags in adaptors.h (#67)
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 12 Dec 2008 22:00:03 +0100] rev 446
Fix the usage of tags in adaptors.h (#67)
There are separate tags for arcs and edges now.

Thu, 08 Jan 2009 17:19:26 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Thu, 08 Jan 2009 17:19:26 +0000] rev 445
Merge

Thu, 08 Jan 2009 17:10:42 +0000Update to 2009 plus whitespace unification
Alpar Juttner <alpar@cs.elte.hu> [Thu, 08 Jan 2009 17:10:42 +0000] rev 444
Update to 2009 plus whitespace unification

Tue, 02 Dec 2008 23:15:43 +0100Rename counterSort to stableRadixSort
Balazs Dezso <deba@inf.elte.hu> [Tue, 02 Dec 2008 23:15:43 +0100] rev 443
Rename counterSort to stableRadixSort

Tue, 02 Dec 2008 10:17:30 +0000Doc improvements and source unification in radix_sort (#72)
Alpar Juttner <alpar@cs.elte.hu> [Tue, 02 Dec 2008 10:17:30 +0000] rev 442
Doc improvements and source unification in radix_sort (#72)

Fri, 17 Oct 2008 23:55:18 +0200Porting radix sorts from SVN #3509
Balazs Dezso <deba@inf.elte.hu> [Fri, 17 Oct 2008 23:55:18 +0200] rev 441
Porting radix sorts from SVN #3509

Thu, 01 Jan 2009 00:00:00 +0100Happy New Year again
Alpar Juttner <alpar@cs.elte.hu> [Thu, 01 Jan 2009 00:00:00 +0100] rev 440
Happy New Year again
- update the copyright headers + run the source unifier

Sun, 21 Dec 2008 20:47:15 +0100Merge bugfix #197
Balazs Dezso <deba@inf.elte.hu> [Sun, 21 Dec 2008 20:47:15 +0100] rev 439
Merge bugfix #197

Sun, 21 Dec 2008 20:45:25 +0100Bug fix in heap unionfind (ticket #197)
Balazs Dezso <deba@inf.elte.hu> [Sun, 21 Dec 2008 20:45:25 +0100] rev 438
Bug fix in heap unionfind (ticket #197)

The previous bugfix set the minimum value in internal nodes
wrongly. It corrects the problem.

Sun, 21 Dec 2008 00:16:46 +0100Merge bugfix #197
Balazs Dezso <deba@inf.elte.hu> [Sun, 21 Dec 2008 00:16:46 +0100] rev 437
Merge bugfix #197

Sun, 21 Dec 2008 00:13:02 +0100Bug fix in heap unionfind (ticket #197)
Balazs Dezso <deba@inf.elte.hu> [Sun, 21 Dec 2008 00:13:02 +0100] rev 436
Bug fix in heap unionfind (ticket #197)

The minimum item in the unionfind tree might become inconsistent when
the split operation merges two subtrees which have equal keys. The
current changeset fix the problem. It also fix a wrong index.

Fri, 12 Dec 2008 22:16:17 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Fri, 12 Dec 2008 22:16:17 +0000] rev 435
Merge

Fri, 12 Dec 2008 22:14:29 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Fri, 12 Dec 2008 22:14:29 +0000] rev 434
Merge

Fri, 12 Dec 2008 21:58:45 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Fri, 12 Dec 2008 21:58:45 +0000] rev 433
Merge

Fri, 12 Dec 2008 21:41:05 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Fri, 12 Dec 2008 21:41:05 +0000] rev 432
Merge

Fri, 12 Dec 2008 21:46:08 +0100Hide all docs in variant.h (#196)
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 12 Dec 2008 21:46:08 +0100] rev 431
Hide all docs in variant.h (#196)

Fri, 12 Dec 2008 21:44:37 +0100Bug fix in variant.h (#196)
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 12 Dec 2008 21:44:37 +0100] rev 430
Bug fix in variant.h (#196)

Fri, 12 Dec 2008 21:37:22 +0100Bug fix in ConEdgeIt (#195)
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 12 Dec 2008 21:37:22 +0100] rev 429
Bug fix in ConEdgeIt (#195)

Mon, 08 Dec 2008 21:50:34 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 08 Dec 2008 21:50:34 +0000] rev 428
Merge

Mon, 08 Dec 2008 20:23:33 +0100Fix skipSection() function (ticket #193)
Balazs Dezso <deba@inf.elte.hu> [Mon, 08 Dec 2008 20:23:33 +0100] rev 427
Fix skipSection() function (ticket #193)

Mon, 08 Dec 2008 15:47:20 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 08 Dec 2008 15:47:20 +0000] rev 426
Merge

Mon, 08 Dec 2008 11:06:39 +0100Fix typos (ticket #192)
Balazs Dezso <deba@inf.elte.hu> [Mon, 08 Dec 2008 11:06:39 +0100] rev 425
Fix typos (ticket #192)

Mon, 08 Dec 2008 12:29:00 +0000Update test/CMakeLists.txt and test/Makefile.am
Alpar Juttner <alpar@cs.elte.hu> [Mon, 08 Dec 2008 12:29:00 +0000] rev 424
Update test/CMakeLists.txt and test/Makefile.am

Mon, 08 Dec 2008 15:18:04 +0000Inline the test input files into the source code
Alpar Juttner <alpar@cs.elte.hu> [Mon, 08 Dec 2008 15:18:04 +0000] rev 423
Inline the test input files into the source code

Fri, 05 Dec 2008 13:10:16 +0000chg-len.py does not scan any hg config file now
Alpar Juttner <alpar@cs.elte.hu> [Fri, 05 Dec 2008 13:10:16 +0000] rev 422
chg-len.py does not scan any hg config file now

Fri, 05 Dec 2008 10:38:32 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Fri, 05 Dec 2008 10:38:32 +0000] rev 421
Merge

Fri, 05 Dec 2008 00:22:47 +0100Add missing 'const' for query functions of algorithms
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 05 Dec 2008 00:22:47 +0100] rev 420
Add missing 'const' for query functions of algorithms

Wed, 03 Dec 2008 14:23:22 +0100Renamings in connectivity.h and bug fix in DfsVisit (#61)
Balazs Dezso <deba@inf.elte.hu> [Wed, 03 Dec 2008 14:23:22 +0100] rev 419
Renamings in connectivity.h and bug fix in DfsVisit (#61)

- The include guard, the private namespace and some local varibles
are renamed
- The stop() must be called in DfsVisit, if there are not outgoing
arcs from the added node

Tue, 02 Dec 2008 15:33:22 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 02 Dec 2008 15:33:22 +0000] rev 418
Merge

Sun, 30 Nov 2008 22:06:52 +0100Port topology.h as connectivity.h from SVN -r3509 (#61)
Balazs Dezso <deba@inf.elte.hu> [Sun, 30 Nov 2008 22:06:52 +0100] rev 417
Port topology.h as connectivity.h from SVN -r3509 (#61)

Sun, 30 Nov 2008 19:18:32 +0100Reorganication of graph adaptors and doc improvements (#67)
Balazs Dezso <deba@inf.elte.hu> [Sun, 30 Nov 2008 19:18:32 +0100] rev 416
Reorganication of graph adaptors and doc improvements (#67)

- Moving to one file, lemon/adaptors.h
- Renamings
- Doc cleanings

Sun, 30 Nov 2008 19:00:30 +0100Improvements in graph adaptors (#67)
Balazs Dezso <deba@inf.elte.hu> [Sun, 30 Nov 2008 19:00:30 +0100] rev 415
Improvements in graph adaptors (#67)

Remove DigraphAdaptor and GraphAdaptor
Remove docs of base classes
Move the member documentations to real adaptors
Minor improvements in documentation

Sun, 30 Nov 2008 18:57:18 +0100Port graph adaptors from svn -r3498 (#67)
Balazs Dezso <deba@inf.elte.hu> [Sun, 30 Nov 2008 18:57:18 +0100] rev 414
Port graph adaptors from svn -r3498 (#67)

Tue, 02 Dec 2008 11:01:48 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 02 Dec 2008 11:01:48 +0000] rev 413
Merge

Tue, 02 Dec 2008 10:57:23 +0000Minor doc improvements in HaoOrlin (#58)
Alpar Juttner <alpar@cs.elte.hu> [Tue, 02 Dec 2008 10:57:23 +0000] rev 412
Minor doc improvements in HaoOrlin (#58)

Tue, 02 Dec 2008 08:21:47 +0100New queue implementation for HaoOrlin class (#58)
Balazs Dezso <deba@inf.elte.hu> [Tue, 02 Dec 2008 08:21:47 +0100] rev 411
New queue implementation for HaoOrlin class (#58)

Mon, 01 Dec 2008 23:15:15 +0100Simple test for HaoOrlin algorithm class (#58)
Balazs Dezso <deba@inf.elte.hu> [Mon, 01 Dec 2008 23:15:15 +0100] rev 410
Simple test for HaoOrlin algorithm class (#58)

Mon, 01 Dec 2008 23:12:16 +0100Port Hao-Orlin algorithm from SVN -r3509 (#58)
Balazs Dezso <deba@inf.elte.hu> [Mon, 01 Dec 2008 23:12:16 +0100] rev 409
Port Hao-Orlin algorithm from SVN -r3509 (#58)

Tue, 02 Dec 2008 10:31:20 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 02 Dec 2008 10:31:20 +0000] rev 408
Merge

Tue, 02 Dec 2008 10:30:52 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 02 Dec 2008 10:30:52 +0000] rev 407
Merge

Sun, 30 Nov 2008 21:53:24 +0100Improvements in groups.dox (#188)
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 30 Nov 2008 21:53:24 +0100] rev 406
Improvements in groups.dox (#188)

- Unify the notations used for formulas.
- Add 'namespace lemon {...}' to simplify the references.
- Improved doc for algorithm groups.
- Extend the doc of the "shortest path" and "minimum cost flow" modules.

Sun, 30 Nov 2008 19:17:51 +0100Doc improvements for Bfs, Dfs, Dijkstra (#185)
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 30 Nov 2008 19:17:51 +0100] rev 405
Doc improvements for Bfs, Dfs, Dijkstra (#185)

- More precise references to overloaded member functions.
- Hide the doc of the traits class parameters.
- Better doc for named groups.
- More precise doc for the case of multiple sources in Dfs.

Mon, 01 Dec 2008 14:18:40 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 01 Dec 2008 14:18:40 +0000] rev 404
Merge

Mon, 01 Dec 2008 14:23:59 +0100Improve test file for Circulation (#175)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 01 Dec 2008 14:23:59 +0100] rev 403
Improve test file for Circulation (#175)

- Bug fix: add a missing #include.
- Add compile test for various functions and named parameters.
- Use a smaller digraph with lower bounds.
- Test eight instances instead of two.
- Remove the doc that was for the demo file.

Sun, 30 Nov 2008 14:51:05 +0100Many doc improvements for Circulation (#175)
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 30 Nov 2008 14:51:05 +0100] rev 402
Many doc improvements for Circulation (#175)

- More precise doc for members.
- Several doc fixes.
- Add doc for public types.
- Better formulations.
- Add useful notes to the problem description.
- Use supply instead of excess in the doc.
- Hide the doc of the traits class parameter.
- Use \tparam for template parameters.

Mon, 01 Dec 2008 14:07:58 +0000Def->Set change in lemon/circulation.h
Alpar Juttner <alpar@cs.elte.hu> [Mon, 01 Dec 2008 14:07:58 +0000] rev 401
Def->Set change in lemon/circulation.h

Mon, 01 Dec 2008 14:11:31 +0000Transform circulation demo to test
Alpar Juttner <alpar@cs.elte.hu> [Mon, 01 Dec 2008 14:11:31 +0000] rev 400
Transform circulation demo to test

Fri, 21 Nov 2008 14:42:47 +0000Port Circulation from svn -r3516 (#175)
Alpar Juttner <alpar@cs.elte.hu> [Fri, 21 Nov 2008 14:42:47 +0000] rev 399
Port Circulation from svn -r3516 (#175)
Namely,
- port the files
- apply the migrate script
- apply the unify script
- fix the compilation
- strip the demo input file
- break long lines

Mon, 01 Dec 2008 13:49:55 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 01 Dec 2008 13:49:55 +0000] rev 398
Merge

Mon, 01 Dec 2008 14:33:42 +0100Remove DijkstraWidestPathOperationTraits (#187)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 01 Dec 2008 14:33:42 +0100] rev 397
Remove DijkstraWidestPathOperationTraits (#187)

Sun, 30 Nov 2008 22:06:36 +0100Improve unify-sources.sh (#186)
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 30 Nov 2008 22:06:36 +0100] rev 396
Improve unify-sources.sh (#186)
Errors can also be accepted when the script is used as a hg hook.
Sometimes it is useful (e.g. if someone else made the errors).

Sun, 30 Nov 2008 09:39:34 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Sun, 30 Nov 2008 09:39:34 +0000] rev 395
Merge

Sun, 30 Nov 2008 00:51:20 +0100Better test files for Preflow (#176)
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 30 Nov 2008 00:51:20 +0100] rev 394
Better test files for Preflow (#176)

- Slightly improve preflow_test.cc.
- Change preflow_test.lgf to meet the new LGF format
and remove trailing tabs.

Sun, 30 Nov 2008 00:50:31 +0100Many doc improvements for Preflow (#176)
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 30 Nov 2008 00:50:31 +0100] rev 393
Many doc improvements for Preflow (#176)

- More precise doc for members.
- Add doc for public types.
- Hide the doc of the traits class parameter.
- Removing \author comments.
- Use \tparam for template parameters.

Sun, 30 Nov 2008 00:48:07 +0100Rename flowInit() to init() in Preflow (#176)
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 30 Nov 2008 00:48:07 +0100] rev 392
Rename flowInit() to init() in Preflow (#176)

Fri, 21 Nov 2008 14:26:58 +0000Def -> Set renaming in Preflow
Alpar Juttner <alpar@cs.elte.hu> [Fri, 21 Nov 2008 14:26:58 +0000] rev 391
Def -> Set renaming in Preflow

Fri, 21 Nov 2008 14:26:58 +0000Get rid of exceptions in Preflow
Alpar Juttner <alpar@cs.elte.hu> [Fri, 21 Nov 2008 14:26:58 +0000] rev 390
Get rid of exceptions in Preflow

Fri, 21 Nov 2008 14:11:29 +0000Port preflow push max flow alg. from svn -r3516 (#176)
Alpar Juttner <alpar@cs.elte.hu> [Fri, 21 Nov 2008 14:11:29 +0000] rev 389
Port preflow push max flow alg. from svn -r3516 (#176)
Namely,
- port the files
- apply the migrate script
- apply the unify script
- break the long lines in lemon/preflow.h
- convert the .dim test file to .lgf
- fix compilation problems

Fri, 28 Nov 2008 11:26:51 +0100Doc improvements for the DIMACS tools (#167)
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 28 Nov 2008 11:26:51 +0100] rev 388
Doc improvements for the DIMACS tools (#167)
The doc group is moved to groups.dox.

Fri, 28 Nov 2008 06:38:20 +0000Refactoring of DIMACS tools
Alpar Juttner <alpar@cs.elte.hu> [Fri, 28 Nov 2008 06:38:20 +0000] rev 387
Refactoring of DIMACS tools

Thu, 27 Nov 2008 22:05:35 +0000Give different names to the different DIMACS readers
Alpar Juttner <alpar@cs.elte.hu> [Thu, 27 Nov 2008 22:05:35 +0000] rev 386
Give different names to the different DIMACS readers

Thu, 27 Nov 2008 22:04:46 +0000Port DIMACS tools from svn -r3516
Alpar Juttner <alpar@cs.elte.hu> [Thu, 27 Nov 2008 22:04:46 +0000] rev 385
Port DIMACS tools from svn -r3516

Namely,
- apply migrate script
- apply unify sources
- break long lines
- Fixes the compilation
- dim_to_lgf -> dimacs-to-lgf
- better .hgignore
- shorten the doc of dimacs-to-lgf

Fri, 21 Nov 2008 10:49:39 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Fri, 21 Nov 2008 10:49:39 +0000] rev 384
Merge

Fri, 21 Nov 2008 11:10:25 +0100Doc improvements for elevator classes (#174)
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 21 Nov 2008 11:10:25 +0100] rev 383
Doc improvements for elevator classes (#174)

Fri, 21 Nov 2008 10:41:36 +0000Don't assume that the default maps are reference maps (in Elevator)
Alpar Juttner <alpar@cs.elte.hu> [Fri, 21 Nov 2008 10:41:36 +0000] rev 382
Don't assume that the default maps are reference maps (in Elevator)

Mon, 17 Nov 2008 15:41:15 +0000Avoid STL panic at Elevator when compiled with -D_GLIBCXX_DEBUG
Alpar Juttner <alpar@cs.elte.hu> [Mon, 17 Nov 2008 15:41:15 +0000] rev 381
Avoid STL panic at Elevator when compiled with -D_GLIBCXX_DEBUG

Mon, 17 Nov 2008 15:41:15 +0000Rename markToBottom() to dirtyTopButOne() + better doc (#174)
Alpar Juttner <alpar@cs.elte.hu> [Mon, 17 Nov 2008 15:41:15 +0000] rev 380
Rename markToBottom() to dirtyTopButOne() + better doc (#174)

Mon, 17 Nov 2008 15:41:15 +0000Port Elevator from svn -r3516 (#174)
Alpar Juttner <alpar@cs.elte.hu> [Mon, 17 Nov 2008 15:41:15 +0000] rev 379
Port Elevator from svn -r3516 (#174)
- the unify script hes also been applied

Tue, 11 Nov 2008 10:25:57 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 11 Nov 2008 10:25:57 +0000] rev 378
Merge

Tue, 11 Nov 2008 10:12:37 +0000Bugfix in Random (#173)
Alpar Juttner <alpar@cs.elte.hu> [Tue, 11 Nov 2008 10:12:37 +0000] rev 377
Bugfix in Random (#173)

- operator()s always return a double now
- the faulty real<Num>(Num) and real<Num>(Num,Num) have been removed

Mon, 10 Nov 2008 11:14:56 +0000chg-len.py uses the Mercurial API directly
Alpar Juttner <alpar@cs.elte.hu> [Mon, 10 Nov 2008 11:14:56 +0000] rev 376
chg-len.py uses the Mercurial API directly

This makes chg-len.py much faster.

Fri, 07 Nov 2008 13:14:22 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Fri, 07 Nov 2008 13:14:22 +0000] rev 375
Merge

Fri, 07 Nov 2008 12:15:16 +0100Extend test cases for graphs and digraphs (#172)
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 07 Nov 2008 12:15:16 +0100] rev 374
Extend test cases for graphs and digraphs (#172)

Fri, 07 Nov 2008 12:00:53 +0100Bug fix in SmartGraph::restoreSnapshot() (#171)
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 07 Nov 2008 12:00:53 +0100] rev 373
Bug fix in SmartGraph::restoreSnapshot() (#171)

Fri, 07 Nov 2008 13:04:54 +0000Avoid bit operator precedence warning with gcc-4.3
Alpar Juttner <alpar@cs.elte.hu> [Fri, 07 Nov 2008 13:04:54 +0000] rev 372
Avoid bit operator precedence warning with gcc-4.3

Some of these warnings are actually revealed real bugs

Fri, 07 Nov 2008 07:18:37 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Fri, 07 Nov 2008 07:18:37 +0000] rev 371
Merge

Thu, 06 Nov 2008 23:12:57 +0100Critical bug fix in SmartDigraph::split() #170
Peter Kovacs <kpeter@inf.elte.hu> [Thu, 06 Nov 2008 23:12:57 +0100] rev 370
Critical bug fix in SmartDigraph::split() #170

Fri, 07 Nov 2008 06:36:12 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Fri, 07 Nov 2008 06:36:12 +0000] rev 369
Merge

Thu, 06 Nov 2008 18:35:38 +0100Add missing tags and functions for item counting in SmartGraph (#3)
Peter Kovacs <kpeter@inf.elte.hu> [Thu, 06 Nov 2008 18:35:38 +0100] rev 368
Add missing tags and functions for item counting in SmartGraph (#3)

Thu, 06 Nov 2008 18:23:52 +0100Hide "used files" on the doc pages
Peter Kovacs <kpeter@inf.elte.hu> [Thu, 06 Nov 2008 18:23:52 +0100] rev 367
Hide "used files" on the doc pages

Thu, 06 Nov 2008 14:40:32 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Thu, 06 Nov 2008 14:40:32 +0000] rev 366
Merge

Thu, 06 Nov 2008 15:16:37 +0100Rework hypercube graph implementation to be undirected (#57)
Peter Kovacs <kpeter@inf.elte.hu> [Thu, 06 Nov 2008 15:16:37 +0100] rev 365
Rework hypercube graph implementation to be undirected (#57)

Wed, 05 Nov 2008 21:36:28 +0100Port hypercube digraph structure from SVN 3503 (#57)
Peter Kovacs <kpeter@inf.elte.hu> [Wed, 05 Nov 2008 21:36:28 +0100] rev 364
Port hypercube digraph structure from SVN 3503 (#57)

Wed, 05 Nov 2008 14:44:37 +0000Revert to the canonical way of customizing CXXFLAGS
Akos Ladanyi <ladanyi@tmit.bme.hu> [Wed, 05 Nov 2008 14:44:37 +0000] rev 363
Revert to the canonical way of customizing CXXFLAGS

A default list of compiler flags is set via AM_CXXFLAGS Automake variable.
However this gets overridden by per-target CXXFLAGS variables (e.g.
foo_CXXFLAGS in case the foo target). Because of this you should append
$(AM_CXXFLAGS) to the end of the per-target CXXFLAGS variables (e.g.
foo_CXXFLAGS = ... $(AM_CXXFLAGS)).

After this default list of flags the contents of the CXXFLAGS user variable is
passed to the compiler. This variable has a default value determined by
configure (in case of g++ it is '-g -O2'). You can override this by specifying
CXXFLAGS when invoking make (e.g. make CXXFLAGS='-O3').

Wed, 05 Nov 2008 08:11:44 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 05 Nov 2008 08:11:44 +0000] rev 362
Merge

Tue, 04 Nov 2008 21:37:59 +0100Doc improvements for the graph related tools in lemon/bits
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 04 Nov 2008 21:37:59 +0100] rev 361
Doc improvements for the graph related tools in lemon/bits

Tue, 04 Nov 2008 21:36:46 +0100Add missing tags and indicators
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 04 Nov 2008 21:36:46 +0100] rev 360
Add missing tags and indicators

Tue, 04 Nov 2008 21:25:15 +0100Rename readNauty() to readNautyGraph() (#55)
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 04 Nov 2008 21:25:15 +0100] rev 359
Rename readNauty() to readNautyGraph() (#55)

Tue, 04 Nov 2008 21:14:57 +0100Redo erroneous modification of [7c5d8de2eac7] (#55)
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 04 Nov 2008 21:14:57 +0100] rev 358
Redo erroneous modification of [7c5d8de2eac7] (#55)

Tue, 04 Nov 2008 10:25:47 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 04 Nov 2008 10:25:47 +0000] rev 357
Merge

Tue, 04 Nov 2008 10:21:22 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 04 Nov 2008 10:21:22 +0000] rev 356
Merge

Mon, 03 Nov 2008 22:30:21 +0100Bug fix in FullDigraphBase::findArc()
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 03 Nov 2008 22:30:21 +0100] rev 355
Bug fix in FullDigraphBase::findArc()

Sat, 01 Nov 2008 19:22:18 +0100Improvements related to full graphs (#57)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 01 Nov 2008 19:22:18 +0100] rev 354
Improvements related to full graphs (#57)

Thu, 14 Aug 2008 21:49:39 +0200Porting full graphs from svn 3498
Balazs Dezso <deba@inf.elte.hu> [Thu, 14 Aug 2008 21:49:39 +0200] rev 353
Porting full graphs from svn 3498

- the FullGraph is redesigned in implementation
- some improvemnts in documentation

Mon, 03 Nov 2008 17:03:13 +0100Small improvements for the nauty reader (#55)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 03 Nov 2008 17:03:13 +0100] rev 352
Small improvements for the nauty reader (#55)

Mon, 03 Nov 2008 16:59:14 +0100Move the doc of the nauty group to groups.dox (#55)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 03 Nov 2008 16:59:14 +0100] rev 351
Move the doc of the nauty group to groups.dox (#55)

Wed, 29 Oct 2008 15:29:34 +0100Swap parameters in readNauty()
Balazs Dezso <deba@inf.elte.hu> [Wed, 29 Oct 2008 15:29:34 +0100] rev 350
Swap parameters in readNauty()

Wed, 29 Oct 2008 14:06:08 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 29 Oct 2008 14:06:08 +0000] rev 349
Merge

Sat, 18 Oct 2008 00:05:22 +0200Porting nauty reader function from SVN #3509
Balazs Dezso <deba@inf.elte.hu> [Sat, 18 Oct 2008 00:05:22 +0200] rev 348
Porting nauty reader function from SVN #3509

Wed, 29 Oct 2008 06:22:21 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 29 Oct 2008 06:22:21 +0000] rev 347
Merge

Tue, 28 Oct 2008 23:10:27 +0100Minor doc improvements related to Suurballe (#47)
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 28 Oct 2008 23:10:27 +0100] rev 346
Minor doc improvements related to Suurballe (#47)

Tue, 28 Oct 2008 18:39:53 +0000Port Suurballe algorithm from svn -r3512
Alpar Juttner <alpar@cs.elte.hu> [Tue, 28 Oct 2008 18:39:53 +0000] rev 345
Port Suurballe algorithm from svn -r3512

Tue, 28 Oct 2008 21:35:06 +0100More improvement in the migration script
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 28 Oct 2008 21:35:06 +0100] rev 344
More improvement in the migration script

- Rename (U)GRAPH_TYPEDEFS.
- Rename "directed graph" to "digraph".

Tue, 28 Oct 2008 18:33:51 +0100Improve the migration script and guide (#166)
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 28 Oct 2008 18:33:51 +0100] rev 343
Improve the migration script and guide (#166)

- Safer replacement of 'graph' and 'edge'.
- Fix the erroneous renaming of [Gg]raphToEps.
- Fixes and improvements in the migration guide.

Tue, 28 Oct 2008 14:49:18 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 28 Oct 2008 14:49:18 +0000] rev 342
Merge

Tue, 28 Oct 2008 15:37:46 +0100Use standard error/warning message format in the unifier script
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 28 Oct 2008 15:37:46 +0100] rev 341
Use standard error/warning message format in the unifier script

Tue, 28 Oct 2008 14:47:57 +0100Minor doc improvements
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 28 Oct 2008 14:47:57 +0100] rev 340
Minor doc improvements

Thu, 19 Jun 2008 17:33:06 +0100Lognormal distribution added (#102)
Alpar Juttner <alpar@cs.elte.hu> [Thu, 19 Jun 2008 17:33:06 +0100] rev 339
Lognormal distribution added (#102)

Thu, 23 Oct 2008 12:39:39 +0200Fix latex image generation
Balazs Dezso <deba@inf.elte.hu> [Thu, 23 Oct 2008 12:39:39 +0200] rev 338
Fix latex image generation

Wed, 22 Oct 2008 22:14:00 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 22 Oct 2008 22:14:00 +0100] rev 337
Merge

Sat, 18 Oct 2008 13:15:00 +0200Fixes and improvements related to GridGraph
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 18 Oct 2008 13:15:00 +0200] rev 336
Fixes and improvements related to GridGraph

Mon, 20 Oct 2008 12:36:02 +0200Improvement on grid graphs
Balazs Dezso <deba@inf.elte.hu> [Mon, 20 Oct 2008 12:36:02 +0200] rev 335
Improvement on grid graphs

- The indexing of matrix is changed according to integer points of the plane.
- The graph type does not depend on the UndirGraphExtender.
- Improving documentation.
- Improved image generation.

Tue, 02 Sep 2008 22:32:04 +0200Port grid graph structure from SVN 3503 (ticket #57)
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 02 Sep 2008 22:32:04 +0200] rev 334
Port grid graph structure from SVN 3503 (ticket #57)

Wed, 22 Oct 2008 14:41:18 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 22 Oct 2008 14:41:18 +0100] rev 333
Merge

Wed, 22 Oct 2008 14:39:04 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 22 Oct 2008 14:39:04 +0100] rev 332
Merge

Wed, 22 Oct 2008 14:37:43 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 22 Oct 2008 14:37:43 +0100] rev 331
Merge

Wed, 22 Oct 2008 13:53:34 +0100Doc improvements in lemon/max_matching.h
Alpar Juttner <alpar@cs.elte.hu> [Wed, 22 Oct 2008 13:53:34 +0100] rev 330
Doc improvements in lemon/max_matching.h

Mon, 20 Oct 2008 12:46:39 +0200Print the failed line numbers in the unifier script (ticket #138)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 20 Oct 2008 12:46:39 +0200] rev 329
Print the failed line numbers in the unifier script (ticket #138)

Mon, 20 Oct 2008 12:17:24 +0200Small improvements in the unifier script
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 20 Oct 2008 12:17:24 +0200] rev 328
Small improvements in the unifier script

Mon, 13 Oct 2008 14:00:11 +0200Several improvements in maximum matching algorithms
Balazs Dezso <deba@inf.elte.hu> [Mon, 13 Oct 2008 14:00:11 +0200] rev 327
Several improvements in maximum matching algorithms
- The interface of MaxMatching is changed to be similar to the
weighted algorithms
- The internal data structure (the queue implementation and the
matching map) is changed in the MaxMatching algorithm, which
provides better runtime properties
- The Blossom iterators are changed slightly in the weighted matching
algorithms
- Several documentation improvments
- The test files are merged

Mon, 13 Oct 2008 13:56:00 +0200Port maximum matching algorithms from svn 3498 (ticket #48)
Balazs Dezso <deba@inf.elte.hu> [Mon, 13 Oct 2008 13:56:00 +0200] rev 326
Port maximum matching algorithms from svn 3498 (ticket #48)

Mon, 20 Oct 2008 20:03:14 +0200Better help message and user question in unify-sources.sh
Alpar Juttner <alpar@cs.elte.hu> [Mon, 20 Oct 2008 20:03:14 +0200] rev 325
Better help message and user question in unify-sources.sh

Sun, 19 Oct 2008 16:19:32 +0200Improved unifier and checker script
Balazs Dezso <deba@inf.elte.hu> [Sun, 19 Oct 2008 16:19:32 +0200] rev 324
Improved unifier and checker script

- Unify and check modes
- Several file listing modes

Sat, 18 Oct 2008 11:46:25 +0200Improve the 0.x->1.x converter script (ticket #157)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 18 Oct 2008 11:46:25 +0200] rev 323
Improve the 0.x->1.x converter script (ticket #157)

- Support updating more files at once.
- Much better regexp solution for "whole words only" replacements.

Sun, 12 Oct 2008 19:35:48 +0100Update NEWS file
Alpar Juttner <alpar@cs.elte.hu> [Sun, 12 Oct 2008 19:35:48 +0100] rev 322
Update NEWS file

Sun, 12 Oct 2008 19:59:06 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Sun, 12 Oct 2008 19:59:06 +0100] rev 321
Merge

Sun, 12 Oct 2008 19:57:53 +0100AUTHORS file added
Alpar Juttner <alpar@cs.elte.hu> [Sun, 12 Oct 2008 19:57:53 +0100] rev 320
AUTHORS file added

Fri, 10 Oct 2008 13:22:37 +0100arrert.h is now included by core.h (#161)
Alpar Juttner <alpar@cs.elte.hu> [Fri, 10 Oct 2008 13:22:37 +0100] rev 319
arrert.h is now included by core.h (#161)

Thu, 09 Oct 2008 22:41:29 +0200Doc improvements
Peter Kovacs <kpeter@inf.elte.hu> [Thu, 09 Oct 2008 22:41:29 +0200] rev 318
Doc improvements

Thu, 09 Oct 2008 16:20:37 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Thu, 09 Oct 2008 16:20:37 +0100] rev 317
Merge

Thu, 09 Oct 2008 16:47:01 +0200Updated doxygen options to version 1.5.7.1
Peter Kovacs <kpeter@inf.elte.hu> [Thu, 09 Oct 2008 16:47:01 +0200] rev 316
Updated doxygen options to version 1.5.7.1

Thu, 09 Oct 2008 13:54:50 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Thu, 09 Oct 2008 13:54:50 +0100] rev 315
Merge

Thu, 09 Oct 2008 13:27:35 +0200Doc reorganization + improvements
Peter Kovacs <kpeter@inf.elte.hu> [Thu, 09 Oct 2008 13:27:35 +0200] rev 314
Doc reorganization + improvements

- Reorganize several tools (move them to other modules).
- Add new module for map concepts.
- Remove the doc of all tools in lemon/bits.
- Improvements in groups.dox.
- Fix some doxygen warnings.

Thu, 09 Oct 2008 10:09:44 +0200Fix several doxygen warnings
Peter Kovacs <kpeter@inf.elte.hu> [Thu, 09 Oct 2008 10:09:44 +0200] rev 313
Fix several doxygen warnings

Thu, 09 Oct 2008 13:40:40 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Thu, 09 Oct 2008 13:40:40 +0100] rev 312
Merge

Thu, 09 Oct 2008 11:58:24 +0100Fix an erroneous const declaration in ArgParser
Akos Ladanyi <ladanyi@tmit.bme.hu> [Thu, 09 Oct 2008 11:58:24 +0100] rev 311
Fix an erroneous const declaration in ArgParser

Thu, 09 Oct 2008 12:01:40 +0100Repository reorganization
Alpar Juttner <alpar@cs.elte.hu> [Thu, 09 Oct 2008 12:01:40 +0100] rev 310
Repository reorganization

- lemon-0.x-to-1.x.sh moved to tools/ and it installs to $(bindir).
- benchmark/ dir has been removed.

Wed, 08 Oct 2008 17:05:01 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 08 Oct 2008 17:05:01 +0100] rev 309
Merge

Wed, 08 Oct 2008 17:02:53 +0200Changes in LGF related part of the migration guide
Balazs Dezso <deba@inf.elte.hu> [Wed, 08 Oct 2008 17:02:53 +0200] rev 308
Changes in LGF related part of the migration guide

Wed, 08 Oct 2008 14:21:01 +0100Further extension of the migration guide
Alpar Juttner <alpar@cs.elte.hu> [Wed, 08 Oct 2008 14:21:01 +0100] rev 307
Further extension of the migration guide

Wed, 08 Oct 2008 11:38:31 +0200Improvements in the migration script and guide (ticket #157)
Peter Kovacs <kpeter@inf.elte.hu> [Wed, 08 Oct 2008 11:38:31 +0200] rev 306
Improvements in the migration script and guide (ticket #157)

Mon, 06 Oct 2008 13:02:13 +01000.x -> 1.x migration script and guide (preliminary version) (#157)
Alpar Juttner <alpar@cs.elte.hu> [Mon, 06 Oct 2008 13:02:13 +0100] rev 305
0.x -> 1.x migration script and guide (preliminary version) (#157)

Wed, 08 Oct 2008 13:18:33 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 08 Oct 2008 13:18:33 +0100] rev 304
Merge

Wed, 08 Oct 2008 11:59:06 +0100Fix compilation with Visual Studio 2005.
Akos Ladanyi <ladanyi@tmit.bme.hu> [Wed, 08 Oct 2008 11:59:06 +0100] rev 303
Fix compilation with Visual Studio 2005.

Wed, 08 Oct 2008 13:16:04 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 08 Oct 2008 13:16:04 +0100] rev 302
Merge

Wed, 08 Oct 2008 13:40:20 +0200Fix several doxygen warings
Peter Kovacs <kpeter@inf.elte.hu> [Wed, 08 Oct 2008 13:40:20 +0200] rev 301
Fix several doxygen warings

Wed, 08 Oct 2008 12:20:09 +0200Revert faulty changes of [dc9e8d2c0df9]
Peter Kovacs <kpeter@inf.elte.hu> [Wed, 08 Oct 2008 12:20:09 +0200] rev 300
Revert faulty changes of [dc9e8d2c0df9]

Tue, 07 Oct 2008 07:08:45 +0100Doxygen 1.5.7.1 somehow needs this to generate the graphs
Alpar Juttner <alpar@cs.elte.hu> [Tue, 07 Oct 2008 07:08:45 +0100] rev 299
Doxygen 1.5.7.1 somehow needs this to generate the graphs

Mon, 06 Oct 2008 11:41:05 +0100Fix ignoring Emacs backup/temp files
Alpar Juttner <alpar@cs.elte.hu> [Mon, 06 Oct 2008 11:41:05 +0100] rev 298
Fix ignoring Emacs backup/temp files

Mon, 06 Oct 2008 11:01:03 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 06 Oct 2008 11:01:03 +0100] rev 297
Merge

Sun, 05 Oct 2008 12:36:26 +0200Properly detect the Intel C++ compiler (ticket #154).
Akos Ladanyi <ladanyi@tmit.bme.hu> [Sun, 05 Oct 2008 12:36:26 +0200] rev 296
Properly detect the Intel C++ compiler (ticket #154).

Sun, 05 Oct 2008 21:09:01 +0200Fix memory leak hazard
Balazs Dezso <deba@inf.elte.hu> [Sun, 05 Oct 2008 21:09:01 +0200] rev 295
Fix memory leak hazard

If the constructor throws an exception, it should deallocate each
dynamically allocated memory.

Wed, 01 Oct 2008 13:56:40 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 01 Oct 2008 13:56:40 +0200] rev 294
Merge

Wed, 01 Oct 2008 12:44:16 +0200Change the parameter order in LGF reader and writer tools
Peter Kovacs <kpeter@inf.elte.hu> [Wed, 01 Oct 2008 12:44:16 +0200] rev 293
Change the parameter order in LGF reader and writer tools

Wed, 01 Oct 2008 12:26:45 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 01 Oct 2008 12:26:45 +0200] rev 292
Merge

Wed, 01 Oct 2008 11:58:03 +0200Changing parameter order in exception classes + improvements
Peter Kovacs <kpeter@inf.elte.hu> [Wed, 01 Oct 2008 11:58:03 +0200] rev 291
Changing parameter order in exception classes + improvements

Tue, 30 Sep 2008 20:53:18 +0200Simplifying exceptions
Balazs Dezso <deba@inf.elte.hu> [Tue, 30 Sep 2008 20:53:18 +0200] rev 290
Simplifying exceptions

- Using asserts instead of exceptions for unitialized parameters
- Only the IO exceptions are used in the lemon
- DataFormatError is renamed to FormatError
- The IoError is used for file access errors

Mon, 29 Sep 2008 12:34:08 +0200Use DEBUG instead of ASSERT in graph extenders (ticket #17)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 29 Sep 2008 12:34:08 +0200] rev 289
Use DEBUG instead of ASSERT in graph extenders (ticket #17)

Mon, 29 Sep 2008 09:58:25 +0200Use proper traits class in visitor based algorithms
Balazs Dezso <deba@inf.elte.hu> [Mon, 29 Sep 2008 09:58:25 +0200] rev 288
Use proper traits class in visitor based algorithms

Sat, 27 Sep 2008 14:33:28 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Sat, 27 Sep 2008 14:33:28 +0200] rev 287
Merge

Fri, 26 Sep 2008 12:40:11 +0200Improvements related to BFS/DFS/Dijkstra (ticket #96)
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 26 Sep 2008 12:40:11 +0200] rev 286
Improvements related to BFS/DFS/Dijkstra (ticket #96)
- Add run(s,t) function to BfsVisit.
- Modify run(s,t) functions in the class interfaces to return bool value.
- Bug fix in Dijkstra::start(t) function.
- Improve Dijkstra::currentDist().
- Extend test files to check named class template parameters.
- Doc improvements.

Sat, 27 Sep 2008 14:11:22 +0200Remove the BOOST copyright notice from lemon/concept_check.h
Alpar Juttner <alpar@cs.elte.hu> [Sat, 27 Sep 2008 14:11:22 +0200] rev 285
Remove the BOOST copyright notice from lemon/concept_check.h
as it no longer applies there.

Sat, 27 Sep 2008 14:04:27 +0200Make chg-len.py independent from the global Mercurial config files
Alpar Juttner <alpar@cs.elte.hu> [Sat, 27 Sep 2008 14:04:27 +0200] rev 284
Make chg-len.py independent from the global Mercurial config files

Sat, 27 Sep 2008 13:45:50 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Sat, 27 Sep 2008 13:45:50 +0200] rev 283
Merge

Fri, 26 Sep 2008 13:46:49 +0200Using from-to order in graph copying tools + doc improvements (ticket #150)
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 26 Sep 2008 13:46:49 +0200] rev 282
Using from-to order in graph copying tools + doc improvements (ticket #150)

Fri, 26 Sep 2008 09:52:28 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Fri, 26 Sep 2008 09:52:28 +0200] rev 281
Merge

Mon, 14 Jul 2008 15:23:11 +0100Remove todo-s and convert them to trac tickets
Alpar Juttner <alpar@cs.elte.hu> [Mon, 14 Jul 2008 15:23:11 +0100] rev 280
Remove todo-s and convert them to trac tickets

Tue, 23 Sep 2008 18:42:49 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 23 Sep 2008 18:42:49 +0200] rev 279
Merge

Mon, 22 Sep 2008 15:33:23 +0200Improve the function-type interface of bfs, dfs, and dijkstra (ticket #96)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 22 Sep 2008 15:33:23 +0200] rev 278
Improve the function-type interface of bfs, dfs, and dijkstra (ticket #96)
- BfsWizard and DfsWizard have run(s), run(s,t), and run() functions,
DijkstraWizard has run(s) and run(s,t) functions.
- Set NodeMap<T> instead of NullMap as PredMap and DistMap in the default
traits classes for the function-type interface.
- Modify the related test files.
- Doc improvements.
- Bug fix in concepts/path.h.

Mon, 22 Sep 2008 10:56:01 +0200Removing fixme an log assert handler from assertion system
"Balazs Dezso <deba@inf.elte.hu>" [Mon, 22 Sep 2008 10:56:01 +0200] rev 277
Removing fixme an log assert handler from assertion system

Mon, 22 Sep 2008 08:37:23 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 22 Sep 2008 08:37:23 +0100] rev 276
Merge

Mon, 22 Sep 2008 08:12:44 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 22 Sep 2008 08:12:44 +0100] rev 275
Merge

Sun, 21 Sep 2008 18:23:07 +0100Use only a single (cached) variable to hold the version number.
Akos Ladanyi <ladanyi@tmit.bme.hu> [Sun, 21 Sep 2008 18:23:07 +0100] rev 274
Use only a single (cached) variable to hold the version number.

Sun, 21 Sep 2008 08:48:08 +0100Better versioning (#144)
Alpar Juttner <alpar@cs.elte.hu> [Sun, 21 Sep 2008 08:48:08 +0100] rev 273
Better versioning (#144)

Tue, 16 Sep 2008 08:51:02 +0100Python script for computing the longest path in the revision tree
Alpar Juttner <alpar@cs.elte.hu> [Tue, 16 Sep 2008 08:51:02 +0100] rev 272
Python script for computing the longest path in the revision tree

Sun, 21 Sep 2008 18:26:25 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Sun, 21 Sep 2008 18:26:25 +0100] rev 271
Merge

Sun, 21 Sep 2008 18:25:56 +0100doc/named-param.dox was missing from doc/Makefile.am
Alpar Juttner <alpar@cs.elte.hu> [Sun, 21 Sep 2008 18:25:56 +0100] rev 270
doc/named-param.dox was missing from doc/Makefile.am

Sun, 21 Sep 2008 18:09:47 +0200Improvements in named-param.dox (ticket #147)
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 21 Sep 2008 18:09:47 +0200] rev 269
Improvements in named-param.dox (ticket #147)

Sun, 21 Sep 2008 07:49:57 +0100Improvements in named-param.dox
Alpar Juttner <alpar@cs.elte.hu> [Sun, 21 Sep 2008 07:49:57 +0100] rev 268
Improvements in named-param.dox

Sun, 21 Sep 2008 06:13:05 +0100Port named-param.dox from svn -r3504
Alpar Juttner <alpar@cs.elte.hu> [Sun, 21 Sep 2008 06:13:05 +0100] rev 267
Port named-param.dox from svn -r3504

Sun, 21 Sep 2008 14:46:01 +0100Use __func__ only if the compiler supports it (ticket #148).
Akos Ladanyi <ladanyi@tmit.bme.hu> [Sun, 21 Sep 2008 14:46:01 +0100] rev 266
Use __func__ only if the compiler supports it (ticket #148).

Wed, 17 Sep 2008 15:04:38 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 17 Sep 2008 15:04:38 +0100] rev 265
Merge

Wed, 17 Sep 2008 15:04:21 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 17 Sep 2008 15:04:21 +0100] rev 264
Merge

Mon, 15 Sep 2008 22:28:32 +0200Make copy constr and op= of the default maps private (ticket #137)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 15 Sep 2008 22:28:32 +0200] rev 263
Make copy constr and op= of the default maps private (ticket #137)

Tue, 16 Sep 2008 16:07:35 +0100Update NEWS file (ticket #121)
Alpar Juttner <alpar@cs.elte.hu> [Tue, 16 Sep 2008 16:07:35 +0100] rev 262
Update NEWS file (ticket #121)

Tue, 16 Sep 2008 08:41:08 +0100Use standard #ifndef/#define for avoiding multiple include.
Alpar Juttner <alpar@cs.elte.hu> [Tue, 16 Sep 2008 08:41:08 +0100] rev 261
Use standard #ifndef/#define for avoiding multiple include.

Thu, 11 Sep 2008 11:10:44 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Thu, 11 Sep 2008 11:10:44 +0100] rev 260
Merge

Wed, 10 Sep 2008 11:23:41 +0100Disable checks for ILP solvers.
Akos Ladanyi <ladanyi@tmit.bme.hu> [Wed, 10 Sep 2008 11:23:41 +0100] rev 259
Disable checks for ILP solvers.

Tue, 09 Sep 2008 20:52:45 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 09 Sep 2008 20:52:45 +0100] rev 258
Merge

Mon, 01 Sep 2008 22:00:40 +0200Rename Def* to Set* in Bfs, Dfs, Dijkstra (ticket #134)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 01 Sep 2008 22:00:40 +0200] rev 257
Rename Def* to Set* in Bfs, Dfs, Dijkstra (ticket #134)
- DefXyzMap --> SetXyzMap
- DefHeap --> SetHeap
- DefStandardHeap --> SetStandardHeap
- DefOperationTraits --> SetOperationTraits
- DefProcessedMapToBeDefaultMap --> SetStandardProcessedMap
- Bug fix: SetStandardProcessedMap shouldn't be template

Tue, 02 Sep 2008 22:27:19 +0200Bug fix + doc improvement in UndirDigraphExtender (ticket #141)
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 02 Sep 2008 22:27:19 +0200] rev 256
Bug fix + doc improvement in UndirDigraphExtender (ticket #141)

Tue, 02 Sep 2008 10:23:23 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 02 Sep 2008 10:23:23 +0100] rev 255
Merge

Sun, 31 Aug 2008 12:49:16 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Sun, 31 Aug 2008 12:49:16 +0200] rev 254
Merge

Sat, 30 Aug 2008 22:19:43 +0200Rename BoundingBox to Box (ticket #126)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 30 Aug 2008 22:19:43 +0200] rev 253
Rename BoundingBox to Box (ticket #126)

Sat, 30 Aug 2008 22:29:08 +0200Doc improvement for visitor classes (ticket #134)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 30 Aug 2008 22:29:08 +0200] rev 252
Doc improvement for visitor classes (ticket #134)

Tue, 02 Sep 2008 00:44:17 +0200Fix processedMap() named parameter for dijkstra() (ticket #140)
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 02 Sep 2008 00:44:17 +0200] rev 251
Fix processedMap() named parameter for dijkstra() (ticket #140)

Wed, 27 Aug 2008 10:50:04 +0200Stream operators for Point and BoundingBox classes (ticket #126)
Peter Kovacs <kpeter@inf.elte.hu> [Wed, 27 Aug 2008 10:50:04 +0200] rev 250
Stream operators for Point and BoundingBox classes (ticket #126)
- Add operator<< and operator>> for BoundingBox.
- operator<< of Point gives space-less output.

Mon, 18 Aug 2008 20:33:11 +0200Ignore the downloaded tag files
Alpar Juttner <alpar@cs.elte.hu> [Mon, 18 Aug 2008 20:33:11 +0200] rev 249
Ignore the downloaded tag files

Sun, 17 Aug 2008 13:39:04 +0200Section writer class
Balazs Dezso <deba@inf.elte.hu> [Sun, 17 Aug 2008 13:39:04 +0200] rev 248
Section writer class

Mon, 04 Aug 2008 22:00:36 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 04 Aug 2008 22:00:36 +0200] rev 247
Merge

Wed, 30 Jul 2008 12:07:48 +0100Update README file.
Alpar Juttner <alpar@cs.elte.hu> [Wed, 30 Jul 2008 12:07:48 +0100] rev 246
Update README file.

Wed, 30 Jul 2008 12:07:29 +0100Update INSTALL file.
Akos Ladanyi <ladanyi@tmit.bme.hu> [Wed, 30 Jul 2008 12:07:29 +0100] rev 245
Update INSTALL file.

Sun, 03 Aug 2008 13:34:57 +0200Many improvements in bfs.h, dfs.h and dijkstra.h
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 03 Aug 2008 13:34:57 +0200] rev 244
Many improvements in bfs.h, dfs.h and dijkstra.h
- Add run() function to Bfs and run(s,t) function to DfsVisit.
- Add debug checking to addSource() function of Dfs and DfsVisit.
- Add a few missing named parameters (according to \todo notes).
- Small fixes in the code (e.g. missing derivations).
- Many doc improvements.
- Remove \todo and \warning comments which are no longer valid.
- Remove \author commands (see ticket #39).
- Fixes in the the doc (e.g. wrong references).
- Hide the doc of most of the private and protected members.
- Use public typedefs instead of template parameters in public functions.
- Use better parameter names for some functions.
- Other small changes to make the doc more uniform.

Tue, 29 Jul 2008 15:06:37 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 29 Jul 2008 15:06:37 +0200] rev 243
Merge

Tue, 29 Jul 2008 14:41:55 +0200Improve test/dim_test.cc
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 29 Jul 2008 14:41:55 +0200] rev 242
Improve test/dim_test.cc

Tue, 29 Jul 2008 14:41:16 +0200Improvements in dim2::BoundingBox (ticket #126)
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 29 Jul 2008 14:41:16 +0200] rev 241
Improvements in dim2::BoundingBox (ticket #126)
- Rename the private varibles to start with underscore.
- Doc improvements.

Tue, 29 Jul 2008 15:01:30 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 29 Jul 2008 15:01:30 +0200] rev 240
Merge