2010-03-04update tags default tip
convert-repo [Thu, 04 Mar 2010 19:34:55 +0000] rev 2659
update tags

2006-09-15dim2.h is considered stable lemon-1.0
alpar [Fri, 15 Sep 2006 12:23:16 +0000] rev 2658
dim2.h is considered stable

2006-08-16Some updates on the todo list lemon-1.0
alpar [Wed, 16 Aug 2006 14:24:20 +0000] rev 2657
Some updates on the todo list

2006-08-14Remove superfluous include headers lemon-1.0
alpar [Mon, 14 Aug 2006 15:19:18 +0000] rev 2656
Remove superfluous include headers

2006-08-10Some clean files added. lemon-1.0
alpar [Thu, 10 Aug 2006 14:56:36 +0000] rev 2655
Some clean files added.

2006-07-19Update ToDo list lemon-1.0
alpar [Wed, 19 Jul 2006 13:08:10 +0000] rev 2654
Update ToDo list

2006-07-05Some update on documenting exceptions. lemon-1.0
alpar [Wed, 05 Jul 2006 17:13:08 +0000] rev 2653
Some update on documenting exceptions.

2006-07-04Distribute Makefiles. lemon-1.0
ladanyi [Tue, 04 Jul 2006 19:02:15 +0000] rev 2652
Distribute Makefiles.

2006-07-04Distribute Doxyfile.in and lemon.pc.in. lemon-1.0
ladanyi [Tue, 04 Jul 2006 18:54:34 +0000] rev 2651
Distribute Doxyfile.in and lemon.pc.in.

2006-07-04Set svn:ignore property. lemon-1.0
ladanyi [Tue, 04 Jul 2006 12:00:02 +0000] rev 2650
Set svn:ignore property.

2006-07-04The distcheck and doc targets should work now too. lemon-1.0
ladanyi [Tue, 04 Jul 2006 11:58:39 +0000] rev 2649
The distcheck and doc targets should work now too.

2006-07-04Set svn:ignore property. lemon-1.0
ladanyi [Tue, 04 Jul 2006 10:21:38 +0000] rev 2648
Set svn:ignore property.

2006-07-04Copied the autotools files from trunk and commented them out so that configure and make succeeds. lemon-1.0
ladanyi [Tue, 04 Jul 2006 10:06:24 +0000] rev 2647
Copied the autotools files from trunk and commented them out so that configure and make succeeds.

2006-06-28Minor updates lemon-1.0
alpar [Wed, 28 Jun 2006 06:48:35 +0000] rev 2646
Minor updates

2006-06-27Some updates based on the last meeting lemon-1.0
alpar [Tue, 27 Jun 2006 11:33:05 +0000] rev 2645
Some updates based on the last meeting

2006-06-27Ah, I see... lemon-1.0
alpar [Tue, 27 Jun 2006 11:31:07 +0000] rev 2644
Ah, I see...

2006-06-19without log lemon-1.0
deba [Mon, 19 Jun 2006 13:49:17 +0000] rev 2643
without log

2006-06-13Some updates on the todo list. lemon-1.0
alpar [Tue, 13 Jun 2006 18:10:15 +0000] rev 2642
Some updates on the todo list.

2006-06-13An uncomplete todo list for releasing a stable version of lemon. lemon-1.0
alpar [Tue, 13 Jun 2006 16:28:49 +0000] rev 2641
An uncomplete todo list for releasing a stable version of lemon.
It is in emacs Org mode.

2006-06-09Renamed the branch to lemon-1.0 in order to avoid ambiguity. lemon-1.0
alpar [Fri, 09 Jun 2006 09:07:54 +0000] rev 2640
Renamed the branch to lemon-1.0 in order to avoid ambiguity.

2006-06-06Brach for the stable release 1.0 1.0
alpar [Tue, 06 Jun 2006 17:04:15 +0000] rev 2639
Brach for the stable release 1.0

2009-06-04Various improvements for NS pivot rules
kpeter [Thu, 04 Jun 2009 01:19:06 +0000] rev 2638
Various improvements for NS pivot rules

2009-06-01Remove a faulty check from lp_test.cc
kpeter [Mon, 01 Jun 2009 16:53:59 +0000] rev 2637
Remove a faulty check from lp_test.cc

2009-06-01Add the Cancel and Tighten min cost flow algorithm
kpeter [Mon, 01 Jun 2009 15:37:51 +0000] rev 2636
Add the Cancel and Tighten min cost flow algorithm

2009-06-01XTI data structure for NS - backport hg commit [8c3112a66878]
kpeter [Mon, 01 Jun 2009 15:35:27 +0000] rev 2635
XTI data structure for NS - backport hg commit [8c3112a66878]

2009-02-06Rework Network Simplex
kpeter [Fri, 06 Feb 2009 21:52:34 +0000] rev 2634
Rework Network Simplex
Use simpler and faster graph implementation instead of SmartGraph

2009-02-04Remove a faulty include from elevator.h
alpar [Wed, 04 Feb 2009 14:42:31 +0000] rev 2633
Remove a faulty include from elevator.h

2008-12-21Backport hg commit [81d40f1c850c] (ticket #197)
deba [Sun, 21 Dec 2008 20:13:28 +0000] rev 2632
Backport hg commit [81d40f1c850c] (ticket #197)

2008-12-20Backport hg commit [52c04a2a652c] (ticket #197)
deba [Sat, 20 Dec 2008 22:45:48 +0000] rev 2631
Backport hg commit [52c04a2a652c] (ticket #197)

2008-11-13Various improvements in NetworkSimplex.
kpeter [Thu, 13 Nov 2008 16:17:50 +0000] rev 2630
Various improvements in NetworkSimplex.

- Faster variant of "Altering Candidate List" pivot rule using make_heap
instead of partial_sort.
- Doc improvements.
- Removing unecessary inline keywords.

2008-11-13Improved constructors for min cost flow classes
kpeter [Thu, 13 Nov 2008 15:29:04 +0000] rev 2629
Improved constructors for min cost flow classes
Removing the non-zero lower bounds is faster

2008-11-13Improve tree update procedure in NetworkSimplex
kpeter [Thu, 13 Nov 2008 10:54:42 +0000] rev 2628
Improve tree update procedure in NetworkSimplex
The new method updates a smaller subtree (fixing a bug) and shifting the
potentials with a costant value.

2008-11-07Backport doxygen options for version 1.5.7 from [9194a12c52e6]
kpeter [Fri, 07 Nov 2008 20:15:10 +0000] rev 2627
Backport doxygen options for version 1.5.7 from [9194a12c52e6]

2008-10-23Adapt the doc generation to the hg repo
alpar [Thu, 23 Oct 2008 16:49:06 +0000] rev 2626
Adapt the doc generation to the hg repo

2008-10-15Major improvement in the cost scaling algorithm
kpeter [Wed, 15 Oct 2008 12:04:11 +0000] rev 2625
Major improvement in the cost scaling algorithm

- Add a new variant that use the partial augment-relabel method.
- Use this method instead of push-relabel by default.
- Use the "Early Termination" heuristic instead of "Price Refinement".

Using the new method and heuristic the algorithm proved to be
2-2.5 times faster on all input files.

2008-10-08Bug fixes is HaoOrlin and MinCostArborescence
deba [Wed, 08 Oct 2008 09:17:01 +0000] rev 2624
Bug fixes is HaoOrlin and MinCostArborescence

MinCostArborescence
- proper deallocation
HaoOrlin
- the target needn't to be the last in its bucket
- proper size of container (if each node starts in different buckets initially)

2008-10-06Add missing pointer initializing in min cost flow classes
kpeter [Mon, 06 Oct 2008 15:08:17 +0000] rev 2623
Add missing pointer initializing in min cost flow classes

2008-10-05Fix _setCoeff
deba [Sun, 05 Oct 2008 20:08:13 +0000] rev 2622
Fix _setCoeff

2008-10-05Bug fix in min_cost_flow_test.cc
kpeter [Sun, 05 Oct 2008 13:46:07 +0000] rev 2621
Bug fix in min_cost_flow_test.cc

2008-10-05Doc improvements
kpeter [Sun, 05 Oct 2008 13:37:17 +0000] rev 2620
Doc improvements

2008-10-05Improve network simplex algorithm
kpeter [Sun, 05 Oct 2008 13:36:43 +0000] rev 2619
Improve network simplex algorithm

- Remove "Limited Search" and "Combined" pivot rules.
- Add a new pivot rule "Altering Candidate List".
- Make the edge selection faster in every pivot rule.
- Set the default rule to "Block Search".
- Doc improvements.

The algorithm became about 15-35 percent faster on various input files.
"Block Search" pivot rule proved to be by far the fastest on all inputs.

2008-09-19G++-4.3 compatibility changes
deba [Fri, 19 Sep 2008 15:14:41 +0000] rev 2618
G++-4.3 compatibility changes

2008-07-22Backport bug fix for Id handling from hg changeset [e67acd83a9ca]
deba [Tue, 22 Jul 2008 11:29:57 +0000] rev 2617
Backport bug fix for Id handling from hg changeset [e67acd83a9ca]

2008-07-22Back port bug fix from hg changeset [0915721396dc]
deba [Tue, 22 Jul 2008 11:20:06 +0000] rev 2616
Back port bug fix from hg changeset [0915721396dc]

2008-07-02Fix bug caused by m4 consuming pairs of square brackets (#108).
ladanyi [Wed, 02 Jul 2008 12:37:47 +0000] rev 2615
Fix bug caused by m4 consuming pairs of square brackets (#108).

2008-06-27Update the version number
alpar [Fri, 27 Jun 2008 06:37:14 +0000] rev 2614
Update the version number

2008-06-13Back porting hg commit 81563e019fa4
deba [Fri, 13 Jun 2008 09:51:45 +0000] rev 2613
Back porting hg commit 81563e019fa4

2008-06-10Bug fix initialization
deba [Tue, 10 Jun 2008 11:36:17 +0000] rev 2612
Bug fix initialization
The std::numeric_limits<double>::min() means the smallest positive number,
and not the smallest number in the whole range of double.

2008-05-25Fixing bug in named parameters (Back port bug fix of ticket #95)
deba [Sun, 25 May 2008 16:35:05 +0000] rev 2611
Fixing bug in named parameters (Back port bug fix of ticket #95)

2008-05-23Bug fix full graph problam
deba [Fri, 23 May 2008 10:55:41 +0000] rev 2610
Bug fix full graph problam

2008-05-16Fixing lp constraints (solving ticket #92)
deba [Fri, 16 May 2008 12:28:23 +0000] rev 2609
Fixing lp constraints (solving ticket #92)

2008-04-19Avoid warning in random.h (backport of chgset 4790635473ef from lemon-1.0) lemon-0.7
alpar [Sat, 19 Apr 2008 13:04:51 +0000] rev 2608
Avoid warning in random.h (backport of chgset 4790635473ef from lemon-1.0)

2008-04-17Remove SspMinCostFlow, since it is fully replaced by other classes.
kpeter [Thu, 17 Apr 2008 21:46:06 +0000] rev 2607
Remove SspMinCostFlow, since it is fully replaced by other classes.

2008-04-17Revert mistaken changes in NEWS file.
kpeter [Thu, 17 Apr 2008 21:28:21 +0000] rev 2606
Revert mistaken changes in NEWS file.

2008-04-08Bug fixes in LP solvers
deba [Tue, 08 Apr 2008 16:01:28 +0000] rev 2605
Bug fixes in LP solvers
- the copyLp is clarified
- newLp and copyLp gives back pointers
- cplex gives back empty string for variables without name
- cplex row and column retrieval
- added macro for soplex

2008-04-08Fix Makefile.am
deba [Tue, 08 Apr 2008 15:16:16 +0000] rev 2604
Fix Makefile.am

2008-04-08Small fixes in NEWS file
kpeter [Tue, 08 Apr 2008 14:43:44 +0000] rev 2603
Small fixes in NEWS file

2008-04-08Rel.07 NEWS - 3. round
hegyi [Tue, 08 Apr 2008 11:39:40 +0000] rev 2602
Rel.07 NEWS - 3. round

2008-04-08Rel.07 NEWS - 2. round
hegyi [Tue, 08 Apr 2008 11:38:17 +0000] rev 2601
Rel.07 NEWS - 2. round

2008-04-07NEWS file updated for Release 0.7
hegyi [Mon, 07 Apr 2008 16:28:20 +0000] rev 2600
NEWS file updated for Release 0.7

2008-04-03Serious bugfix in Random::gamma()
alpar [Thu, 03 Apr 2008 12:06:48 +0000] rev 2599
Serious bugfix in Random::gamma()
Backport from hg b6bede534255

2008-03-25Minor bug fix
deba [Tue, 25 Mar 2008 16:28:06 +0000] rev 2598
Minor bug fix

2008-03-20Correcting broken repo
deba [Thu, 20 Mar 2008 16:57:12 +0000] rev 2597
Correcting broken repo

2008-03-20Back porting commit 81563e019fa4
deba [Thu, 20 Mar 2008 16:25:47 +0000] rev 2596
Back porting commit 81563e019fa4

2008-03-20Bug fix for not connected graphs
deba [Thu, 20 Mar 2008 11:38:01 +0000] rev 2595
Bug fix for not connected graphs

2008-03-14Executable property removed
deba [Fri, 14 Mar 2008 14:50:04 +0000] rev 2594
Executable property removed

2008-03-07Fix static member initializations (ticket #30).
kpeter [Fri, 07 Mar 2008 00:24:23 +0000] rev 2593
Fix static member initializations (ticket #30).

2008-03-02Revert to long long int since currently I don't know a better solution.
ladanyi [Sun, 02 Mar 2008 22:55:27 +0000] rev 2592
Revert to long long int since currently I don't know a better solution.

2008-03-01In C++98 array size shall be an integral constant expression. Fixes
ladanyi [Sat, 01 Mar 2008 20:09:40 +0000] rev 2591
In C++98 array size shall be an integral constant expression. Fixes
ticket 12.

2008-03-01There is no 'long long int' type in C++98 (only in C99).
ladanyi [Sat, 01 Mar 2008 20:07:29 +0000] rev 2590
There is no 'long long int' type in C++98 (only in C99).

2008-02-29Bug fix in CapacityScaling.
kpeter [Fri, 29 Feb 2008 16:09:29 +0000] rev 2589
Bug fix in CapacityScaling.

2008-02-29Small improvements in min cost flow files.
kpeter [Fri, 29 Feb 2008 15:57:52 +0000] rev 2588
Small improvements in min cost flow files.

2008-02-29External flow and potential maps can be used in MinCostMaxFlow.
kpeter [Fri, 29 Feb 2008 15:55:39 +0000] rev 2587
External flow and potential maps can be used in MinCostMaxFlow.

2008-02-29Reimplemented Suurballe class.
kpeter [Fri, 29 Feb 2008 15:55:13 +0000] rev 2586
Reimplemented Suurballe class.

- The new version is the specialized version of CapacityScaling.
- It is about 10-20 times faster than the former Suurballe algorithm
and about 20-50 percent faster than CapacityScaling.
- Doc improvements.
- The test file is also replaced.

2008-02-28Backport of bug fix hg 2de55e4f57a7
deba [Thu, 28 Feb 2008 16:33:40 +0000] rev 2585
Backport of bug fix hg 2de55e4f57a7

2008-02-28Test file for the min cost flow algorithms.
kpeter [Thu, 28 Feb 2008 02:58:26 +0000] rev 2584
Test file for the min cost flow algorithms.

2008-02-28Small fixes and doc improvements in MinMeanCycle.
kpeter [Thu, 28 Feb 2008 02:57:36 +0000] rev 2583
Small fixes and doc improvements in MinMeanCycle.

2008-02-28Avoid map copy in MinCostMaxFlow.
kpeter [Thu, 28 Feb 2008 02:55:23 +0000] rev 2582
Avoid map copy in MinCostMaxFlow.

2008-02-28Query improvements in the min cost flow algorithms.
kpeter [Thu, 28 Feb 2008 02:54:27 +0000] rev 2581
Query improvements in the min cost flow algorithms.

- External flow and potential maps can be used.
- New query functions: flow() and potential().
- CycleCanceling also provides dual solution (node potentials).
- Doc improvements.

2008-02-27Bug fixes
deba [Wed, 27 Feb 2008 11:39:03 +0000] rev 2580
Bug fixes

2008-02-25Bug fixes in min cost flow files.
kpeter [Mon, 25 Feb 2008 12:35:06 +0000] rev 2579
Bug fixes in min cost flow files.
Use enum type instead of static constants in NetworkSimplex to avoid
linker errors.

2008-02-21Put the definitions of global functions into a .cc file.
ladanyi [Thu, 21 Feb 2008 13:06:33 +0000] rev 2578
Put the definitions of global functions into a .cc file.

2008-02-18Add a cost scaling min cost flow algorithm.
kpeter [Mon, 18 Feb 2008 03:34:16 +0000] rev 2577
Add a cost scaling min cost flow algorithm.

Add a cost scaling algorithm, which is performing generalized
push-relabel operations. It is almost as efficient as the capacity
scaling algorithm, but slower than network simplex.

2008-02-18Improvements in MinCostFlow and MinCostMaxFlow.
kpeter [Mon, 18 Feb 2008 03:32:56 +0000] rev 2576
Improvements in MinCostFlow and MinCostMaxFlow.

Main changes:
- MinCostMaxFlow also provides dual solution.
- Change the name of private members to start with "_".
- Change the name of function parameters not to start with "_".
- Remove unnecessary documentation for private members.
- Doc improvements.

2008-02-18Major improvements in NetworkSimplex.
kpeter [Mon, 18 Feb 2008 03:32:06 +0000] rev 2575
Major improvements in NetworkSimplex.

Main changes:
- Use -potenital[] instead of potential[] to conform to the usual
terminology.
- Use function parameter instead of #define commands to select pivot rule.
- Use much faster implementation for the candidate list pivot rule.
It is about 5-20 times faster now.
- Add a new pivot rule called "Limited Search" that is a modified
version of "Block Search". It is about 25 percent faster on rather
sparse graphs.
- By default "Limited Search" is used for sparse graphs and
"Block Search" is used otherwise. This combined method is the most
efficient on every input class.
- Change the name of private members to start with "_".
- Change the name of function parameters not to start with "_".
- Remove unnecessary documentation for private members.
- Many doc improvements.

2008-02-18Improvements in CapacityScaling.
kpeter [Mon, 18 Feb 2008 03:30:53 +0000] rev 2574
Improvements in CapacityScaling.

Main changes:
- Use -potenital[] instead of potential[] to conform to the usual
terminology.
- Change the name of private members to start with "_".
- Change the name of function parameters not to start with "_".
- Remove unnecessary documentation for private members.
- Doc improvements.

2008-02-18Improvements in CycleCanceling.
kpeter [Mon, 18 Feb 2008 03:30:12 +0000] rev 2573
Improvements in CycleCanceling.

Main changes:
- Use function parameter instead of #define commands to select negative
cycle detection method.
- Change the name of private members to start with "_".
- Change the name of function parameters not to start with "_".
- Remove unnecessary documentation for private members.
- Doc improvements.

2008-02-08Fix VPATH builds.
ladanyi [Fri, 08 Feb 2008 11:58:32 +0000] rev 2572
Fix VPATH builds.

2008-02-08Hopefully fix all compilation errors.
alpar [Fri, 08 Feb 2008 11:04:37 +0000] rev 2571
Hopefully fix all compilation errors.

2008-02-08Fix a silly typo
alpar [Fri, 08 Feb 2008 10:42:38 +0000] rev 2570
Fix a silly typo

2008-02-08#include<cmath> -> #include<lemon/math.h>
alpar [Fri, 08 Feb 2008 10:38:08 +0000] rev 2569
#include<cmath> -> #include<lemon/math.h>

2008-02-08Math constants + configure bugfix backported
alpar [Fri, 08 Feb 2008 10:18:55 +0000] rev 2568
Math constants + configure bugfix backported
from hg a315a588a20d and 761622e5ed4c

2008-02-08Update the server and the repository names to lemon.
alpar [Fri, 08 Feb 2008 09:56:46 +0000] rev 2567
Update the server and the repository names to lemon.

2008-02-08Doc improvments backported from hg 9df0fe5e5109
alpar [Fri, 08 Feb 2008 09:52:48 +0000] rev 2566
Doc improvments backported from hg 9df0fe5e5109

2008-02-05Bug fix in heap_test.cc.
kpeter [Tue, 05 Feb 2008 12:45:23 +0000] rev 2565
Bug fix in heap_test.cc.

2008-02-05Several doc improvements and fixes in maps.h and concepts/maps.h.
kpeter [Tue, 05 Feb 2008 12:41:05 +0000] rev 2564
Several doc improvements and fixes in maps.h and concepts/maps.h.

2008-02-05Small fixes in README.
kpeter [Tue, 05 Feb 2008 11:24:32 +0000] rev 2563
Small fixes in README.

2008-02-05Improvements and fixes in dim2.h.
kpeter [Tue, 05 Feb 2008 11:23:23 +0000] rev 2562
Improvements and fixes in dim2.h.

- Several doc improvements.
- Fix BoundingBox::operator& implementation.

2008-02-05Translate Hungarian varible names and improve messages in dim_test.cc.
kpeter [Tue, 05 Feb 2008 11:10:08 +0000] rev 2561
Translate Hungarian varible names and improve messages in dim_test.cc.

2008-02-05Fix the rename script.
kpeter [Tue, 05 Feb 2008 11:03:55 +0000] rev 2560
Fix the rename script.

2008-01-29grid_ugraph.h: fixed #18 (global functions inlined)
klao [Tue, 29 Jan 2008 03:39:05 +0000] rev 2559
grid_ugraph.h: fixed #18 (global functions inlined)

2008-01-28Improved rename script to handle includes correctly.
kpeter [Mon, 28 Jan 2008 11:42:46 +0000] rev 2558
Improved rename script to handle includes correctly.

2008-01-21Reveal an existing functionality in the documentation
alpar [Mon, 21 Jan 2008 15:35:55 +0000] rev 2557
Reveal an existing functionality in the documentation

2008-01-13Cleanup in the minimum cost flow files.
kpeter [Sun, 13 Jan 2008 10:32:14 +0000] rev 2556
Cleanup in the minimum cost flow files.
The changes only affects the documentation and the look of the source codes.

2008-01-13Reimplemented MinMeanCycle to be much more efficient.
kpeter [Sun, 13 Jan 2008 10:26:55 +0000] rev 2555
Reimplemented MinMeanCycle to be much more efficient.
The new version implements Howard's algorithm instead of Karp's algorithm and
it is at least 10-20 times faster on all the 40-50 random graphs we have tested.

2008-01-07Minor doc fix
alpar [Mon, 07 Jan 2008 17:07:40 +0000] rev 2554
Minor doc fix

2008-01-07Happy New Year to LEMON (+ better update-copyright-header script)
alpar [Mon, 07 Jan 2008 13:09:48 +0000] rev 2553
Happy New Year to LEMON (+ better update-copyright-header script)

2008-01-04Improved rename script to avoid "undirected digraph".
kpeter [Fri, 04 Jan 2008 00:47:08 +0000] rev 2552
Improved rename script to avoid "undirected digraph".

2007-12-31Include functional because of std::less.
ladanyi [Mon, 31 Dec 2007 19:21:21 +0000] rev 2551
Include functional because of std::less.

2007-12-30Changing degree of tournament tree
deba [Sun, 30 Dec 2007 18:23:32 +0000] rev 2550
Changing degree of tournament tree
Bug fix in union find
Small efficiency improvment in bipartite matchings

2007-12-29Test program for max weighted matchings
deba [Sat, 29 Dec 2007 15:11:41 +0000] rev 2549
Test program for max weighted matchings

2007-12-28Edmond's Blossom shrinking algroithm:
deba [Fri, 28 Dec 2007 11:00:51 +0000] rev 2548
Edmond's Blossom shrinking algroithm:
MaxWeightedMatching
MaxWeightedPerfectMatching

2007-12-27Renaming state_enum to State
deba [Thu, 27 Dec 2007 13:40:16 +0000] rev 2547
Renaming state_enum to State
Removing "Type" suffix from typedefs
Moving implementation into the class definition

2007-12-20Bug fix in erase
deba [Thu, 20 Dec 2007 15:21:22 +0000] rev 2546
Bug fix in erase

2007-12-20Casting index to int
deba [Thu, 20 Dec 2007 15:13:06 +0000] rev 2545
Casting index to int

2007-12-19Bug fix (Circulation interface changed).
kpeter [Wed, 19 Dec 2007 22:23:28 +0000] rev 2544
Bug fix (Circulation interface changed).

2007-12-19Change the local variables lower case
alpar [Wed, 19 Dec 2007 09:16:22 +0000] rev 2543
Change the local variables lower case

2007-12-17Bug fix
deba [Mon, 17 Dec 2007 09:54:26 +0000] rev 2542
Bug fix

2007-12-12Bug fix
deba [Wed, 12 Dec 2007 13:35:55 +0000] rev 2541
Bug fix

2007-12-11Avoiding warnings
deba [Tue, 11 Dec 2007 17:42:49 +0000] rev 2540
Avoiding warnings

2007-12-11DynEdgeLookUp implementation based on splay trees
deba [Tue, 11 Dec 2007 17:37:08 +0000] rev 2539
DynEdgeLookUp implementation based on splay trees
In general case it is slower than the static version, but it should not
refreshed on the change of the graph

2007-12-10Bug fix in doc
deba [Mon, 10 Dec 2007 16:34:31 +0000] rev 2538
Bug fix in doc

2007-12-10Using operation traits in dijkstra
deba [Mon, 10 Dec 2007 16:33:37 +0000] rev 2537
Using operation traits in dijkstra

2007-12-07Modified rename script (BpGraph instead of Bigraph).
kpeter [Fri, 07 Dec 2007 12:00:32 +0000] rev 2536
Modified rename script (BpGraph instead of Bigraph).

2007-12-05Redesigned CapacityScaling algorithm with almost the same interface.
kpeter [Wed, 05 Dec 2007 13:03:19 +0000] rev 2535
Redesigned CapacityScaling algorithm with almost the same interface.
The new version does not use the ResidualGraphAdaptor for performance reasons.
Scaling can be enabled and disabled with a parameter of the run() function.

2007-12-05Improved docs.
kpeter [Wed, 05 Dec 2007 12:57:24 +0000] rev 2534
Improved docs.

2007-12-05Bug fixes.
kpeter [Wed, 05 Dec 2007 01:43:02 +0000] rev 2533
Bug fixes.

2007-12-04Bug fixes in the rename script.
kpeter [Tue, 04 Dec 2007 18:51:35 +0000] rev 2532
Bug fixes in the rename script.

2007-12-04rename graphs script
deba [Tue, 04 Dec 2007 14:08:27 +0000] rev 2531
rename graphs script

2007-12-04Reimplementation of Hao-Orlin algorithm
deba [Tue, 04 Dec 2007 10:55:27 +0000] rev 2530
Reimplementation of Hao-Orlin algorithm
Little modifictaion in NagamochiIbaraki
More docs for minimum cut algorithms

2007-11-30Minor changes
deba [Fri, 30 Nov 2007 09:22:38 +0000] rev 2529
Minor changes

2007-11-28Gomory-Hu tree algorithm
deba [Wed, 28 Nov 2007 18:05:49 +0000] rev 2528
Gomory-Hu tree algorithm

2007-11-28bug fix
deba [Wed, 28 Nov 2007 18:01:38 +0000] rev 2527
bug fix
class without constructor error

2007-11-28Redesign Circulation interface according to new flow interface
deba [Wed, 28 Nov 2007 17:51:02 +0000] rev 2526
Redesign Circulation interface according to new flow interface
New greedy approach initialization

2007-11-28Using linked elevator
deba [Wed, 28 Nov 2007 17:40:41 +0000] rev 2525
Using linked elevator
It is conform to the Graph concept in that sense
the graph maps should not be ReferenceMap

2007-11-28Bug fix resetting activeness of node at initialization
deba [Wed, 28 Nov 2007 16:42:58 +0000] rev 2524
Bug fix resetting activeness of node at initialization

2007-11-27Fix warning when compiling with -Wall.
ladanyi [Tue, 27 Nov 2007 16:26:58 +0000] rev 2523
Fix warning when compiling with -Wall.

2007-11-27Performance bug in Preflow
deba [Tue, 27 Nov 2007 15:41:43 +0000] rev 2522
Performance bug in Preflow
The initial relabeling moved each node to the lowest level
Doc bug fix

2007-11-25Bugfix: using read-write map instead reference map
deba [Sun, 25 Nov 2007 22:56:44 +0000] rev 2521
Bugfix: using read-write map instead reference map

2007-11-21Better solution
deba [Wed, 21 Nov 2007 18:19:20 +0000] rev 2520
Better solution

2007-11-21Changed queue implementation
deba [Wed, 21 Nov 2007 13:35:10 +0000] rev 2519
Changed queue implementation

2007-11-21Bugfix in min cut computation
deba [Wed, 21 Nov 2007 13:34:38 +0000] rev 2518
Bugfix in min cut computation

2007-11-20Small changes in the documentation.
kpeter [Tue, 20 Nov 2007 21:40:55 +0000] rev 2517
Small changes in the documentation.

2007-11-20Nauty graph6 reader
deba [Tue, 20 Nov 2007 15:06:03 +0000] rev 2516
Nauty graph6 reader

2007-11-17Changing max flow interface
deba [Sat, 17 Nov 2007 21:41:01 +0000] rev 2515
Changing max flow interface

2007-11-17Redesign the maximum flow algorithms
deba [Sat, 17 Nov 2007 20:58:11 +0000] rev 2514
Redesign the maximum flow algorithms

Redesigned interface
Preflow changed to use elevator
Edmonds-Karp does not use the ResGraphAdaptor
Goldberg-Tarjan algorithm (Preflow with Dynamic Trees)
Dinitz-Sleator-Tarjan (Blocking flow with Dynamic Tree)

2007-11-14Query the result value of an expression
deba [Wed, 14 Nov 2007 17:53:08 +0000] rev 2513
Query the result value of an expression

2007-11-14Elevator: slight changes in elevator interface
deba [Wed, 14 Nov 2007 17:44:42 +0000] rev 2512
Elevator: slight changes in elevator interface
LinkedElevator: based on linked lists

2007-11-14IntegerMap
deba [Wed, 14 Nov 2007 17:42:48 +0000] rev 2511
IntegerMap

2007-11-14removing semicolon ftom the end of GRAPH_TYPEDEFS
deba [Wed, 14 Nov 2007 15:36:37 +0000] rev 2510
removing semicolon ftom the end of GRAPH_TYPEDEFS

2007-11-14Small changes in the min. cost flow classes.
kpeter [Wed, 14 Nov 2007 06:28:08 +0000] rev 2509
Small changes in the min. cost flow classes.

2007-11-08Planar graph coloring
deba [Thu, 08 Nov 2007 14:21:28 +0000] rev 2508
Planar graph coloring

2007-11-07Small bug fix.
kpeter [Wed, 07 Nov 2007 21:52:57 +0000] rev 2507
Small bug fix.

2007-10-30Change to new union-find interface
deba [Tue, 30 Oct 2007 20:44:53 +0000] rev 2506
Change to new union-find interface

2007-10-30Redesign interface of MaxMatching and UnionFindEnum
deba [Tue, 30 Oct 2007 20:21:10 +0000] rev 2505
Redesign interface of MaxMatching and UnionFindEnum
New class ExtendFindEnum

Faster MaxMatching

2007-10-30Bug fix
deba [Tue, 30 Oct 2007 10:51:07 +0000] rev 2504
Bug fix

2007-10-25Fix a typo that caused the failure of 'make dist'
alpar [Thu, 25 Oct 2007 16:57:43 +0000] rev 2503
Fix a typo that caused the failure of 'make dist'

2007-10-24BpUGraphReader and Writer
deba [Wed, 24 Oct 2007 16:31:49 +0000] rev 2502
BpUGraphReader and Writer

2007-10-20Forgotten images
deba [Sat, 20 Oct 2007 14:29:12 +0000] rev 2501
Forgotten images

2007-10-19planar doxygen group
deba [Fri, 19 Oct 2007 17:07:50 +0000] rev 2500
planar doxygen group

2007-10-19Planar Grid Embedding
deba [Fri, 19 Oct 2007 16:24:31 +0000] rev 2499
Planar Grid Embedding

2007-10-19Bug fix in undirected graphs (adding loops)
deba [Fri, 19 Oct 2007 15:21:07 +0000] rev 2498
Bug fix in undirected graphs (adding loops)
Bug fix in undirected edgesets (alteration notifying)

Redesigned undirected edgesets (like the smart or ugraph)

2007-10-19Build fix.
ladanyi [Fri, 19 Oct 2007 13:50:13 +0000] rev 2497
Build fix.

2007-10-17setAll for iterable bool maps
deba [Wed, 17 Oct 2007 12:46:14 +0000] rev 2496
setAll for iterable bool maps

2007-10-13Added the function isFinite(), and replaced the calls to finite() with it.
ladanyi [Sat, 13 Oct 2007 08:48:07 +0000] rev 2495
Added the function isFinite(), and replaced the calls to finite() with it.
This was necessary because finite() is not a standard function. Neither can
we use its standard counterpart isfinite(), because it was introduced only
in C99, and therefore it is not supplied by all C++ implementations.

2007-10-12Makefile fix.
ladanyi [Fri, 12 Oct 2007 22:19:03 +0000] rev 2494
Makefile fix.

2007-10-09Bad documentation
deba [Tue, 09 Oct 2007 17:46:06 +0000] rev 2493
Bad documentation

2007-10-09Adding doc
deba [Tue, 09 Oct 2007 17:13:17 +0000] rev 2492
Adding doc

2007-10-09Documentation for lemon tools
deba [Tue, 09 Oct 2007 17:11:42 +0000] rev 2491
Documentation for lemon tools

2007-10-09Minor bug fixes in documentation
deba [Tue, 09 Oct 2007 16:22:04 +0000] rev 2490
Minor bug fixes in documentation

2007-10-09Bug fix and redesign StdMap
deba [Tue, 09 Oct 2007 15:46:12 +0000] rev 2489
Bug fix and redesign StdMap
Improving map adaptors documentations

2007-10-09Bug fix in MaxMatching
deba [Tue, 09 Oct 2007 09:36:54 +0000] rev 2488
Bug fix in MaxMatching

2007-10-02Removing other occurences of cnt
deba [Tue, 02 Oct 2007 14:20:04 +0000] rev 2487
Removing other occurences of cnt

2007-10-02Doc bug fix
deba [Tue, 02 Oct 2007 14:15:18 +0000] rev 2486
Doc bug fix

2007-10-02New developers page
deba [Tue, 02 Oct 2007 12:34:43 +0000] rev 2485
New developers page
The participation period should be included

Bug fix in doc related to Graph concpets

Removing some todos!

2007-10-01make it compatible with current version of glpk
alpar [Mon, 01 Oct 2007 19:23:16 +0000] rev 2484
make it compatible with current version of glpk

2007-10-01- Gamma distributon random variable.
alpar [Mon, 01 Oct 2007 18:57:21 +0000] rev 2483
- Gamma distributon random variable.
- Test file for random.h

2007-10-01Missing header file added.
alpar [Mon, 01 Oct 2007 18:55:58 +0000] rev 2482
Missing header file added.

2007-09-30Avoiding warnings
deba [Sun, 30 Sep 2007 19:19:33 +0000] rev 2481
Avoiding warnings

2007-09-30Planarity checking and embedding
deba [Sun, 30 Sep 2007 19:14:33 +0000] rev 2480
Planarity checking and embedding

2007-09-28Once again bug fix in significant bit calculation
deba [Fri, 28 Sep 2007 12:42:14 +0000] rev 2479
Once again bug fix in significant bit calculation

2007-09-28The same for unsigned radix sort
deba [Fri, 28 Sep 2007 12:15:10 +0000] rev 2478
The same for unsigned radix sort

2007-09-28Bug fix in most significant digit calculation
deba [Fri, 28 Sep 2007 12:14:18 +0000] rev 2477
Bug fix in most significant digit calculation

2007-09-27Bug fixes in the documentation (mainly bad references).
kpeter [Thu, 27 Sep 2007 13:04:06 +0000] rev 2476
Bug fixes in the documentation (mainly bad references).

2007-09-26Generate tools documentation
deba [Wed, 26 Sep 2007 14:37:48 +0000] rev 2475
Generate tools documentation

2007-09-19Small bug fixes and changes in the documentation.
kpeter [Wed, 19 Sep 2007 23:35:27 +0000] rev 2474
Small bug fixes and changes in the documentation.

2007-09-16Small improvement in documentation.
kpeter [Sun, 16 Sep 2007 14:21:12 +0000] rev 2473
Small improvement in documentation.

2007-09-16Missing header.
kpeter [Sun, 16 Sep 2007 13:29:42 +0000] rev 2472
Missing header.

2007-09-13Small changes in min. cost flow algorithms.
kpeter [Thu, 13 Sep 2007 22:06:54 +0000] rev 2471
Small changes in min. cost flow algorithms.

2007-09-13Small bug fixes.
kpeter [Thu, 13 Sep 2007 22:05:32 +0000] rev 2470
Small bug fixes.

2007-08-31Invalid assignments ambiguity handling
deba [Fri, 31 Aug 2007 08:40:49 +0000] rev 2469
Invalid assignments ambiguity handling

2007-08-28More simple interface for PathDumper
deba [Tue, 28 Aug 2007 14:13:40 +0000] rev 2468
More simple interface for PathDumper

2007-08-28PathNodeIt
deba [Tue, 28 Aug 2007 14:00:42 +0000] rev 2467
PathNodeIt

PathWriter/Reader structures
Distinict MapSet readers and writers

2007-08-28Redesign of augmenting path based matching
deba [Tue, 28 Aug 2007 13:58:54 +0000] rev 2466
Redesign of augmenting path based matching
Small bug fix in the push-relabel based

2007-08-25Consider the CPXMIP_OPTIMAL_TOL status as OPTIMAL too.
ladanyi [Sat, 25 Aug 2007 10:12:03 +0000] rev 2465
Consider the CPXMIP_OPTIMAL_TOL status as OPTIMAL too.

2007-08-24uedgeset is an alias for edgeset
deba [Fri, 24 Aug 2007 14:32:55 +0000] rev 2464
uedgeset is an alias for edgeset

2007-08-21Query functions: aMatching and bMatching
deba [Tue, 21 Aug 2007 13:22:21 +0000] rev 2463
Query functions: aMatching and bMatching
Modified algorithm function interfaces
ANodeMap<UEdge> matching map
BNodeMap<bool> barrier map

Consistency between augmenting path and push-relabel algorithm

2007-08-11Common interface for bipartite matchings
deba [Sat, 11 Aug 2007 16:34:41 +0000] rev 2462
Common interface for bipartite matchings
Some useful query function for push-relabel based matching

The naming should be rethink for these classes
for example: pr-ap prefix for push-relabel and augmenting path
algorithms

2007-07-26Reporting invalid ID
deba [Thu, 26 Jul 2007 13:59:12 +0000] rev 2461
Reporting invalid ID

2007-07-26Correction in the line numbering method
deba [Thu, 26 Jul 2007 12:18:02 +0000] rev 2460
Correction in the line numbering method

2007-07-05Sample input for sat-2 and sat demos
deba [Thu, 05 Jul 2007 16:39:42 +0000] rev 2459
Sample input for sat-2 and sat demos

2007-06-26The mip column addition hack is necessary only for 4.16
deba [Tue, 26 Jun 2007 14:02:08 +0000] rev 2458
The mip column addition hack is necessary only for 4.16

2007-06-15Improvments in min cost flow algorithms
deba [Fri, 15 Jun 2007 14:36:24 +0000] rev 2457
Improvments in min cost flow algorithms
- improved cycle cancelling

2007-06-15Space reservation for SmartGraph
deba [Fri, 15 Jun 2007 14:32:48 +0000] rev 2456
Space reservation for SmartGraph

Doc improvments

2007-06-15Using set() instead of assignment
deba [Fri, 15 Jun 2007 14:31:14 +0000] rev 2455
Using set() instead of assignment

2007-06-12Spellcheck
alpar [Tue, 12 Jun 2007 14:34:28 +0000] rev 2454
Spellcheck

2007-06-07Correction for multiple point on starting sweep line
deba [Thu, 07 Jun 2007 20:07:29 +0000] rev 2453
Correction for multiple point on starting sweep line

2007-06-05Update the demo file of Circulation
alpar [Tue, 05 Jun 2007 17:30:52 +0000] rev 2452
Update the demo file of Circulation

2007-06-05Two new constructors added to dim2::BoundingBox
alpar [Tue, 05 Jun 2007 17:29:46 +0000] rev 2451
Two new constructors added to dim2::BoundingBox

2007-06-05Negate the meaning of the delta parameter
alpar [Tue, 05 Jun 2007 17:27:54 +0000] rev 2450
Negate the meaning of the delta parameter

2007-06-05Minor improvement in Tutorial
alpar [Tue, 05 Jun 2007 17:24:35 +0000] rev 2449
Minor improvement in Tutorial

2007-06-05Bugfix and improvement in -tsp2 algorithm
alpar [Tue, 05 Jun 2007 14:48:20 +0000] rev 2448
Bugfix and improvement in -tsp2 algorithm

2007-06-05Delaunay triangulation
deba [Tue, 05 Jun 2007 11:49:19 +0000] rev 2447
Delaunay triangulation
Faster geometric minimum spanning tree

2007-06-05A minimum spanning tree based TSP algorithm is added (-tsp2)
alpar [Tue, 05 Jun 2007 10:59:16 +0000] rev 2446
A minimum spanning tree based TSP algorithm is added (-tsp2)

2007-06-05- Fix a serious bug in UEulerIt
alpar [Tue, 05 Jun 2007 10:57:26 +0000] rev 2445
- Fix a serious bug in UEulerIt
- Add a conversion to UEdge
- Make some member funtions to be 'const'

2007-05-11Patch in network simplex
deba [Fri, 11 May 2007 16:03:20 +0000] rev 2444
Patch in network simplex

Patch from Peter Kovacs

2007-05-11Patch for retrieving reached/processed node in dijkstra, bfs and dfs
deba [Fri, 11 May 2007 16:02:53 +0000] rev 2443
Patch for retrieving reached/processed node in dijkstra, bfs and dfs

Patch from Peter Kovacs

2007-05-10Bug fix
deba [Thu, 10 May 2007 14:56:05 +0000] rev 2442
Bug fix

2007-05-07Conformity to new GLPK interface
deba [Mon, 07 May 2007 18:19:55 +0000] rev 2441
Conformity to new GLPK interface
Hacking Mip without integer variables

2007-05-07Various min cost flow solvers
deba [Mon, 07 May 2007 11:42:18 +0000] rev 2440
Various min cost flow solvers

Patch from Peter Kovacs

2007-05-07Modified start() function in Dfs and Dijkstra classes to give back reached
deba [Mon, 07 May 2007 08:49:57 +0000] rev 2439
Modified start() function in Dfs and Dijkstra classes to give back reached
edge/node.

Patch from Peter Kovacs

2007-05-07Bug fix in Bfs class.
deba [Mon, 07 May 2007 08:48:40 +0000] rev 2438
Bug fix in Bfs class.

Patch from Peter Kovacs

2007-05-07Small improvements in MinMeanCycle class.
deba [Mon, 07 May 2007 08:47:38 +0000] rev 2437
Small improvements in MinMeanCycle class.

Patch from Peter Kovacs

2007-04-24Integer parameters also convert to double
alpar [Tue, 24 Apr 2007 09:39:01 +0000] rev 2436
Integer parameters also convert to double

2007-04-20Fix the bug
alpar [Fri, 20 Apr 2007 17:26:38 +0000] rev 2435
Fix the bug

2007-04-20Test the repository checking service
alpar [Fri, 20 Apr 2007 17:24:05 +0000] rev 2434
Test the repository checking service

2007-04-20Fix the test bug
alpar [Fri, 20 Apr 2007 16:22:03 +0000] rev 2433
Fix the test bug

2007-04-20Sorry...
ladanyi [Fri, 20 Apr 2007 15:53:06 +0000] rev 2432
Sorry...

2007-04-20fix to compile with gcc 4.1.2
ladanyi [Fri, 20 Apr 2007 15:51:54 +0000] rev 2431
fix to compile with gcc 4.1.2

2007-04-20Test broken repository warning
alpar [Fri, 20 Apr 2007 14:50:42 +0000] rev 2430
Test broken repository warning

2007-04-20Renaming topology doxygen group
deba [Fri, 20 Apr 2007 14:49:21 +0000] rev 2429
Renaming topology doxygen group

2007-04-20Doc change
deba [Fri, 20 Apr 2007 14:47:19 +0000] rev 2428
Doc change

2007-04-20Clear for unionfinds
deba [Fri, 20 Apr 2007 14:06:08 +0000] rev 2427
Clear for unionfinds

2007-04-19Allowing 'string' type quoting
deba [Thu, 19 Apr 2007 15:14:34 +0000] rev 2426
Allowing 'string' type quoting

2007-04-19Helper classs for checking existence of a nested class
deba [Thu, 19 Apr 2007 15:12:59 +0000] rev 2425
Helper classs for checking existence of a nested class

2007-04-19Redesigned Kruskal algorithm
deba [Thu, 19 Apr 2007 15:11:58 +0000] rev 2424
Redesigned Kruskal algorithm

The interface of function type implementation is not changed
Additional class type implementation

2007-04-19Corrections on StoreBoolMap
deba [Thu, 19 Apr 2007 15:09:08 +0000] rev 2423
Corrections on StoreBoolMap
- *insert_iterator has void value_type
- use const setting

2007-04-19Doc fix
deba [Thu, 19 Apr 2007 15:07:03 +0000] rev 2422
Doc fix

2007-04-18Small changes
deba [Wed, 18 Apr 2007 16:35:04 +0000] rev 2421
Small changes

2007-04-18Demo program for SAT problems
deba [Wed, 18 Apr 2007 16:34:40 +0000] rev 2420
Demo program for SAT problems

2007-04-11Added SimplePath::front().
ladanyi [Wed, 11 Apr 2007 07:34:40 +0000] rev 2419
Added SimplePath::front().

2007-04-10Slight modifications.
athos [Tue, 10 Apr 2007 09:01:30 +0000] rev 2418
Slight modifications.

2007-04-06Parameter reordering
deba [Fri, 06 Apr 2007 22:50:27 +0000] rev 2417
Parameter reordering

Patch from Kovacs Peter

2007-03-30Small improvments
deba [Fri, 30 Mar 2007 14:17:28 +0000] rev 2416
Small improvments

2007-03-27I only corrected bugs to make things compile: some featured not implemented here yet.
athos [Tue, 27 Mar 2007 09:23:33 +0000] rev 2415
I only corrected bugs to make things compile: some featured not implemented here yet.

2007-03-26Bug fix
deba [Mon, 26 Mar 2007 10:44:03 +0000] rev 2414
Bug fix
Wrong renaming

2007-03-22Right dimacs format for min cost flows
deba [Thu, 22 Mar 2007 15:40:50 +0000] rev 2413
Right dimacs format for min cost flows
Bug fixes in tolerance and min_mean_cycle

2007-03-22Append the svn revision number to the version string automatically.
ladanyi [Thu, 22 Mar 2007 06:36:50 +0000] rev 2412
Append the svn revision number to the version string automatically.

2007-03-14Bug fix
deba [Wed, 14 Mar 2007 18:58:33 +0000] rev 2411
Bug fix

2007-03-14dim_to_lgf
deba [Wed, 14 Mar 2007 18:01:04 +0000] rev 2410
dim_to_lgf
- use the argparser class
arg_parser improvments
- usage of assert in cc
- const char** argv
error
- handling the string parameter

2007-03-13Minimum mean cycle algorithm contributed by Peter Kovacs.
alpar [Tue, 13 Mar 2007 16:32:35 +0000] rev 2409
Minimum mean cycle algorithm contributed by Peter Kovacs.

2007-03-13Doc improvements contributed by Peter Kovacs.
alpar [Tue, 13 Mar 2007 15:42:06 +0000] rev 2408
Doc improvements contributed by Peter Kovacs.

2007-03-13Using LEMON_ASSERT instead of LogicError()
alpar [Tue, 13 Mar 2007 15:35:56 +0000] rev 2407
Using LEMON_ASSERT instead of LogicError()

2007-03-13Better doc.
alpar [Tue, 13 Mar 2007 12:33:40 +0000] rev 2406
Better doc.

2007-03-12Missing template keyword bug
deba [Mon, 12 Mar 2007 15:00:33 +0000] rev 2405
Missing template keyword bug

2007-03-12dim_to_lgf has been moved to tools/ (from demo/)
alpar [Mon, 12 Mar 2007 13:57:53 +0000] rev 2404
dim_to_lgf has been moved to tools/ (from demo/)

2007-03-12The lemon repository has been renamed
alpar [Mon, 12 Mar 2007 13:45:50 +0000] rev 2403
The lemon repository has been renamed

2007-03-12An improved version of ArgParser: You don't need to give an explicit storage
alpar [Mon, 12 Mar 2007 13:26:56 +0000] rev 2402
An improved version of ArgParser: You don't need to give an explicit storage
for each option.
TODO: Documentation must be updated

2007-03-07Data hiding
deba [Wed, 07 Mar 2007 13:32:12 +0000] rev 2401
Data hiding
Const members

2007-03-07Steiner 2-approximation demo
deba [Wed, 07 Mar 2007 12:00:59 +0000] rev 2400
Steiner 2-approximation demo

2007-03-07More query functions
deba [Wed, 07 Mar 2007 11:57:51 +0000] rev 2399
More query functions

2007-03-07Little interface improvment
deba [Wed, 07 Mar 2007 11:57:23 +0000] rev 2398
Little interface improvment

2007-03-07Some design correction
deba [Wed, 07 Mar 2007 11:56:53 +0000] rev 2397
Some design correction

2007-03-07naming convention:
deba [Wed, 07 Mar 2007 11:56:14 +0000] rev 2396
naming convention:
header sentry

2007-03-06Correction of urls and email addresses
deba [Tue, 06 Mar 2007 17:04:16 +0000] rev 2395
Correction of urls and email addresses

2007-03-06Bug fix missing include
deba [Tue, 06 Mar 2007 17:03:37 +0000] rev 2394
Bug fix missing include

2007-03-06Bug fix
deba [Tue, 06 Mar 2007 16:57:15 +0000] rev 2393
Bug fix
from Kovacs Peter

2007-03-05Bug whit Parent typedef in SplitGraphAdaptor::CombinedEdgeMap
deba [Mon, 05 Mar 2007 17:10:58 +0000] rev 2392
Bug whit Parent typedef in SplitGraphAdaptor::CombinedEdgeMap
Fixing graph to eps parameters for demo

2007-03-03Happy New Year to all source files!
alpar [Sat, 03 Mar 2007 16:30:37 +0000] rev 2391
Happy New Year to all source files!

2007-03-03- '-Wshadow' seemed to strict therefore removed
alpar [Sat, 03 Mar 2007 16:04:50 +0000] rev 2390
- '-Wshadow' seemed to strict therefore removed
- a tools directory added for useful executables codes
- tools/lgf-gen.cc (a random graph generator) added

2007-03-03arg_parser.h: A command line argument parser.
alpar [Sat, 03 Mar 2007 12:05:05 +0000] rev 2389
arg_parser.h: A command line argument parser.
dist_log.h: A tool for measuring one and two dimensional distributions.

2007-03-03More doc.
alpar [Sat, 03 Mar 2007 12:00:32 +0000] rev 2388
More doc.

2007-03-03Fix icc compilation failures
alpar [Sat, 03 Mar 2007 11:57:07 +0000] rev 2387
Fix icc compilation failures

2007-03-02Hard Warning checking
deba [Fri, 02 Mar 2007 18:04:28 +0000] rev 2386
Hard Warning checking
- based on the remark of the ZIB user
- we do not use -Winline

2007-03-02Bug fix
deba [Fri, 02 Mar 2007 17:56:22 +0000] rev 2385
Bug fix
Setting _pred in init()

2007-03-01getNotifier to notifier renaming
deba [Thu, 01 Mar 2007 17:14:24 +0000] rev 2384
getNotifier to notifier renaming

2007-03-01steiner.h into the makefile
deba [Thu, 01 Mar 2007 16:50:12 +0000] rev 2383
steiner.h into the makefile

2007-03-012-approximation of Steiner-tree problem
deba [Thu, 01 Mar 2007 16:47:49 +0000] rev 2382
2-approximation of Steiner-tree problem

2007-03-01Bug fix
deba [Thu, 01 Mar 2007 16:47:23 +0000] rev 2381
Bug fix

2007-03-01ball2() -> disc() renaming
alpar [Thu, 01 Mar 2007 16:04:12 +0000] rev 2380
ball2() -> disc() renaming

2007-03-01Prescaling can be turned off
alpar [Thu, 01 Mar 2007 16:03:36 +0000] rev 2379
Prescaling can be turned off

2007-02-21Once again minor doc changes
deba [Wed, 21 Feb 2007 13:51:45 +0000] rev 2378
Once again minor doc changes

2007-02-21Minor changes
deba [Wed, 21 Feb 2007 13:49:19 +0000] rev 2377
Minor changes

2007-02-21Reorganization of the modules and groups
deba [Wed, 21 Feb 2007 13:30:21 +0000] rev 2376
Reorganization of the modules and groups

2007-02-20A preflow based general network circulation algorithm and a simple demo
alpar [Tue, 20 Feb 2007 15:53:33 +0000] rev 2375
A preflow based general network circulation algorithm and a simple demo

2007-02-20Some two dimensional random distribution added.
alpar [Tue, 20 Feb 2007 13:01:22 +0000] rev 2374
Some two dimensional random distribution added.
They should be revised.

2007-02-20Doc improvements
alpar [Tue, 20 Feb 2007 12:55:37 +0000] rev 2373
Doc improvements

2007-02-19Adding original license to the file
deba [Mon, 19 Feb 2007 19:55:13 +0000] rev 2372
Adding original license to the file
+ buffered bit generation

2007-02-19Minor fix
deba [Mon, 19 Feb 2007 19:54:28 +0000] rev 2371
Minor fix

2007-02-19Some documentation changes
deba [Mon, 19 Feb 2007 18:56:11 +0000] rev 2370
Some documentation changes

2007-02-19Naming convention changes
deba [Mon, 19 Feb 2007 18:21:28 +0000] rev 2369
Naming convention changes

setObj => obj
is_min => isMin
is_max => isMax

2007-02-19Bug fixes
deba [Mon, 19 Feb 2007 12:11:41 +0000] rev 2368
Bug fixes
Documentation

2007-02-19More adequate doc.
alpar [Mon, 19 Feb 2007 09:55:43 +0000] rev 2367
More adequate doc.

2007-02-16Using const in lp interface
deba [Fri, 16 Feb 2007 19:11:31 +0000] rev 2366
Using const in lp interface
colByName functionality

2007-02-16Check Soplex support, as well
alpar [Fri, 16 Feb 2007 15:57:48 +0000] rev 2365
Check Soplex support, as well

2007-02-15Lp row and col getter function
deba [Thu, 15 Feb 2007 19:15:14 +0000] rev 2364
Lp row and col getter function
lp section reader and writer for lemon IO

2007-02-15Changes on the LP interface
deba [Thu, 15 Feb 2007 14:22:08 +0000] rev 2363
Changes on the LP interface

_FixId => LpId
- handling of not common ids // soplex
LpGlpk row and col erase bug fix
- calling lpx_std_basis before simplex
LpSoplex
- added getter functions
- better m4 file
- integration to the tests
- better handling of unsolved lps

2007-02-15Small changes
deba [Thu, 15 Feb 2007 13:06:23 +0000] rev 2362
Small changes

2007-02-14Implemented virtual functions of class LpCplex.
athos [Wed, 14 Feb 2007 13:50:25 +0000] rev 2361
Implemented virtual functions of class LpCplex.

2007-02-12Lagrange relaxation based algorithm for the delay constrained least cost
alpar [Mon, 12 Feb 2007 17:54:36 +0000] rev 2360
Lagrange relaxation based algorithm for the delay constrained least cost
path problem.

2007-02-12Some spellcheck
deba [Mon, 12 Feb 2007 10:27:03 +0000] rev 2359
Some spellcheck

2007-02-12Dijkstra could return the temporarly distance of the current node
deba [Mon, 12 Feb 2007 10:25:56 +0000] rev 2358
Dijkstra could return the temporarly distance of the current node

2007-02-11Some bug fix
deba [Sun, 11 Feb 2007 16:34:51 +0000] rev 2357
Some bug fix
RevIt => RevEdgeIt renaming

2007-02-07Further doc improvements
alpar [Wed, 07 Feb 2007 18:07:10 +0000] rev 2356
Further doc improvements

2007-02-06Two new distributions added:
alpar [Tue, 06 Feb 2007 19:16:26 +0000] rev 2355
Two new distributions added:
- Gaussian distribution generated using the polar form of the Box-Muller
transformation,
- Exponential distribution generated using inverse cdf.

2007-02-06Doc improvements
alpar [Tue, 06 Feb 2007 19:09:17 +0000] rev 2354
Doc improvements

2007-01-25A push/relabel type max cardinality matching implementation.
alpar [Thu, 25 Jan 2007 14:38:55 +0000] rev 2353
A push/relabel type max cardinality matching implementation.
(slightly incompatible with bipartite_matching.h)

2007-01-25Doc improvements
alpar [Thu, 25 Jan 2007 14:36:21 +0000] rev 2352
Doc improvements

2007-01-23Correction of the wrong base class
deba [Tue, 23 Jan 2007 13:13:39 +0000] rev 2351
Correction of the wrong base class

2007-01-23Several doc improvements.
alpar [Tue, 23 Jan 2007 12:51:39 +0000] rev 2350
Several doc improvements.

2007-01-22Small bug corrected.
athos [Mon, 22 Jan 2007 12:13:57 +0000] rev 2349
Small bug corrected.

2007-01-22- Some bugfixes
alpar [Mon, 22 Jan 2007 10:22:14 +0000] rev 2348
- Some bugfixes
- Better doc
- liftToTop(), liftTo() added

2007-01-19Spellcheck
alpar [Fri, 19 Jan 2007 17:27:22 +0000] rev 2347
Spellcheck

2007-01-19elevator.h: A class for handling item labels in push-relabel type algorithms
alpar [Fri, 19 Jan 2007 17:15:15 +0000] rev 2346
elevator.h: A class for handling item labels in push-relabel type algorithms

2007-01-12One important thing only: equality-type constraint can now be added to an lp. The prettyPrint functions are not too pretty yet, I accept.
athos [Fri, 12 Jan 2007 16:29:06 +0000] rev 2345
One important thing only: equality-type constraint can now be added to an lp. The prettyPrint functions are not too pretty yet, I accept.

2007-01-11Bug fix
deba [Thu, 11 Jan 2007 22:08:18 +0000] rev 2344
Bug fix

2007-01-11G++-3.3 conform solution
deba [Thu, 11 Jan 2007 21:58:30 +0000] rev 2343
G++-3.3 conform solution

2007-01-11Bug fix
deba [Thu, 11 Jan 2007 21:35:14 +0000] rev 2342
Bug fix

2007-01-11Undirected minimum cut benchmarking
deba [Thu, 11 Jan 2007 21:27:51 +0000] rev 2341
Undirected minimum cut benchmarking

2007-01-11Make Hao-Orlin epsilon-safe
deba [Thu, 11 Jan 2007 21:22:39 +0000] rev 2340
Make Hao-Orlin epsilon-safe

2007-01-11Bug fix
deba [Thu, 11 Jan 2007 21:20:57 +0000] rev 2339
Bug fix

2007-01-11Changing implementation of undirected graphs
deba [Thu, 11 Jan 2007 21:06:47 +0000] rev 2338
Changing implementation of undirected graphs
slightly faster, 10% speed-up

2007-01-11Adding two heuristics
deba [Thu, 11 Jan 2007 21:05:00 +0000] rev 2337
Adding two heuristics
Based on:
http://www.avglab.com/andrew/pub/neci-tr-96-132.ps

2007-01-09Nothing serious.
athos [Tue, 09 Jan 2007 11:42:43 +0000] rev 2336
Nothing serious.

2007-01-08New path concept and path structures
deba [Mon, 08 Jan 2007 10:39:59 +0000] rev 2335
New path concept and path structures

TODO: BellmanFord::negativeCycle()

2007-01-05I only corrected some errors in the documentation.
athos [Fri, 05 Jan 2007 10:59:18 +0000] rev 2334
I only corrected some errors in the documentation.

2006-12-19MACROS for debug map usage
deba [Tue, 19 Dec 2006 15:53:42 +0000] rev 2333
MACROS for debug map usage

2006-12-19Bug fix
deba [Tue, 19 Dec 2006 14:00:43 +0000] rev 2332
Bug fix

2006-12-18Easier inverse than m.inverse()[a] => m(a)
deba [Mon, 18 Dec 2006 14:35:33 +0000] rev 2331
Easier inverse than m.inverse()[a] => m(a)

2006-12-18Better handling of inexact computation.
deba [Mon, 18 Dec 2006 10:12:07 +0000] rev 2330
Better handling of inexact computation.
We do not use tolerance for excess, just for edges

2006-12-12clone => build renaming
deba [Tue, 12 Dec 2006 13:35:52 +0000] rev 2329
clone => build renaming

2006-12-07Query functions have been implemented for GLPK (CPLEX breaks at the moment, I guess): These functions include:
athos [Thu, 07 Dec 2006 16:10:54 +0000] rev 2328
Query functions have been implemented for GLPK (CPLEX breaks at the moment, I guess): These functions include:
retrieving one element of the coeff. matrix
retrieving one element of the obj function
lower bd for a variable
upper bound for a variable
lower and upper bounds for a row (these can not be handled separately at the moment)
direction of the optimization (is_max() function)

2006-12-04More sophisticated warning messages.
alpar [Mon, 04 Dec 2006 18:09:09 +0000] rev 2327
More sophisticated warning messages.

2006-12-04Fix 'unused variable' warnings
alpar [Mon, 04 Dec 2006 18:08:30 +0000] rev 2326
Fix 'unused variable' warnings

2006-12-04Oops. I did not mean to break the repository.
athos [Mon, 04 Dec 2006 16:51:46 +0000] rev 2325
Oops. I did not mean to break the repository.

2006-12-04Some query functions got implemented, but only for GLPK.
athos [Mon, 04 Dec 2006 16:48:13 +0000] rev 2324
Some query functions got implemented, but only for GLPK.

2006-12-04Check for gcc version 3.3, 3.4 and 4.0 as well
alpar [Mon, 04 Dec 2006 15:00:24 +0000] rev 2323
Check for gcc version 3.3, 3.4 and 4.0 as well

2006-12-04Send the output to /dev/null
alpar [Mon, 04 Dec 2006 14:29:58 +0000] rev 2322
Send the output to /dev/null

2006-12-04Copy constructor for LpGlpk
alpar [Mon, 04 Dec 2006 13:13:14 +0000] rev 2321
Copy constructor for LpGlpk

2006-11-30Automatic doc generation from the SVN trunk
alpar [Thu, 30 Nov 2006 16:40:09 +0000] rev 2320
Automatic doc generation from the SVN trunk

2006-11-30- Change the subjects of broken repository mail alerts.
alpar [Thu, 30 Nov 2006 14:42:18 +0000] rev 2319
- Change the subjects of broken repository mail alerts.
- Do not send the log file to the list

2006-11-30Send broken repository alert also to lemon-commits@lemon.cs.elte.hu.
alpar [Thu, 30 Nov 2006 14:38:18 +0000] rev 2318
Send broken repository alert also to lemon-commits@lemon.cs.elte.hu.

2006-11-30Put server services related scripts under the server-services folder.
alpar [Thu, 30 Nov 2006 13:43:49 +0000] rev 2317
Put server services related scripts under the server-services folder.

2006-11-29Lp section reader
deba [Wed, 29 Nov 2006 17:35:31 +0000] rev 2316
Lp section reader

2006-11-29Configuration files for soplex
deba [Wed, 29 Nov 2006 17:34:29 +0000] rev 2315
Configuration files for soplex

2006-11-29checking soplex
deba [Wed, 29 Nov 2006 17:32:03 +0000] rev 2314
checking soplex

2006-11-29Preliminary soplex support
deba [Wed, 29 Nov 2006 17:30:21 +0000] rev 2313
Preliminary soplex support

2006-11-29modified _setColCoeff and _setRowCoeff parameters
deba [Wed, 29 Nov 2006 15:01:13 +0000] rev 2312
modified _setColCoeff and _setRowCoeff parameters
const simplify() for expressions

2006-11-28make 'commit-checker' silent
alpar [Tue, 28 Nov 2006 17:25:22 +0000] rev 2311
make 'commit-checker' silent

2006-11-28- update graph_oriantation.cc to be in line with the renamed xy and with the
alpar [Tue, 28 Nov 2006 17:15:50 +0000] rev 2310
- update graph_oriantation.cc to be in line with the renamed xy and with the
new graphToEps() scaling.
- Fix and external directory build problem in Doxyfile.in

2006-11-28Make the constructors of ColIt public.
alpar [Tue, 28 Nov 2006 12:36:51 +0000] rev 2309
Make the constructors of ColIt public.

2006-11-24Erasing unionfind Item template parameter
deba [Fri, 24 Nov 2006 14:24:43 +0000] rev 2308
Erasing unionfind Item template parameter

2006-11-21Some doc fix
deba [Tue, 21 Nov 2006 18:29:31 +0000] rev 2307
Some doc fix

2006-11-21BfsVisitor
deba [Tue, 21 Nov 2006 18:22:08 +0000] rev 2306
BfsVisitor
Bipartite partitions based on visitors

topology_demo.cc => scaleToA4 works without extra parameters

2006-11-21Keeping order of alteration observers
deba [Tue, 21 Nov 2006 17:28:08 +0000] rev 2305
Keeping order of alteration observers

Removing some automatic callback generation
// exception safety reason

2006-11-20Doc fix.
ladanyi [Mon, 20 Nov 2006 10:14:21 +0000] rev 2304
Doc fix.

2006-11-14ColIt added. (Untested, but at least it compiles.)
alpar [Tue, 14 Nov 2006 09:49:26 +0000] rev 2303
ColIt added. (Untested, but at least it compiles.)

2006-11-13Test the automatic compilation checker 1/2: fix the repo again
alpar [Mon, 13 Nov 2006 18:58:39 +0000] rev 2302
Test the automatic compilation checker 1/2: fix the repo again

2006-11-13Test the automatic compilation checker 1/2: make a bug
alpar [Mon, 13 Nov 2006 18:46:19 +0000] rev 2301
Test the automatic compilation checker 1/2: make a bug

2006-11-13Conditional execution until the target is reached
deba [Mon, 13 Nov 2006 12:30:59 +0000] rev 2300
Conditional execution until the target is reached
/previous implementation: until the target is the next to process/

todo: query the target when we give nodemap as condition

2006-11-09Bugfix: didn't removed the lock file if something went wrong
alpar [Thu, 09 Nov 2006 00:50:07 +0000] rev 2299
Bugfix: didn't removed the lock file if something went wrong

2006-11-09Test the automatic compilation checker 3/3: fix repo again
alpar [Thu, 09 Nov 2006 00:23:26 +0000] rev 2298
Test the automatic compilation checker 3/3: fix repo again

2006-11-09Test the automatic compilation checker 2/3: wrong commit
alpar [Thu, 09 Nov 2006 00:19:53 +0000] rev 2297
Test the automatic compilation checker 2/3: wrong commit

2006-11-09Test the automatic compilation checker 1/3
alpar [Thu, 09 Nov 2006 00:14:15 +0000] rev 2296
Test the automatic compilation checker 1/3

2006-11-08Send message to the commit author, as well
alpar [Wed, 08 Nov 2006 23:40:08 +0000] rev 2295
Send message to the commit author, as well

2006-11-08Script for automatic checking of SVN commit's consistency
alpar [Wed, 08 Nov 2006 23:28:14 +0000] rev 2294
Script for automatic checking of SVN commit's consistency

2006-11-03First implementation of the static graph class
deba [Fri, 03 Nov 2006 16:29:32 +0000] rev 2293
First implementation of the static graph class
It could be improved to get better running times on benchmarks

2006-11-03General mapping based variant type
deba [Fri, 03 Nov 2006 15:21:52 +0000] rev 2292
General mapping based variant type

2006-11-03Spellchecking
deba [Fri, 03 Nov 2006 14:24:44 +0000] rev 2291
Spellchecking

2006-11-03GraphCopy and UGraphCopy modifications
deba [Fri, 03 Nov 2006 14:20:24 +0000] rev 2290
GraphCopy and UGraphCopy modifications
Preliminary support for static graphs
=> cloning graphs

Added BpUGraphCopy

Tests for graph copies

2006-11-03Strict checking disabled
deba [Fri, 03 Nov 2006 14:14:05 +0000] rev 2289
Strict checking disabled

2006-10-31Corrected some typos and grammatical errors.
athos [Tue, 31 Oct 2006 15:57:53 +0000] rev 2288
Corrected some typos and grammatical errors.

2006-10-31Removing template Map template parameter from InvertableMaps
deba [Tue, 31 Oct 2006 14:56:13 +0000] rev 2287
Removing template Map template parameter from InvertableMaps

2006-10-31The implementation of the graph copy is changed
deba [Tue, 31 Oct 2006 14:41:12 +0000] rev 2286
The implementation of the graph copy is changed
Make explicit more constructors

2006-10-31Bug fix
deba [Tue, 31 Oct 2006 14:31:13 +0000] rev 2285
Bug fix

2006-10-31Renaming MinCut
deba [Tue, 31 Oct 2006 14:30:54 +0000] rev 2284
Renaming MinCut

2006-10-31Bug fix
deba [Tue, 31 Oct 2006 14:28:27 +0000] rev 2283
Bug fix

2006-10-31Bug fixes
deba [Tue, 31 Oct 2006 14:27:58 +0000] rev 2282
Bug fixes

2006-10-31tutorial update
mqrelly [Tue, 31 Oct 2006 09:32:44 +0000] rev 2281
tutorial update
algorithms, and graph visualisation

2006-10-31One more refinement lemon-0.6
alpar [Tue, 31 Oct 2006 08:46:18 +0000] rev 2280
One more refinement

2006-10-31Update scripts
alpar [Tue, 31 Oct 2006 08:39:01 +0000] rev 2279
Update scripts

2006-10-31update for version 0.6
alpar [Tue, 31 Oct 2006 08:32:28 +0000] rev 2278
update for version 0.6

2006-10-31icpc-9.0 compilation bugfix
alpar [Tue, 31 Oct 2006 08:28:55 +0000] rev 2277
icpc-9.0 compilation bugfix

2006-10-30Min cost flow is renamed to SspMinCostFlow
deba [Mon, 30 Oct 2006 17:22:14 +0000] rev 2276
Min cost flow is renamed to SspMinCostFlow

2006-10-30Small bugs in the documentation 2.
athos [Mon, 30 Oct 2006 16:26:13 +0000] rev 2275
Small bugs in the documentation 2.

2006-10-30Turn off 32 bit only tests, cont'd.
alpar [Mon, 30 Oct 2006 16:19:18 +0000] rev 2274
Turn off 32 bit only tests, cont'd.

2006-10-30Small bugs in the documentation.
athos [Mon, 30 Oct 2006 16:12:44 +0000] rev 2273
Small bugs in the documentation.

2006-10-30Turn off 32 bit only tests.
alpar [Mon, 30 Oct 2006 15:29:50 +0000] rev 2272
Turn off 32 bit only tests.

2006-10-30repository cleanup
alpar [Mon, 30 Oct 2006 15:23:35 +0000] rev 2271
repository cleanup

2006-10-30- Add an autopackage generator script for glpk
alpar [Mon, 30 Oct 2006 12:25:43 +0000] rev 2270
- Add an autopackage generator script for glpk
- update autopackage specfile

2006-10-30Bug fix for removing heap Item from template parameter list
deba [Mon, 30 Oct 2006 12:07:52 +0000] rev 2269
Bug fix for removing heap Item from template parameter list

2006-10-30ColName() -> colName(), Coeff() -> coeff()
athos [Mon, 30 Oct 2006 12:01:51 +0000] rev 2268
ColName() -> colName(), Coeff() -> coeff()

2006-10-30LEMON_INTEGER -> INT
athos [Mon, 30 Oct 2006 11:32:19 +0000] rev 2267
LEMON_INTEGER -> INT

2006-10-27NEWS updated to Rel0.6 - according to Alpar's instruction, at last
hegyi [Fri, 27 Oct 2006 15:19:33 +0000] rev 2266
NEWS updated to Rel0.6 - according to Alpar's instruction, at last

2006-10-27NEWS updated to Rel0.6
hegyi [Fri, 27 Oct 2006 15:08:58 +0000] rev 2265
NEWS updated to Rel0.6

2006-10-27A little test was born for Expr::simplify().
athos [Fri, 27 Oct 2006 12:39:13 +0000] rev 2264
A little test was born for Expr::simplify().

2006-10-26Bug #46 fixed: Superfluous template parameter in Heap concept
mqrelly [Thu, 26 Oct 2006 14:20:17 +0000] rev 2263
Bug #46 fixed: Superfluous template parameter in Heap concept
NOTE: Not every affected file tested.

2006-10-26concept -> concepts cont'd
alpar [Thu, 26 Oct 2006 13:35:35 +0000] rev 2262
concept -> concepts cont'd

2006-10-26Doc update
alpar [Thu, 26 Oct 2006 06:54:13 +0000] rev 2261
Doc update

2006-10-24concept -> concepts (namespace & directory)
alpar [Tue, 24 Oct 2006 17:19:16 +0000] rev 2260
concept -> concepts (namespace & directory)

2006-10-24Spellcheck
alpar [Tue, 24 Oct 2006 16:49:41 +0000] rev 2259
Spellcheck

2006-10-22Docfix.
alpar [Sun, 22 Oct 2006 19:45:57 +0000] rev 2258
Docfix.
maps.h is still very fuzzy.

2006-10-20Doc improvements.
alpar [Fri, 20 Oct 2006 12:06:49 +0000] rev 2257
Doc improvements.

2006-10-20Graph imlementations actually provide ReferenceMaps.
alpar [Fri, 20 Oct 2006 12:05:54 +0000] rev 2256
Graph imlementations actually provide ReferenceMaps.

2006-10-18It have not been saved
deba [Wed, 18 Oct 2006 15:18:27 +0000] rev 2255
It have not been saved

2006-10-18Some improvements on item readers and writers
deba [Wed, 18 Oct 2006 15:05:12 +0000] rev 2254
Some improvements on item readers and writers

2006-10-17Remove superfluous #ifndef boundaries
alpar [Tue, 17 Oct 2006 11:05:23 +0000] rev 2253
Remove superfluous #ifndef boundaries

2006-10-17A trial to make the last test platform independent.
alpar [Tue, 17 Oct 2006 11:02:30 +0000] rev 2252
A trial to make the last test platform independent.

2006-10-17Documentation for UndirGraphAdaptor
deba [Tue, 17 Oct 2006 11:02:05 +0000] rev 2251
Documentation for UndirGraphAdaptor

2006-10-17Compilation warning resolved.
alpar [Tue, 17 Oct 2006 11:01:35 +0000] rev 2250
Compilation warning resolved.

2006-10-17Compilation warning resolved.
alpar [Tue, 17 Oct 2006 11:01:19 +0000] rev 2249
Compilation warning resolved.

2006-10-17SimpleMap and SimpleWriteMap
deba [Tue, 17 Oct 2006 11:01:16 +0000] rev 2248
SimpleMap and SimpleWriteMap
- Trivial adaptors, but they are useful in some case

Some combined maps will be reference map if the first
template parameter map is reference map or not. If I want
to give a refernce map as first map but there is a non
reference map parameter then I should wrap my first map
to a regular read-write map.

2006-10-17Update the Path concept
deba [Tue, 17 Oct 2006 10:50:57 +0000] rev 2247
Update the Path concept
Concept check for paths

DirPath renamed to Path
The interface updated to the new lemon interface
Make difference between the empty path and the path from one node
Builder interface have not been changed
// I wanted but there was not accordance about it

UPath is removed
It was a buggy implementation, it could not iterate on the
nodes in the right order
Right way to use undirected paths => path of edges in undirected graphs

The tests have been modified to the current implementation

2006-10-17Documentation is moved to source file
deba [Tue, 17 Oct 2006 10:42:19 +0000] rev 2246
Documentation is moved to source file

2006-10-17Little modification on interface and documentation
deba [Tue, 17 Oct 2006 10:40:28 +0000] rev 2245
Little modification on interface and documentation

2006-10-17Benchmark the running time of lemon::Random
alpar [Tue, 17 Oct 2006 10:32:12 +0000] rev 2244
Benchmark the running time of lemon::Random

2006-10-17Change for better measurement very fast operations (enable a higher
alpar [Tue, 17 Oct 2006 10:31:20 +0000] rev 2243
Change for better measurement very fast operations (enable a higher
number of iterations in runningTimeTest())

2006-10-14New random interface
deba [Sat, 14 Oct 2006 15:26:05 +0000] rev 2242
New random interface
Switching to the new interface

2006-10-13Improve build environment and scripts
alpar [Fri, 13 Oct 2006 15:10:50 +0000] rev 2241
Improve build environment and scripts

2006-10-12Turn off 32bit specific tests.
alpar [Thu, 12 Oct 2006 11:54:30 +0000] rev 2240
Turn off 32bit specific tests.

2006-10-12Turn off 32bit specific tests.
alpar [Thu, 12 Oct 2006 11:53:31 +0000] rev 2239
Turn off 32bit specific tests.

2006-10-12Bugfix
alpar [Thu, 12 Oct 2006 11:09:17 +0000] rev 2238
Bugfix

2006-10-12Improve the configuration environment / repository layout:
alpar [Thu, 12 Oct 2006 10:56:26 +0000] rev 2237
Improve the configuration environment / repository layout:
- Update README
- svn-head -> svnhead version tag change (in favor of rpm build)
- rpmbuild-glpk: a script to build glpk rpm.

2006-10-12EdgeLookUp and AllEdgeLookUp tests added.
alpar [Thu, 12 Oct 2006 10:53:49 +0000] rev 2236
EdgeLookUp and AllEdgeLookUp tests added.

2006-10-12EdgeLookUp and AllEdgeLookUp added.
alpar [Thu, 12 Oct 2006 10:53:25 +0000] rev 2235
EdgeLookUp and AllEdgeLookUp added.

2006-10-12Minor change in 'make rpm' behaviour.
alpar [Thu, 12 Oct 2006 10:51:51 +0000] rev 2234
Minor change in 'make rpm' behaviour.

2006-10-10docfix
alpar [Tue, 10 Oct 2006 13:50:47 +0000] rev 2233
docfix

2006-10-05Fix a bug and two warnings
alpar [Thu, 05 Oct 2006 10:18:58 +0000] rev 2232
Fix a bug and two warnings

2006-10-03Some rearrangement of concepts and extenders
deba [Tue, 03 Oct 2006 11:46:39 +0000] rev 2231
Some rearrangement of concepts and extenders
BpUGraph concepts and concept check test

2006-10-03Some doc fix
deba [Tue, 03 Oct 2006 11:24:41 +0000] rev 2230
Some doc fix

2006-10-02Mersenne Twister random number generator
deba [Mon, 02 Oct 2006 16:11:00 +0000] rev 2229
Mersenne Twister random number generator

The code is based on the official MT19937 implementation
It is fully rewritten:

http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html

todo: fixing copyright information

2006-10-02Improved documentation.
athos [Mon, 02 Oct 2006 14:41:53 +0000] rev 2228
Improved documentation.

2006-10-02include just the existing solvers
deba [Mon, 02 Oct 2006 12:09:32 +0000] rev 2227
include just the existing solvers

2006-10-02MIP interface tested (and corrected) for cplex 9.0
athos [Mon, 02 Oct 2006 11:18:30 +0000] rev 2226
MIP interface tested (and corrected) for cplex 9.0

2006-09-29Doc fix
deba [Fri, 29 Sep 2006 11:36:30 +0000] rev 2225
Doc fix

2006-09-29Moving the file into correct group
deba [Fri, 29 Sep 2006 11:26:29 +0000] rev 2224
Moving the file into correct group

2006-09-29Exporting interface to the Graph class
deba [Fri, 29 Sep 2006 11:25:27 +0000] rev 2223
Exporting interface to the Graph class
Some documentation improvements

2006-09-29findEdge extension also for the BpUGraphs
deba [Fri, 29 Sep 2006 11:23:54 +0000] rev 2222
findEdge extension also for the BpUGraphs
proper handling of loop edges in the UGraph::findUEdge

2006-09-26Minor changes.
athos [Tue, 26 Sep 2006 12:20:22 +0000] rev 2221
Minor changes.

2006-09-25Too many files added: sorry.
athos [Mon, 25 Sep 2006 08:51:08 +0000] rev 2220
Too many files added: sorry.

2006-09-25Missing cplex files: sorry.
athos [Mon, 25 Sep 2006 08:50:36 +0000] rev 2219
Missing cplex files: sorry.

2006-09-21Interface to the cplex MIP solver: it is little, a bit sour but it is ours.
athos [Thu, 21 Sep 2006 14:46:28 +0000] rev 2218
Interface to the cplex MIP solver: it is little, a bit sour but it is ours.

2006-09-14Doc fix
deba [Thu, 14 Sep 2006 19:58:29 +0000] rev 2217
Doc fix

2006-09-14The recent progresses on the tutorial due to Mark.
alpar [Thu, 14 Sep 2006 19:11:24 +0000] rev 2216
The recent progresses on the tutorial due to Mark.

2006-09-14Fix another one external build problem.
alpar [Thu, 14 Sep 2006 19:02:52 +0000] rev 2215
Fix another one external build problem.

2006-09-14Doc improvements
alpar [Thu, 14 Sep 2006 18:39:07 +0000] rev 2214
Doc improvements

2006-09-08Some corrections.
athos [Fri, 08 Sep 2006 15:51:32 +0000] rev 2213
Some corrections.

2006-09-08Some small improvments
deba [Fri, 08 Sep 2006 08:55:07 +0000] rev 2212
Some small improvments

size() and subscription operators
compatibility with higher dimensions

2006-09-07Hao-Orlin algorithm
deba [Thu, 07 Sep 2006 14:16:47 +0000] rev 2211
Hao-Orlin algorithm

It is based on Attila's work
It is tested on all dimacs files in data directory

It may need more execution control
- possible interruption after each findNewSink

2006-09-07Add missing header sentry
deba [Thu, 07 Sep 2006 14:04:31 +0000] rev 2210
Add missing header sentry

2006-09-07Resolve 'unused variable' warning
alpar [Thu, 07 Sep 2006 13:35:48 +0000] rev 2209
Resolve 'unused variable' warning

2006-09-07Revert an unintentional commit in r2933
alpar [Thu, 07 Sep 2006 13:34:14 +0000] rev 2208
Revert an unintentional commit in r2933

2006-09-07xy -> dim2::Point
alpar [Thu, 07 Sep 2006 13:27:16 +0000] rev 2207
xy -> dim2::Point

2006-09-06I forgot to remove the benchmarking part of code
deba [Wed, 06 Sep 2006 11:39:22 +0000] rev 2206
I forgot to remove the benchmarking part of code

2006-09-06UnionFind
deba [Wed, 06 Sep 2006 11:17:12 +0000] rev 2205
UnionFind
Changing the representation of the union-find
it has the same running time but it takes just 2/3 space
! does not auto insert items /performance/

UnionFindEnum
Changing the interface - more convenient to UnionFind
Does not based on the stl data structures /it could be disadvantage/
=> does not use singular iterator assignment /not stl conform, but always work/
Just new iterator interface

MaxMatching + UnionFindTest
Using new iterator interface instead of the old

2006-09-06Some doc fix
deba [Wed, 06 Sep 2006 10:28:13 +0000] rev 2204
Some doc fix

2006-09-06Signaling alterations in BpUGraphs
deba [Wed, 06 Sep 2006 10:20:55 +0000] rev 2203
Signaling alterations in BpUGraphs

2006-09-06New map type based on array map for debugging purpose
deba [Wed, 06 Sep 2006 10:19:57 +0000] rev 2202
New map type based on array map for debugging purpose

It checks multiple allocation and deallocation of map values and
some consistency.

todo:
clarification of debugging concepts
assertions - exceptions - debug
revision of attic/debug.h

motto:
testing is at least so important as coding

2006-09-06Bug fix in DescriptorMap
deba [Wed, 06 Sep 2006 10:10:48 +0000] rev 2201
Bug fix in DescriptorMap
Avoiding the possibility of the memory leak

2006-09-06An easy avoiding of a bug
deba [Wed, 06 Sep 2006 10:01:15 +0000] rev 2200
An easy avoiding of a bug

The functional interfaces are removed.
Better solution could be a reference counted core of the io interfaces

Now it is huge work so just write that:

GraphReader<ListGraph>(std::cin, graph).

Instead of:

graphReader(std::cin, graph).

2006-09-06Bug fix
deba [Wed, 06 Sep 2006 09:55:37 +0000] rev 2199
Bug fix

2006-09-06Using abort() instead of exit(1)
deba [Wed, 06 Sep 2006 09:54:46 +0000] rev 2198
Using abort() instead of exit(1)

If a program is aborted then the call stack can be analyzed with debugger.
The exit(1) does not provides that.

2006-09-06Disable mip_test when no LP solver is available.
alpar [Wed, 06 Sep 2006 08:36:52 +0000] rev 2197
Disable mip_test when no LP solver is available.

2006-09-04Add missing Tutorial dox files
alpar [Mon, 04 Sep 2006 20:07:37 +0000] rev 2196
Add missing Tutorial dox files

2006-09-04Tutorial improvements by Mark (mqrelly)
alpar [Mon, 04 Sep 2006 19:48:09 +0000] rev 2195
Tutorial improvements by Mark (mqrelly)

2006-09-04'make doc' is now working also in case of external build.
alpar [Mon, 04 Sep 2006 19:12:44 +0000] rev 2194
'make doc' is now working also in case of external build.

2006-09-04Bug fix in SmartEdgeSet
deba [Mon, 04 Sep 2006 12:27:03 +0000] rev 2193
Bug fix in SmartEdgeSet

+ validity check function

2006-09-04Bug fix
deba [Mon, 04 Sep 2006 12:15:20 +0000] rev 2192
Bug fix
rethrow of exception missing

2006-09-04Proper exception handling in the SmartEdgeSet
deba [Mon, 04 Sep 2006 11:09:59 +0000] rev 2191
Proper exception handling in the SmartEdgeSet

2006-09-04Snapshot for SmartUGraph an SmartBpUGraph
deba [Mon, 04 Sep 2006 11:09:13 +0000] rev 2190
Snapshot for SmartUGraph an SmartBpUGraph

2006-09-04Bug fix in ListBpUGraph
deba [Mon, 04 Sep 2006 11:08:32 +0000] rev 2189
Bug fix in ListBpUGraph

Snapshot improvments

2006-09-04Improvment in exception handling
deba [Mon, 04 Sep 2006 11:05:21 +0000] rev 2188
Improvment in exception handling
The erase and clear handlers have to be exception safe.
These can throw only one exception which detach the observer
from the notifier

2006-09-04Bug fix in UndirGraphAdaptor
deba [Mon, 04 Sep 2006 11:02:31 +0000] rev 2187
Bug fix in UndirGraphAdaptor

2006-09-04Bug fix in countANodes/countBNodes
deba [Mon, 04 Sep 2006 11:01:56 +0000] rev 2186
Bug fix in countANodes/countBNodes

2006-08-30Fixed the mip error (mipstatus was incorrect).
athos [Wed, 30 Aug 2006 16:08:03 +0000] rev 2185
Fixed the mip error (mipstatus was incorrect).

2006-08-28Doc improvementst & todos
alpar [Mon, 28 Aug 2006 16:11:02 +0000] rev 2184
Doc improvementst & todos

2006-08-28Update header list
alpar [Mon, 28 Aug 2006 16:10:12 +0000] rev 2183
Update header list

2006-08-28bezier.h is no longer in the repository.
ladanyi [Mon, 28 Aug 2006 15:43:17 +0000] rev 2182
bezier.h is no longer in the repository.

2006-08-14Omit warnings
deba [Mon, 14 Aug 2006 16:14:10 +0000] rev 2181
Omit warnings

2006-08-14Omit warning
deba [Mon, 14 Aug 2006 16:08:28 +0000] rev 2180
Omit warning
Using check instead of the LEMON_ASSERT
Using fixed graph

2006-08-14Remove superfluous include headers
alpar [Mon, 14 Aug 2006 15:18:09 +0000] rev 2179
Remove superfluous include headers

2006-08-14- bezier.h went to lemon/bits/
alpar [Mon, 14 Aug 2006 15:15:57 +0000] rev 2178
- bezier.h went to lemon/bits/
- new graphToEps() option: absolute/relative node size/link width scaling.

2006-08-11BiVariant moved to lemon/bits/variant.h
deba [Fri, 11 Aug 2006 14:55:33 +0000] rev 2177
BiVariant moved to lemon/bits/variant.h

2006-08-11Doc fix
deba [Fri, 11 Aug 2006 14:55:02 +0000] rev 2176
Doc fix

2006-08-10Doc improvements
alpar [Thu, 10 Aug 2006 13:54:01 +0000] rev 2175
Doc improvements

2006-08-10Some color constants added (BLACK, WHITE, RED etc)
alpar [Thu, 10 Aug 2006 13:52:56 +0000] rev 2174
Some color constants added (BLACK, WHITE, RED etc)

2006-08-10Resolve unused variable warning.
alpar [Thu, 10 Aug 2006 12:26:29 +0000] rev 2173
Resolve unused variable warning.

2006-08-10- Change ColorSet to Palette
alpar [Thu, 10 Aug 2006 10:18:04 +0000] rev 2172
- Change ColorSet to Palette
- Minor change in graph_orientation demo.

2006-08-10This script creates/updates the copyright header of a source file
alpar [Thu, 10 Aug 2006 10:11:07 +0000] rev 2171
This script creates/updates the copyright header of a source file

2006-08-09Do not list the header itself.
alpar [Wed, 09 Aug 2006 12:51:21 +0000] rev 2170
Do not list the header itself.

2006-08-09This script lists all the header files included directly or indirectly by a certain header file.
alpar [Wed, 09 Aug 2006 12:47:31 +0000] rev 2169
This script lists all the header files included directly or indirectly by a certain header file.

2006-08-02CPLEX 9.x support.
ladanyi [Wed, 02 Aug 2006 20:15:59 +0000] rev 2168
CPLEX 9.x support.

2006-08-02Fixed the mailinglist link and removed the gui section.
ladanyi [Wed, 02 Aug 2006 20:15:22 +0000] rev 2167
Fixed the mailinglist link and removed the gui section.

2006-08-01More "doxygenish" syntax.
ladanyi [Tue, 01 Aug 2006 10:26:15 +0000] rev 2166
More "doxygenish" syntax.

2006-07-27Maybe useful, feel free to remove if not.
ladanyi [Thu, 27 Jul 2006 11:49:15 +0000] rev 2165
Maybe useful, feel free to remove if not.

2006-07-24long long just for gnu compilers
deba [Mon, 24 Jul 2006 16:15:48 +0000] rev 2164
long long just for gnu compilers

2006-07-24Improving UGraph and BpUGraph concept classes
deba [Mon, 24 Jul 2006 16:08:34 +0000] rev 2163
Improving UGraph and BpUGraph concept classes

2006-07-24make public what() in NodeSetError
deba [Mon, 24 Jul 2006 09:51:28 +0000] rev 2162
make public what() in NodeSetError

2006-07-24Omit warning
deba [Mon, 24 Jul 2006 09:50:40 +0000] rev 2161
Omit warning

2006-07-24Change source and target for the bipartite list graph
deba [Mon, 24 Jul 2006 09:49:50 +0000] rev 2160
Change source and target for the bipartite list graph
Some documentation corrections

2006-07-24Minor doc improvement
alpar [Mon, 24 Jul 2006 08:11:00 +0000] rev 2159
Minor doc improvement

2006-07-20Minor doc improvement
alpar [Thu, 20 Jul 2006 14:12:01 +0000] rev 2158
Minor doc improvement

2006-07-20- Doc improvements
alpar [Thu, 20 Jul 2006 06:20:27 +0000] rev 2157
- Doc improvements
- rot180() added to xy.h

2006-07-19spellcheck
alpar [Wed, 19 Jul 2006 15:13:24 +0000] rev 2156
spellcheck

2006-07-18Minor doc changes.
alpar [Tue, 18 Jul 2006 17:00:24 +0000] rev 2155
Minor doc changes.

2006-07-18Tolerance<unsigned int> and Tolerance<unsigned long long int> added.
alpar [Tue, 18 Jul 2006 16:59:34 +0000] rev 2154
Tolerance<unsigned int> and Tolerance<unsigned long long int> added.

2006-07-18Better 'Naming Convention' conformance.
alpar [Tue, 18 Jul 2006 15:57:55 +0000] rev 2153
Better 'Naming Convention' conformance.

2006-07-18Bugfix
alpar [Tue, 18 Jul 2006 15:14:56 +0000] rev 2152
Bugfix

2006-07-18exceptionName() has been thrown away
alpar [Tue, 18 Jul 2006 13:29:59 +0000] rev 2151
exceptionName() has been thrown away

2006-07-18Disable assertions in default behaviour
deba [Tue, 18 Jul 2006 12:10:52 +0000] rev 2150
Disable assertions in default behaviour
Documentation changed

2006-07-18Some tests added to the test file mip_test.cc. One problem is the verbosity of the mip solver in glpk which I couldn't find how to kill.
athos [Tue, 18 Jul 2006 11:11:54 +0000] rev 2149
Some tests added to the test file mip_test.cc. One problem is the verbosity of the mip solver in glpk which I couldn't find how to kill.

2006-07-17Modifications to the interface: colType() functions, though I left the old integer() functions, too.
athos [Mon, 17 Jul 2006 11:56:17 +0000] rev 2148
Modifications to the interface: colType() functions, though I left the old integer() functions, too.

2006-07-17mip_test file went to mip_demo.
athos [Mon, 17 Jul 2006 09:31:41 +0000] rev 2147
mip_test file went to mip_demo.

2006-07-17Still not final.
athos [Mon, 17 Jul 2006 09:16:00 +0000] rev 2146
Still not final.

2006-07-17Sorry, mistake
athos [Mon, 17 Jul 2006 09:10:19 +0000] rev 2145
Sorry, mistake

2006-07-17MIP support added (by Jano, the Great).
athos [Mon, 17 Jul 2006 09:00:21 +0000] rev 2144
MIP support added (by Jano, the Great).

2006-07-17Even better...
alpar [Mon, 17 Jul 2006 07:30:56 +0000] rev 2143
Even better...

2006-07-17Some documentation got changed.
athos [Mon, 17 Jul 2006 07:00:39 +0000] rev 2142
Some documentation got changed.

2006-07-14reference to modules added
alpar [Fri, 14 Jul 2006 13:48:14 +0000] rev 2141
reference to modules added

2006-07-14Minor comment added.
alpar [Fri, 14 Jul 2006 13:11:18 +0000] rev 2140
Minor comment added.

2006-07-14Some updates and restructuring
alpar [Fri, 14 Jul 2006 10:51:14 +0000] rev 2139
Some updates and restructuring

2006-07-14glemon is in a separate repository.
alpar [Fri, 14 Jul 2006 10:50:05 +0000] rev 2138
glemon is in a separate repository.

2006-07-14Using fixed bipartite graph
deba [Fri, 14 Jul 2006 10:25:26 +0000] rev 2137
Using fixed bipartite graph

2006-07-14Bug fix in MinCostMaxBipartiteMatching
deba [Fri, 14 Jul 2006 09:37:48 +0000] rev 2136
Bug fix in MinCostMaxBipartiteMatching
The augmenting phase have not changed the
unreached nodes' potential which caused invalid
dual solution in some cases

2006-07-12Must have been changed because of the private copy constructor.
alpar [Wed, 12 Jul 2006 11:40:52 +0000] rev 2135
Must have been changed because of the private copy constructor.

2006-07-12... and fix another one.
alpar [Wed, 12 Jul 2006 11:14:12 +0000] rev 2134
... and fix another one.

2006-07-12... and fix a stupid bug.
alpar [Wed, 12 Jul 2006 11:07:48 +0000] rev 2133
... and fix a stupid bug.

2006-07-12(Hopefully) finish privatizing the copy constr. and operator= in
alpar [Wed, 12 Jul 2006 11:05:00 +0000] rev 2132
(Hopefully) finish privatizing the copy constr. and operator= in
the graph concept, ListGraph and SmartGraph.

2006-07-12New, less general installation instructions.
ladanyi [Wed, 12 Jul 2006 10:49:17 +0000] rev 2131
New, less general installation instructions.

2006-07-12Resolving: Bug #51
deba [Wed, 12 Jul 2006 10:38:11 +0000] rev 2130
Resolving: Bug #51

2006-07-12Resolving: Bug #52
deba [Wed, 12 Jul 2006 10:34:07 +0000] rev 2129
Resolving: Bug #52

2006-07-11- Disable the copy constructor and operator= of {List|Smart}[U]Graph.
alpar [Tue, 11 Jul 2006 16:09:49 +0000] rev 2128
- Disable the copy constructor and operator= of {List|Smart}[U]Graph.
- Improve graph doc
- Also put private members into the doc (if they are documented)

2006-07-11Do not install the documentation if configure was called with --disable-doc.
ladanyi [Tue, 11 Jul 2006 15:50:19 +0000] rev 2127
Do not install the documentation if configure was called with --disable-doc.

2006-07-11Renameing file: graph_component.h => graph_components.h
deba [Tue, 11 Jul 2006 15:42:15 +0000] rev 2126
Renameing file: graph_component.h => graph_components.h

2006-07-11Removed references to the gui.
ladanyi [Tue, 11 Jul 2006 14:42:06 +0000] rev 2125
Removed references to the gui.

2006-07-11Use sed instead of rpl
alpar [Tue, 11 Jul 2006 13:54:02 +0000] rev 2124
Use sed instead of rpl

2006-07-11Minor doc improvements
alpar [Tue, 11 Jul 2006 13:51:52 +0000] rev 2123
Minor doc improvements

2006-07-11README version one is added.
hegyi [Tue, 11 Jul 2006 12:37:53 +0000] rev 2122
README version one is added.

2006-07-10Modifications in the Graph Component concepts
deba [Mon, 10 Jul 2006 19:04:17 +0000] rev 2121
Modifications in the Graph Component concepts

2006-07-05As we agreed, Node/Edge::operator<() is required by the concept
alpar [Wed, 05 Jul 2006 16:59:45 +0000] rev 2120
As we agreed, Node/Edge::operator<() is required by the concept

2006-07-04Distribute Makefiles.
ladanyi [Tue, 04 Jul 2006 19:06:47 +0000] rev 2119
Distribute Makefiles.

2006-07-04Distribute Doxyfile.in and lemon.pc.in.
ladanyi [Tue, 04 Jul 2006 18:53:24 +0000] rev 2118
Distribute Doxyfile.in and lemon.pc.in.

2006-07-04- Revised "Concepts" group documentation
alpar [Tue, 04 Jul 2006 17:49:01 +0000] rev 2117
- Revised "Concepts" group documentation
- Other minor doc improvements

2006-06-30Revert splitted files
deba [Fri, 30 Jun 2006 12:15:45 +0000] rev 2116
Revert splitted files

2006-06-30Splitted graph files
deba [Fri, 30 Jun 2006 12:14:36 +0000] rev 2115
Splitted graph files

2006-06-28new snapshot
deba [Wed, 28 Jun 2006 16:27:44 +0000] rev 2114
new snapshot

2006-06-28Some modification in the documentation.
deba [Wed, 28 Jun 2006 15:38:45 +0000] rev 2113
Some modification in the documentation.

2006-06-28Make explicit constructors
deba [Wed, 28 Jun 2006 15:28:38 +0000] rev 2112
Make explicit constructors

2006-06-28Removing concepts for extendable and erasable graphs
deba [Wed, 28 Jun 2006 15:06:24 +0000] rev 2111
Removing concepts for extendable and erasable graphs
Renaming StaticGraph to Graph

2006-06-26Smaller Simple Bucket Heap
deba [Mon, 26 Jun 2006 15:40:35 +0000] rev 2110
Smaller Simple Bucket Heap
- the list node does not store the value
- trade off: linear time operator[]

2006-06-22Set svn:ignore property.
ladanyi [Thu, 22 Jun 2006 18:34:35 +0000] rev 2109
Set svn:ignore property.

2006-06-22Single makefile.
ladanyi [Thu, 22 Jun 2006 18:20:25 +0000] rev 2108
Single makefile.

2006-06-22Added reserveNode function.
deba [Thu, 22 Jun 2006 15:16:11 +0000] rev 2107
Added reserveNode function.

2006-06-21Set props.
ladanyi [Wed, 21 Jun 2006 11:15:01 +0000] rev 2106
Set props.

2006-06-21Moved the po directory to glemon/trunk.
ladanyi [Wed, 21 Jun 2006 08:42:01 +0000] rev 2105
Moved the po directory to glemon/trunk.

2006-06-21Moved the gui to glemon/trunk.
ladanyi [Wed, 21 Jun 2006 08:39:28 +0000] rev 2104
Moved the gui to glemon/trunk.

2006-06-21Exclude the gui from the build.
ladanyi [Wed, 21 Jun 2006 08:35:23 +0000] rev 2103
Exclude the gui from the build.

2006-06-20Slight changes in doc.
athos [Tue, 20 Jun 2006 15:20:08 +0000] rev 2102
Slight changes in doc.

2006-06-19Improvement:
deba [Mon, 19 Jun 2006 13:44:06 +0000] rev 2101
Improvement:

The item sets are written in the order sorted by the labels.

It solves the problem if we read a graph from a file and
then write it back then the nodes will be reversed.
It can be switched off with the LemonWriter interface.

2006-06-06Doc bug fix
deba [Tue, 06 Jun 2006 12:47:01 +0000] rev 2100
Doc bug fix

readed => read

2006-05-31benchmark: radix_sort-bench was not compiled
klao [Wed, 31 May 2006 16:48:31 +0000] rev 2099
benchmark: radix_sort-bench was not compiled

2006-05-30Bug fix in the list bipartite undirected graph
deba [Tue, 30 May 2006 10:33:50 +0000] rev 2098
Bug fix in the list bipartite undirected graph

2006-05-21Gettext is needed for bootstrapping.
ladanyi [Sun, 21 May 2006 22:18:57 +0000] rev 2097
Gettext is needed for bootstrapping.

2006-05-18Bug fix
deba [Thu, 18 May 2006 16:13:44 +0000] rev 2096
Bug fix

2006-05-18Bugfix
alpar [Thu, 18 May 2006 10:24:14 +0000] rev 2095
Bugfix

2006-05-18Spellcheck
alpar [Thu, 18 May 2006 09:32:36 +0000] rev 2094
Spellcheck

2006-05-18Erasing some code from the examples
deba [Thu, 18 May 2006 08:12:54 +0000] rev 2093
Erasing some code from the examples

2006-05-18Erasing unused parameter names
deba [Thu, 18 May 2006 08:04:51 +0000] rev 2092
Erasing unused parameter names
Omitting Warning

2006-05-18Functor usage for writeable map adaptors
deba [Thu, 18 May 2006 08:04:00 +0000] rev 2091
Functor usage for writeable map adaptors
Documentation for writeable map adaptors

2006-05-17Docfix
alpar [Wed, 17 May 2006 11:05:34 +0000] rev 2090
Docfix

2006-05-17SimpleBucketHeap added
deba [Wed, 17 May 2006 09:07:24 +0000] rev 2089
SimpleBucketHeap added

It does not supports erasing, decreasing, increasing.
It contains single linked lists

It can be used to store levels for push-relabel algorithms

2006-05-17Fix Bug #45: Missing include
alpar [Wed, 17 May 2006 05:54:24 +0000] rev 2088
Fix Bug #45: Missing include

2006-05-16DirUGraphAdaptor documentation
deba [Tue, 16 May 2006 17:13:42 +0000] rev 2087
DirUGraphAdaptor documentation

2006-05-16Polinomial template class
alpar [Tue, 16 May 2006 16:59:57 +0000] rev 2086
Polinomial template class

2006-05-15Bug fix by Jano
deba [Mon, 15 May 2006 16:21:50 +0000] rev 2085
Bug fix by Jano

2006-05-15Documentation improvements
deba [Mon, 15 May 2006 09:49:51 +0000] rev 2084
Documentation improvements

Rearrangements:
IO modules
Algorithms

New documentation:
SwapBpUGraphAdaptor

Demos:
strongly_connected_orientation.cc

Benchmarks:
swap_bipartite_bench.cc

2006-05-15Writing only not empty sections
deba [Mon, 15 May 2006 09:46:33 +0000] rev 2083
Writing only not empty sections

2006-05-15Bug fix
deba [Mon, 15 May 2006 09:44:35 +0000] rev 2082
Bug fix

2006-05-12New demo file for computing disjoint paths
deba [Fri, 12 May 2006 15:29:42 +0000] rev 2081
New demo file for computing disjoint paths

Doc review
Correcting misformatting in adaptors
Adding header to demos

2006-05-12Bug fix
deba [Fri, 12 May 2006 09:57:03 +0000] rev 2080
Bug fix

2006-05-12Remade SplitGraphAdaptor
deba [Fri, 12 May 2006 09:56:14 +0000] rev 2079
Remade SplitGraphAdaptor

2006-05-12Revised Compile Time Arithmetic
deba [Fri, 12 May 2006 09:54:58 +0000] rev 2078
Revised Compile Time Arithmetic

2006-05-12Two state Variant
deba [Fri, 12 May 2006 09:52:28 +0000] rev 2077
Two state Variant
+ Some Compile Time arithmetic

2006-05-12Extenders modified
deba [Fri, 12 May 2006 09:51:45 +0000] rev 2076
Extenders modified

UGraphBaseExtender => UndirGraphExtender
BpUGraphBaseExtender merged into BpUGraphExtender

2006-05-09Fixed typos.
athos [Tue, 09 May 2006 14:28:02 +0000] rev 2075
Fixed typos.

2006-05-09Bug fix
deba [Tue, 09 May 2006 11:25:34 +0000] rev 2074
Bug fix

Do not delete the not constructed map

2006-05-09- fix bug #43: static and const in Tolerance class
alpar [Tue, 09 May 2006 09:23:39 +0000] rev 2073
- fix bug #43: static and const in Tolerance class
- fix return value of nonZero()

2006-05-09Create a separate group for matrices
alpar [Tue, 09 May 2006 09:21:48 +0000] rev 2072
Create a separate group for matrices

2006-05-09Also install .gif files.
alpar [Tue, 09 May 2006 09:21:02 +0000] rev 2071
Also install .gif files.

2006-05-08Getting Negative Cycle
deba [Mon, 08 May 2006 17:03:52 +0000] rev 2070
Getting Negative Cycle

2006-05-05Bug fix: Using set instead reference assignment
deba [Fri, 05 May 2006 10:48:58 +0000] rev 2069
Bug fix: Using set instead reference assignment

2006-05-02gLEMON does not compile with gtkmm 2.4.x
ladanyi [Tue, 02 May 2006 18:23:42 +0000] rev 2068
gLEMON does not compile with gtkmm 2.4.x

2006-04-27Tabu Search by Szabadkai Mark
deba [Thu, 27 Apr 2006 14:53:23 +0000] rev 2067
Tabu Search by Szabadkai Mark

2006-04-27added scrollbars to the canvas
ladanyi [Thu, 27 Apr 2006 13:10:23 +0000] rev 2066
added scrollbars to the canvas

2006-04-27filter loop edges
ladanyi [Thu, 27 Apr 2006 12:20:09 +0000] rev 2065
filter loop edges

2006-04-25Bug fix in findUEdge
deba [Tue, 25 Apr 2006 14:48:50 +0000] rev 2064
Bug fix in findUEdge

2006-04-18id->label
ladanyi [Tue, 18 Apr 2006 22:59:33 +0000] rev 2063
id->label

2006-04-18Also check mingw compatibility
alpar [Tue, 18 Apr 2006 13:25:41 +0000] rev 2062
Also check mingw compatibility

2006-04-18Bug fix
deba [Tue, 18 Apr 2006 09:14:38 +0000] rev 2061
Bug fix

Add missing function

2006-04-18Images into the algorithm groups
deba [Tue, 18 Apr 2006 07:03:12 +0000] rev 2060
Images into the algorithm groups

2006-04-18Doc fix
deba [Tue, 18 Apr 2006 07:02:32 +0000] rev 2059
Doc fix

2006-04-18Refinements in bipartite matching algorithms
deba [Tue, 18 Apr 2006 07:01:55 +0000] rev 2058
Refinements in bipartite matching algorithms

2006-04-14added missing glibc2.m4
ladanyi [Fri, 14 Apr 2006 23:55:36 +0000] rev 2057
added missing glibc2.m4

2006-04-14downgrade to gettext 0.14.2
ladanyi [Fri, 14 Apr 2006 22:01:02 +0000] rev 2056
downgrade to gettext 0.14.2

2006-04-14po update
ladanyi [Fri, 14 Apr 2006 18:53:56 +0000] rev 2055
po update

2006-04-14bugfix
ladanyi [Fri, 14 Apr 2006 18:35:55 +0000] rev 2054
bugfix

2006-04-14distribute m4/*.m4
ladanyi [Fri, 14 Apr 2006 18:31:50 +0000] rev 2053
distribute m4/*.m4

2006-04-14some reorganization
ladanyi [Fri, 14 Apr 2006 18:31:16 +0000] rev 2052
some reorganization

2006-04-14MaxWeightedBipartiteMatching
deba [Fri, 14 Apr 2006 18:07:33 +0000] rev 2051
MaxWeightedBipartiteMatching
MinCostMaxBipartiteMatching

Both algorithms are based on successive shortest
path algorithm with dijkstra shortest path
finding

2006-04-14Changing the mining of the clear in heaps
deba [Fri, 14 Apr 2006 18:05:02 +0000] rev 2050
Changing the mining of the clear in heaps
It does not touch the heap cross ref. It is
sometimes more clean useable and more efficient

2006-04-14bugfix
ladanyi [Fri, 14 Apr 2006 15:05:51 +0000] rev 2049
bugfix

2006-04-14make distcheck should work now
ladanyi [Fri, 14 Apr 2006 14:57:59 +0000] rev 2048
make distcheck should work now

2006-04-13Removed a 0x00 byte which confused the file utility.
ladanyi [Thu, 13 Apr 2006 18:09:34 +0000] rev 2047
Removed a 0x00 byte which confused the file utility.

2006-04-13more explicit :)
klao [Thu, 13 Apr 2006 17:57:03 +0000] rev 2046
more explicit :)

2006-04-13path.h: bugfix, returning reference to a temporary
klao [Thu, 13 Apr 2006 17:22:17 +0000] rev 2045
path.h: bugfix, returning reference to a temporary

2006-04-12svn:ignore
ladanyi [Wed, 12 Apr 2006 20:50:35 +0000] rev 2044
svn:ignore

2006-04-12revert to single configure scheme
ladanyi [Wed, 12 Apr 2006 20:38:22 +0000] rev 2043
revert to single configure scheme

2006-04-07New Algorithm group for matchings
deba [Fri, 07 Apr 2006 09:54:35 +0000] rev 2042
New Algorithm group for matchings

LaTeX formulas
Bug fix => ///\f$ will cause parsing error in doxygen

2006-04-07Forgotten functions in the graph adaptor extenders.
deba [Fri, 07 Apr 2006 09:52:30 +0000] rev 2041
Forgotten functions in the graph adaptor extenders.

2006-04-07Bipartite Graph Max Cardinality Matching (Hopcroft-Karp)
deba [Fri, 07 Apr 2006 09:51:23 +0000] rev 2040
Bipartite Graph Max Cardinality Matching (Hopcroft-Karp)
Test for it

Some BpUgraph improvments

2006-04-06Commiting The DynamicAsymMatrixMap from Nagy Jano
deba [Thu, 06 Apr 2006 09:33:29 +0000] rev 2039
Commiting The DynamicAsymMatrixMap from Nagy Jano
+ MatrixMapTraits

2006-04-04LinearHeap is renamed to BucketHeap which is more conform
deba [Tue, 04 Apr 2006 17:45:35 +0000] rev 2038
LinearHeap is renamed to BucketHeap which is more conform
and widely used name for this data structure

2006-04-04Doxygen log corrections
deba [Tue, 04 Apr 2006 17:43:23 +0000] rev 2037
Doxygen log corrections

doc of ResGraphAdaptor has a bug in graph_adaptor.h

2006-04-04The algorithm does not change the capacity and the flow in the resgraph
deba [Tue, 04 Apr 2006 10:40:02 +0000] rev 2036
The algorithm does not change the capacity and the flow in the resgraph

2006-04-03More mingw compatibility
deba [Mon, 03 Apr 2006 19:47:37 +0000] rev 2035
More mingw compatibility

Implementation of the drand48 functions

2006-04-03Edmonds-Karp MaxFlow
deba [Mon, 03 Apr 2006 16:34:23 +0000] rev 2034
Edmonds-Karp MaxFlow
ResGraphAdaptor with Tolerance

2006-04-03Small corrections
deba [Mon, 03 Apr 2006 16:05:26 +0000] rev 2033
Small corrections

2006-04-03Writeable extension of some maps
deba [Mon, 03 Apr 2006 16:03:37 +0000] rev 2032
Writeable extension of some maps

2006-04-03Correcting the structure of the graph's and adaptor's map.
deba [Mon, 03 Apr 2006 09:45:23 +0000] rev 2031
Correcting the structure of the graph's and adaptor's map.
The template assign operators and map iterators can be used for adaptors also.

Some bugfix in the adaptors

New class SwapBpUGraphAdaptor which swaps the two nodeset of the graph.

2006-04-03Naming convention fix
deba [Mon, 03 Apr 2006 09:24:38 +0000] rev 2030
Naming convention fix

2006-04-03Count ANodes-BNodes
deba [Mon, 03 Apr 2006 08:41:52 +0000] rev 2029
Count ANodes-BNodes

2006-03-31MinGW32 compatibility
deba [Fri, 31 Mar 2006 12:51:44 +0000] rev 2028
MinGW32 compatibility

2006-03-31MinGW compatibility fix
deba [Fri, 31 Mar 2006 12:12:06 +0000] rev 2027
MinGW compatibility fix

2006-03-31NaN checking to be conform to MinGW32
deba [Fri, 31 Mar 2006 12:04:48 +0000] rev 2026
NaN checking to be conform to MinGW32

2006-03-31Bugfix in the minimum cost arborescence algorithm
deba [Fri, 31 Mar 2006 11:10:44 +0000] rev 2025
Bugfix in the minimum cost arborescence algorithm
Dual solution computation and interface for algorithm
Optimality test on random graph

2006-03-30tolerance class incorporated
jacint [Thu, 30 Mar 2006 15:34:56 +0000] rev 2024
tolerance class incorporated

2006-03-30Unionfind changes induced some bugs here. Also some augmentations made.
jacint [Thu, 30 Mar 2006 15:02:11 +0000] rev 2023
Unionfind changes induced some bugs here. Also some augmentations made.

2006-03-30docfix
alpar [Thu, 30 Mar 2006 09:42:05 +0000] rev 2022
docfix

2006-03-30IncEdgeIt goes through on loop edges twice.
deba [Thu, 30 Mar 2006 09:36:33 +0000] rev 2021
IncEdgeIt goes through on loop edges twice.

2006-03-30Rewritten countItems and findEdges
deba [Thu, 30 Mar 2006 08:38:41 +0000] rev 2020
Rewritten countItems and findEdges

2006-03-27Adding todo to preflow
deba [Mon, 27 Mar 2006 16:25:14 +0000] rev 2019
Adding todo to preflow
Some naming convention renamings

2006-03-27missing ignore
klao [Mon, 27 Mar 2006 16:09:54 +0000] rev 2018
missing ignore

2006-03-27Minimum Cost Arborescence algorithm
deba [Mon, 27 Mar 2006 08:12:01 +0000] rev 2017
Minimum Cost Arborescence algorithm

2006-03-27Doc rearrangement
deba [Mon, 27 Mar 2006 08:01:10 +0000] rev 2016
Doc rearrangement
Section readers moved to own group

2006-03-24bootstrap: quiet option
klao [Fri, 24 Mar 2006 20:27:42 +0000] rev 2015
bootstrap: quiet option

2006-03-23ignore generated files
ladanyi [Thu, 23 Mar 2006 20:43:25 +0000] rev 2014
ignore generated files

2006-03-23include fixes
ladanyi [Thu, 23 Mar 2006 20:42:37 +0000] rev 2013
include fixes

2006-03-23- added gettext infrastructure to the gui
ladanyi [Thu, 23 Mar 2006 19:57:14 +0000] rev 2012
- added gettext infrastructure to the gui
- the gui has a separate configure script now
- other minor changes

2006-03-21Renaming files
deba [Tue, 21 Mar 2006 13:45:24 +0000] rev 2011
Renaming files

2006-03-17unused parameters fix
klao [Fri, 17 Mar 2006 15:54:02 +0000] rev 2010
unused parameters fix

2006-03-16rethrow fix
klao [Thu, 16 Mar 2006 13:52:12 +0000] rev 2009
rethrow fix

2006-03-15"Node shapes" added
alpar [Wed, 15 Mar 2006 09:45:59 +0000] rev 2008
"Node shapes" added

2006-03-15Also check gcc-4.1
alpar [Wed, 15 Mar 2006 09:45:10 +0000] rev 2007
Also check gcc-4.1

2006-03-15Spellcheck
alpar [Wed, 15 Mar 2006 09:44:17 +0000] rev 2006
Spellcheck

2006-03-10unionfind_test: double erase is not supported anymore
klao [Fri, 10 Mar 2006 19:34:47 +0000] rev 2005
unionfind_test: double erase is not supported anymore

2006-03-10UnionFindEnum: one remaining bug; removing commented out code
klao [Fri, 10 Mar 2006 18:17:37 +0000] rev 2004
UnionFindEnum: one remaining bug; removing commented out code

2006-03-10UnionFindEnum revision:
klao [Fri, 10 Mar 2006 18:06:26 +0000] rev 2003
UnionFindEnum revision:

* 0 is _not_ convertible to list<...>::iterator, so we have to use other means
to define/check validity
* standard LEMON iterator interface for ClassIt and ItemIt

2006-03-08Omitting warning
deba [Wed, 08 Mar 2006 13:10:43 +0000] rev 2002
Omitting warning

2006-03-07Removing obsolote "id" map handling
deba [Tue, 07 Mar 2006 11:06:57 +0000] rev 2001
Removing obsolote "id" map handling
Error message is modified

2006-03-06Checking missing section reader
deba [Mon, 06 Mar 2006 17:32:35 +0000] rev 2000
Checking missing section reader

2006-03-06Clarifing alteration observing system
deba [Mon, 06 Mar 2006 10:28:37 +0000] rev 1999
Clarifing alteration observing system
It is directly connected now to a container

2006-03-06Bugfix in the hyper map
deba [Mon, 06 Mar 2006 09:38:19 +0000] rev 1998
Bugfix in the hyper map

2006-03-03Bugfix: an ugly artefact of the 'id' -> 'label' renaming
klao [Fri, 03 Mar 2006 21:49:39 +0000] rev 1997
Bugfix: an ugly artefact of the 'id' -> 'label' renaming

2006-03-03Some documentation arrangement modification
deba [Fri, 03 Mar 2006 12:35:32 +0000] rev 1996
Some documentation arrangement modification

2006-03-02Bugfix in bpugraph
deba [Thu, 02 Mar 2006 14:22:03 +0000] rev 1995
Bugfix in bpugraph

2006-03-01bugfix: moving "invalid.h" down to "bits" broke autoconf
klao [Wed, 01 Mar 2006 17:37:25 +0000] rev 1994
bugfix: moving "invalid.h" down to "bits" broke autoconf

2006-03-01utility, invalid and traits moved to bits
deba [Wed, 01 Mar 2006 13:19:28 +0000] rev 1993
utility, invalid and traits moved to bits

2006-03-01UNDIRGRAPH_TYPEDEFS => UGRAPH_TYPEDEFS
deba [Wed, 01 Mar 2006 12:46:52 +0000] rev 1992
UNDIRGRAPH_TYPEDEFS => UGRAPH_TYPEDEFS

2006-03-01The graph adadptors can be alteration observed.
deba [Wed, 01 Mar 2006 10:25:30 +0000] rev 1991
The graph adadptors can be alteration observed.
In most cases it uses the adapted graph alteration notifiers.
Only special case is now the UndirGraphAdaptor, where
we have to proxy the signals from the graph.

The SubBidirGraphAdaptor is removed, because it doest not
gives more feature than the EdgeSubGraphAdaptor<UndirGraphAdaptor<Graph>>.

The ResGraphAdaptor is based on this composition.

2006-03-01Some classes assumed that the GraphMaps should be inherited
deba [Wed, 01 Mar 2006 10:17:25 +0000] rev 1990
Some classes assumed that the GraphMaps should be inherited
from an ObserverBase. These classes parents replaced with
DefaultMap which cause that the graph maps should not be
inherited from the ObserverBase.

2006-03-01Traits for alteration notifiers
deba [Wed, 01 Mar 2006 10:04:47 +0000] rev 1989
Traits for alteration notifiers
SplitGraph is temporarly deleted

2006-03-01Bug fix
deba [Wed, 01 Mar 2006 09:40:16 +0000] rev 1988
Bug fix

2006-02-27Default constructor which allocates empty graphs
deba [Mon, 27 Feb 2006 15:43:25 +0000] rev 1987
Default constructor which allocates empty graphs

2006-02-27An additional simplier interface for static size graphs.
deba [Mon, 27 Feb 2006 10:36:01 +0000] rev 1986
An additional simplier interface for static size graphs.
Node operator()(int) for getting node by index
int index(Node node) for getting index by node

2006-02-27Bug fix
deba [Mon, 27 Feb 2006 10:17:33 +0000] rev 1985
Bug fix

2006-02-24Bug fix
deba [Fri, 24 Feb 2006 11:13:09 +0000] rev 1984
Bug fix

2006-02-24Bugfix
deba [Fri, 24 Feb 2006 11:02:11 +0000] rev 1983
Bugfix

2006-02-23ListBpUGraph
deba [Thu, 23 Feb 2006 15:10:45 +0000] rev 1982
ListBpUGraph

2006-02-23Little bugfixes, spellchecks and improvements
deba [Thu, 23 Feb 2006 09:03:18 +0000] rev 1981
Little bugfixes, spellchecks and improvements

2006-02-23Renaming to be convient to the naming of the adaptors
deba [Thu, 23 Feb 2006 08:55:54 +0000] rev 1980
Renaming to be convient to the naming of the adaptors
Concept checking of the ugraph adaptors

2006-02-22Mergeing extendermerge branch
deba [Wed, 22 Feb 2006 18:26:56 +0000] rev 1979
Mergeing extendermerge branch
Changes:
the extender system
resize for static size graph
UGraphExtender => UndirectGraphExtender
UGraphExtenders with changed meaning
Some UGraphExtender /SubUGraphExtenders, DirectUGraphExtender/
GridGraph => GridUGraph
radix sort to ansi compatible

2006-02-22vmap.h: Enables one to create maps with a virtual base class.
alpar [Wed, 22 Feb 2006 12:45:59 +0000] rev 1978
vmap.h: Enables one to create maps with a virtual base class.

2006-02-21RefPtr: a reference counted pointer class
alpar [Tue, 21 Feb 2006 12:37:00 +0000] rev 1977
RefPtr: a reference counted pointer class

2006-02-21Fix bug #26: Check if an edge is a loop and do not draw then
alpar [Tue, 21 Feb 2006 08:48:11 +0000] rev 1976
Fix bug #26: Check if an edge is a loop and do not draw then

2006-02-20Second renaming of min cut
deba [Mon, 20 Feb 2006 09:40:07 +0000] rev 1975
Second renaming of min cut

Minimum => Min
Work => Aux

2006-02-20Public data members of xy became documented
alpar [Mon, 20 Feb 2006 06:44:07 +0000] rev 1974
Public data members of xy became documented

2006-02-20Spellchecking
alpar [Mon, 20 Feb 2006 06:43:08 +0000] rev 1973
Spellchecking

2006-02-20Dewarningification
alpar [Mon, 20 Feb 2006 06:42:29 +0000] rev 1972
Dewarningification

2006-02-20- RGB color related stuff is in color.h now
alpar [Mon, 20 Feb 2006 06:41:12 +0000] rev 1971
- RGB color related stuff is in color.h now
- eps.h: A simple class to create .eps figures (demo: eps_demo.h)

2006-02-20Doc changes
alpar [Mon, 20 Feb 2006 06:38:18 +0000] rev 1970
Doc changes

2006-02-20One more step towards Undir -> U conversion...
alpar [Mon, 20 Feb 2006 06:32:15 +0000] rev 1969
One more step towards Undir -> U conversion...

2006-02-14Name modification
deba [Tue, 14 Feb 2006 10:41:16 +0000] rev 1968
Name modification

2006-02-13New algorithm:
deba [Mon, 13 Feb 2006 09:42:53 +0000] rev 1967
New algorithm:
MaxCardinalitySearch
MinimalCut // in UGraph

2006-02-07Easier checking in DEBUG mode
deba [Tue, 07 Feb 2006 09:32:55 +0000] rev 1966
Easier checking in DEBUG mode

I hope we should not test ArrayMap longer

The vector map checks its limits in debug mode what
helps us to find the bad memory accesses in the maps

2006-02-07Compilation with G++ -ansi
deba [Tue, 07 Feb 2006 09:20:47 +0000] rev 1965
Compilation with G++ -ansi

2006-02-06Bug fix
deba [Mon, 06 Feb 2006 20:32:29 +0000] rev 1964
Bug fix

2006-02-06Bug fix
deba [Mon, 06 Feb 2006 17:00:41 +0000] rev 1963
Bug fix

2006-02-06Bug fixes in ListEdgeSet
deba [Mon, 06 Feb 2006 16:58:39 +0000] rev 1962
Bug fixes in ListEdgeSet
Added SmartEdgeSet

2006-02-06Bug fix
deba [Mon, 06 Feb 2006 15:52:32 +0000] rev 1961
Bug fix

2006-02-06- Increased max. number of iteration
alpar [Mon, 06 Feb 2006 09:11:53 +0000] rev 1960
- Increased max. number of iteration
- Better tests.

2006-02-06Spellcheck
alpar [Mon, 06 Feb 2006 09:10:43 +0000] rev 1959
Spellcheck

2006-02-03- svn lock doesn't work lemon-0.5
alpar [Fri, 03 Feb 2006 17:32:25 +0000] rev 1958
- svn lock doesn't work
- fix bootstrap switch

2006-02-03Last struggle against Doxygen.
alpar [Fri, 03 Feb 2006 17:21:21 +0000] rev 1957
Last struggle against Doxygen.

2006-02-03Unified copyright notices
alpar [Fri, 03 Feb 2006 16:40:16 +0000] rev 1956
Unified copyright notices

2006-02-03Change the compilation flag at release make distcheck.
alpar [Fri, 03 Feb 2006 16:11:08 +0000] rev 1955
Change the compilation flag at release make distcheck.
(This setting is probably indifferent, though.)

2006-02-03Minor change.
alpar [Fri, 03 Feb 2006 16:00:36 +0000] rev 1954
Minor change.

2006-02-03Polish the doc.
alpar [Fri, 03 Feb 2006 15:58:24 +0000] rev 1953
Polish the doc.

2006-02-03graph_adaptor.h: spacing corrections in doc
klao [Fri, 03 Feb 2006 14:22:45 +0000] rev 1952
graph_adaptor.h: spacing corrections in doc

2006-02-03graph_adaptor.h: probably a doxygen bug: in tex formulas there should be
klao [Fri, 03 Feb 2006 14:07:52 +0000] rev 1951
graph_adaptor.h: probably a doxygen bug: in tex formulas there should be
whitespace after the opening and before the closing \f$

2006-02-03lp_cplex.cc: bugfix in _setColName, _getColName implemented
klao [Fri, 03 Feb 2006 12:20:10 +0000] rev 1950
lp_cplex.cc: bugfix in _setColName, _getColName implemented

2006-02-03Fight with Doxygen.
alpar [Fri, 03 Feb 2006 09:18:17 +0000] rev 1949
Fight with Doxygen.
Victory hasn't been reached yet, but it's on the horizon.

2006-02-03Hopefully we can release 0.5 today
alpar [Fri, 03 Feb 2006 09:03:05 +0000] rev 1948
Hopefully we can release 0.5 today

2006-02-02minor changes
alpar [Thu, 02 Feb 2006 18:13:18 +0000] rev 1947
minor changes

2006-02-02- workaround for a Doxygen 1.4.6 bug
alpar [Thu, 02 Feb 2006 17:43:24 +0000] rev 1946
- workaround for a Doxygen 1.4.6 bug
- other doc fixes

2006-02-02NEWS: major changes since 0.4 added
klao [Thu, 02 Feb 2006 17:09:09 +0000] rev 1945
NEWS: major changes since 0.4 added

2006-02-02Use short icpc paths
alpar [Thu, 02 Feb 2006 15:53:01 +0000] rev 1944
Use short icpc paths

2006-02-02Fix crash when an arrow is clicked with the delete tool.
ladanyi [Thu, 02 Feb 2006 15:44:45 +0000] rev 1943
Fix crash when an arrow is clicked with the delete tool.

2006-02-02kruskal.h: an overloaded function for older, pointer-style iterators
klao [Thu, 02 Feb 2006 13:43:01 +0000] rev 1942
kruskal.h: an overloaded function for older, pointer-style iterators

2006-02-02The version tag of the trunk is svn-head
alpar [Thu, 02 Feb 2006 08:52:20 +0000] rev 1941
The version tag of the trunk is svn-head

2006-02-02- also works off-line
alpar [Thu, 02 Feb 2006 08:51:10 +0000] rev 1940
- also works off-line
- icc-8.0 in (not) tested, as well.

2006-02-02Towards icc-8.0 compatibility...
alpar [Thu, 02 Feb 2006 08:49:41 +0000] rev 1939
Towards icc-8.0 compatibility...

2006-02-01Fix g++-3.4 executable's name
alpar [Wed, 01 Feb 2006 12:55:38 +0000] rev 1938
Fix g++-3.4 executable's name

2006-02-01Some useful scripts:
alpar [Wed, 01 Feb 2006 11:33:16 +0000] rev 1937
Some useful scripts:
check-compiler: test whether the repo compiles warningless
with various compilers.
check-integrity: checks whether everything is svn-added,
the makefiles are correct etc.
release: creates a version numbered release. Is modifies the repository.
DO NOT PLAY WITH IT!

2006-01-31Fix icc compilation failures.
alpar [Tue, 31 Jan 2006 21:14:11 +0000] rev 1936
Fix icc compilation failures.

2006-01-31Spellcheck
alpar [Tue, 31 Jan 2006 20:16:53 +0000] rev 1935
Spellcheck

2006-01-31Bug fix
deba [Tue, 31 Jan 2006 20:14:52 +0000] rev 1934
Bug fix

ANodeIt/BNodeIt should not be inherited from ANode/BNode

The reason:
assert(graph.id(ANodeIt(graph)) == graph.id((Node)ANodeIt(graph)));

2006-01-31Revising the bpugraph concept
deba [Tue, 31 Jan 2006 20:04:36 +0000] rev 1933
Revising the bpugraph concept

We need a public but very limited ANode and BNode class
It can be used with ItemSetTraits and with some special maps

By example:
DescriptorMap<Graph, ANode>
InvertableMap<Graph, ANode, string>
IterableBoolMap<Graph, ANode>
IterableIntMap<Graph, ANode>
IterableValueMap<Graph, ANode, string>

2006-01-31Bug fix
deba [Tue, 31 Jan 2006 19:57:35 +0000] rev 1932
Bug fix
friend does not declares type

2006-01-31New iterable map with comparable values
deba [Tue, 31 Jan 2006 19:33:48 +0000] rev 1931
New iterable map with comparable values
it uses linked lists and balanced binary tree

IterableBoolMap has ItemIt type as the other iterable maps

InvertableMap got ValueIterator

2006-01-30Solve bug #23: Floating versus Integer Coordinates
alpar [Mon, 30 Jan 2006 09:37:41 +0000] rev 1930
Solve bug #23: Floating versus Integer Coordinates

- BoundingBox values rounds to integer
- The generated .eps rescales if the bounding box were too small otherwise.

2006-01-30Better doc.
alpar [Mon, 30 Jan 2006 09:32:52 +0000] rev 1929
Better doc.

2006-01-30Use [] instead of set().
alpar [Mon, 30 Jan 2006 09:32:26 +0000] rev 1928
Use [] instead of set().

2006-01-30Functions added to set the edges/corners of the bounding box directly.
alpar [Mon, 30 Jan 2006 09:31:15 +0000] rev 1927
Functions added to set the edges/corners of the bounding box directly.

2006-01-29Do not rely on the autodetection of cplex and glpk.
ladanyi [Sun, 29 Jan 2006 23:46:05 +0000] rev 1926
Do not rely on the autodetection of cplex and glpk.

2006-01-29Updated rpm specfile to include the gui too. Couldn't test it.
ladanyi [Sun, 29 Jan 2006 23:32:46 +0000] rev 1925
Updated rpm specfile to include the gui too. Couldn't test it.

2006-01-29ignore radix_sort-bench
ladanyi [Sun, 29 Jan 2006 22:50:55 +0000] rev 1924
ignore radix_sort-bench

2006-01-29distribute simann.h too
ladanyi [Sun, 29 Jan 2006 22:41:55 +0000] rev 1923
distribute simann.h too

2006-01-29Undir -> U transition
ladanyi [Sun, 29 Jan 2006 22:21:37 +0000] rev 1922
Undir -> U transition

2006-01-29test for simann
ladanyi [Sun, 29 Jan 2006 22:10:06 +0000] rev 1921
test for simann

2006-01-29added simann_maxcut_demo
ladanyi [Sun, 29 Jan 2006 22:07:52 +0000] rev 1920
added simann_maxcut_demo

2006-01-29demo for simann
ladanyi [Sun, 29 Jan 2006 22:06:45 +0000] rev 1919
demo for simann

2006-01-29more doc
ladanyi [Sun, 29 Jan 2006 22:06:10 +0000] rev 1918
more doc

2006-01-29include the gui in the deb
ladanyi [Sun, 29 Jan 2006 22:04:48 +0000] rev 1917
include the gui in the deb

2006-01-27make public the shiftedStart inorder to compute just n dijkstra
deba [Fri, 27 Jan 2006 14:32:33 +0000] rev 1916
make public the shiftedStart inorder to compute just n dijkstra

2006-01-27Add new ItemSetTraits for ANode and BNode
deba [Fri, 27 Jan 2006 14:18:11 +0000] rev 1915
Add new ItemSetTraits for ANode and BNode

2006-01-27Doc bug fix
deba [Fri, 27 Jan 2006 08:19:42 +0000] rev 1914
Doc bug fix

2006-01-27Making iterable bool map dynamic
deba [Fri, 27 Jan 2006 08:18:47 +0000] rev 1913
Making iterable bool map dynamic
Changed interface

2006-01-27Algorithms by szakall
deba [Fri, 27 Jan 2006 08:17:25 +0000] rev 1912
Algorithms by szakall

2006-01-26The pre BpUGraph concept
deba [Thu, 26 Jan 2006 17:18:12 +0000] rev 1911
The pre BpUGraph concept

2006-01-26Bipartite => Bp
deba [Thu, 26 Jan 2006 16:24:40 +0000] rev 1910
Bipartite => Bp
Upper => A
Lower => B

+ some bug fix

2006-01-26Undir -> U transition
klao [Thu, 26 Jan 2006 15:42:13 +0000] rev 1909
Undir -> U transition

2006-01-26Better doc.
alpar [Thu, 26 Jan 2006 06:44:22 +0000] rev 1908
Better doc.

2006-01-26MALE and FEMALE node shape added.
alpar [Thu, 26 Jan 2006 06:43:59 +0000] rev 1907
MALE and FEMALE node shape added.

2006-01-25Omitting warnings
deba [Wed, 25 Jan 2006 16:44:19 +0000] rev 1906
Omitting warnings

2006-01-25Do not append -Wall -W to CXXFLAGS when it is set on the commandline.
ladanyi [Wed, 25 Jan 2006 15:03:45 +0000] rev 1905
Do not append -Wall -W to CXXFLAGS when it is set on the commandline.

2006-01-25Bug fix for empty intervall sorting
deba [Wed, 25 Jan 2006 14:58:04 +0000] rev 1904
Bug fix for empty intervall sorting

2006-01-25Bug fix
deba [Wed, 25 Jan 2006 14:40:26 +0000] rev 1903
Bug fix

2006-01-25state setting function for heaps
deba [Wed, 25 Jan 2006 12:10:18 +0000] rev 1902
state setting function for heaps

If we know that which elements were in the heap then
we can clear it in better time complexity.

2006-01-24Lemon Graph Format uses label instead of id named map.
deba [Tue, 24 Jan 2006 16:07:38 +0000] rev 1901
Lemon Graph Format uses label instead of id named map.

2006-01-19Fix bug #18: bug in LpSolverBase::Col operator!= and ::Row operator!=
alpar [Thu, 19 Jan 2006 16:56:39 +0000] rev 1900
Fix bug #18: bug in LpSolverBase::Col operator!= and ::Row operator!=

2006-01-18- setCol() -> col()
alpar [Wed, 18 Jan 2006 09:42:59 +0000] rev 1899
- setCol() -> col()
- better doc.

2006-01-18- tolerance() added.
alpar [Wed, 18 Jan 2006 09:42:08 +0000] rev 1898
- tolerance() added.
- better doc.

2006-01-18Tolerance<long double> added
alpar [Wed, 18 Jan 2006 09:40:53 +0000] rev 1897
Tolerance<long double> added

2006-01-14Documentation of classes realizing algorithm running.
hegyi [Sat, 14 Jan 2006 13:42:37 +0000] rev 1896
Documentation of classes realizing algorithm running.

2006-01-14- colName() added (untested on CPLEX)
alpar [Sat, 14 Jan 2006 08:44:59 +0000] rev 1895
- colName() added (untested on CPLEX)
- possibility to set lower/upper bounds of several cols at once
- setObj() -> obj()
- setRow() -> row()

2006-01-14Changes in doc
alpar [Sat, 14 Jan 2006 08:17:00 +0000] rev 1894
Changes in doc

2006-01-12Documenatation of MapWin.
hegyi [Thu, 12 Jan 2006 15:24:24 +0000] rev 1893
Documenatation of MapWin.

2006-01-12Documentation of MapSelector. If no default value is present in MapSelector, Reset button does not appear.
hegyi [Thu, 12 Jan 2006 14:36:08 +0000] rev 1892
Documentation of MapSelector. If no default value is present in MapSelector, Reset button does not appear.

2006-01-12Documentation of NoteBookTab. Redundant function parameters are removed from other classes as well.
hegyi [Thu, 12 Jan 2006 13:28:54 +0000] rev 1891
Documentation of NoteBookTab. Redundant function parameters are removed from other classes as well.

2006-01-11Documentation of NewMapWin.
hegyi [Wed, 11 Jan 2006 15:49:06 +0000] rev 1890
Documentation of NewMapWin.

2006-01-11Documentation of MainWin.
hegyi [Wed, 11 Jan 2006 15:06:17 +0000] rev 1889
Documentation of MainWin.

2006-01-10If default value of a new map is constant, the newly created elements will get that value as well. Documentation is added to BrokenEdge, MapStorage and GraphDisplazCanvas classes.
hegyi [Tue, 10 Jan 2006 15:15:57 +0000] rev 1888
If default value of a new map is constant, the newly created elements will get that value as well. Documentation is added to BrokenEdge, MapStorage and GraphDisplazCanvas classes.

2006-01-09The tree that is created for evaluation of expression string at new map creation is deleted after usage.
hegyi [Mon, 09 Jan 2006 12:41:06 +0000] rev 1887
The tree that is created for evaluation of expression string at new map creation is deleted after usage.

2006-01-09Creation of algorithm dialog is even simpler by the usage of the newly created addMapSelector function.
hegyi [Mon, 09 Jan 2006 11:55:47 +0000] rev 1886
Creation of algorithm dialog is even simpler by the usage of the newly created addMapSelector function.

2006-01-06Forgotten file committed.
hegyi [Fri, 06 Jan 2006 23:16:51 +0000] rev 1885
Forgotten file committed.

2006-01-06In algorithm window maps can be selected and reated through MapSelector widget.
hegyi [Fri, 06 Jan 2006 16:07:08 +0000] rev 1884
In algorithm window maps can be selected and reated through MapSelector widget.

2006-01-06Set arrow coordinates when creating a new edge.
ladanyi [Fri, 06 Jan 2006 14:44:04 +0000] rev 1883
Set arrow coordinates when creating a new edge.

2006-01-06MapSelector has become a standalone class.
hegyi [Fri, 06 Jan 2006 14:36:46 +0000] rev 1882
MapSelector has become a standalone class.

2006-01-06Result of KruskalGUIAlgo is refreshed if displayed, but no more setin a forced way.
hegyi [Fri, 06 Jan 2006 13:58:49 +0000] rev 1881
Result of KruskalGUIAlgo is refreshed if displayed, but no more setin a forced way.

2006-01-06Reformatting: too long code lines.
alpar [Fri, 06 Jan 2006 10:42:58 +0000] rev 1880
Reformatting: too long code lines.

2006-01-05Kruskal algorithm can be run from GUI from now on.
hegyi [Thu, 05 Jan 2006 16:54:34 +0000] rev 1879
Kruskal algorithm can be run from GUI from now on.

2006-01-05Several changes. \n If new map is added to mapstorage it emits signal with the name of the new map. This was important, because from now on not only tha mapwin should be updated. \n Furthermore algobox gets a pointer to mapstorage instead of only the mapnames from it. This is important because without it it would be complicated to pass all of the required maps to algobox.
hegyi [Thu, 05 Jan 2006 12:30:09 +0000] rev 1878
Several changes. \n If new map is added to mapstorage it emits signal with the name of the new map. This was important, because from now on not only tha mapwin should be updated. \n Furthermore algobox gets a pointer to mapstorage instead of only the mapnames from it. This is important because without it it would be complicated to pass all of the required maps to algobox.

2006-01-05Set the move tool active by default.
ladanyi [Thu, 05 Jan 2006 01:54:24 +0000] rev 1877
Set the move tool active by default.

2006-01-04Communication with algorithm window is developed.
hegyi [Wed, 04 Jan 2006 18:05:55 +0000] rev 1876
Communication with algorithm window is developed.

2006-01-04Happy new year to LEMON
alpar [Wed, 04 Jan 2006 13:31:59 +0000] rev 1875
Happy new year to LEMON

2006-01-04Doc updates
alpar [Wed, 04 Jan 2006 13:20:17 +0000] rev 1874
Doc updates

2006-01-04IterableBool{Upper/Lower}NodeMaps
alpar [Wed, 04 Jan 2006 13:19:12 +0000] rev 1873
IterableBool{Upper/Lower}NodeMaps

2006-01-04Best feature ever\! Name of tabs are different from now on\!
hegyi [Wed, 04 Jan 2006 11:41:58 +0000] rev 1872
Best feature ever\! Name of tabs are different from now on\!

2006-01-03Coding of Algorithms has begun, but code is really-really ugly yet.
hegyi [Tue, 03 Jan 2006 17:30:22 +0000] rev 1871
Coding of Algorithms has begun, but code is really-really ugly yet.

2006-01-03Delete misnamed file
deba [Tue, 03 Jan 2006 16:05:27 +0000] rev 1870
Delete misnamed file

2006-01-03Handling of tabs is rationalized a bit. More than one file can be given at startup in command prompt. If there is no file given in command prompt, an empty tab will be present at startup.
hegyi [Tue, 03 Jan 2006 14:56:45 +0000] rev 1869
Handling of tabs is rationalized a bit. More than one file can be given at startup in command prompt. If there is no file given in command prompt, an empty tab will be present at startup.

2005-12-21Bug fix in bipartite graph
deba [Wed, 21 Dec 2005 08:47:38 +0000] rev 1868
Bug fix in bipartite graph

2005-12-19Fix crash when the input file does not contain any nodeset or edgeset.
ladanyi [Mon, 19 Dec 2005 16:59:05 +0000] rev 1867
Fix crash when the input file does not contain any nodeset or edgeset.

2005-12-19New file and data structures: sub_graph
deba [Mon, 19 Dec 2005 14:58:09 +0000] rev 1866
New file and data structures: sub_graph
Moved to new group with the edge_sets

2005-12-19Doc fix
deba [Mon, 19 Dec 2005 09:47:10 +0000] rev 1865
Doc fix

2005-12-19Fixing Bellman's name
deba [Mon, 19 Dec 2005 09:43:13 +0000] rev 1864
Fixing Bellman's name

2005-12-18Demos and benchmarks are not built by default now. They can be enabled with the --enable-demo and --enable-benchmark configure flags.
ladanyi [Sun, 18 Dec 2005 03:01:53 +0000] rev 1863
Demos and benchmarks are not built by default now. They can be enabled with the --enable-demo and --enable-benchmark configure flags.

2005-12-18Added guipixbufs.h to BUILT_SOURCES. This solves 'make dist' problems.
ladanyi [Sun, 18 Dec 2005 01:51:03 +0000] rev 1862
Added guipixbufs.h to BUILT_SOURCES. This solves 'make dist' problems.

2005-12-17Distribute xml.h too.
ladanyi [Sat, 17 Dec 2005 21:51:10 +0000] rev 1861
Distribute xml.h too.

2005-12-17Save and load the coordinates of the arrows on the edges.
ladanyi [Sat, 17 Dec 2005 20:55:41 +0000] rev 1860
Save and load the coordinates of the arrows on the edges.

2005-12-14Bug fix
deba [Wed, 14 Dec 2005 18:11:03 +0000] rev 1859
Bug fix
and doc fix

2005-12-14Bug fix in def pred map
deba [Wed, 14 Dec 2005 18:07:28 +0000] rev 1858
Bug fix in def pred map

2005-12-10belmann_ford:
klao [Sat, 10 Dec 2005 19:38:53 +0000] rev 1857
belmann_ford:
* run() with length limit
* bugfix in processNextRound()

2005-12-08Notebook tabs can be closed.
hegyi [Thu, 08 Dec 2005 14:16:08 +0000] rev 1856
Notebook tabs can be closed.

2005-12-07Eliminate warnins
alpar [Wed, 07 Dec 2005 15:43:44 +0000] rev 1855
Eliminate warnins

2005-12-07Bugfix
alpar [Wed, 07 Dec 2005 15:40:27 +0000] rev 1854
Bugfix

2005-12-07Fix template version of Invalid.
alpar [Wed, 07 Dec 2005 15:39:48 +0000] rev 1853
Fix template version of Invalid.

2005-12-07Some bug fixes and improvments in the io classes
deba [Wed, 07 Dec 2005 11:57:30 +0000] rev 1852
Some bug fixes and improvments in the io classes

2005-12-06Doc improvements
alpar [Tue, 06 Dec 2005 18:44:26 +0000] rev 1851
Doc improvements

2005-12-06Bugfix
marci [Tue, 06 Dec 2005 11:59:44 +0000] rev 1850
Bugfix

2005-12-06Notebook style is provided. Without opportunity to close tabs. :-) But with all other necessary things (I think).
hegyi [Tue, 06 Dec 2005 10:53:38 +0000] rev 1849
Notebook style is provided. Without opportunity to close tabs. :-) But with all other necessary things (I think).

2005-12-05Doc bug fix
deba [Mon, 05 Dec 2005 17:03:58 +0000] rev 1848
Doc bug fix

2005-12-05- Changed and improved Timer interface
alpar [Mon, 05 Dec 2005 17:03:31 +0000] rev 1847
- Changed and improved Timer interface
- several new member functions
- reset() -> restart() renaming
- TimeReport: a Timer that prints a report on destruction.
- counter.h: a tool to measure the number of streps of algorithms.
- New documentation module for time measuring and counting.

2005-12-03I have forgot the attributes
deba [Sat, 03 Dec 2005 18:30:31 +0000] rev 1846
I have forgot the attributes

2005-12-03Implementation redesign
deba [Sat, 03 Dec 2005 18:17:29 +0000] rev 1845
Implementation redesign
Throws exception

2005-12-03Changed implementation and bug fix
deba [Sat, 03 Dec 2005 18:15:43 +0000] rev 1844
Changed implementation and bug fix

2005-12-02bugfix
alpar [Fri, 02 Dec 2005 10:02:40 +0000] rev 1843
bugfix

2005-12-01NewEdgeSetAdaptor -> ListEdgeSet
deba [Thu, 01 Dec 2005 15:08:46 +0000] rev 1842
NewEdgeSetAdaptor -> ListEdgeSet
and moved to edge_set.h

2005-11-30bug fix
marci [Wed, 30 Nov 2005 17:49:01 +0000] rev 1841
bug fix

2005-11-30max flow with lp column generation
marci [Wed, 30 Nov 2005 17:00:17 +0000] rev 1840
max flow with lp column generation

2005-11-30Some bug fix
deba [Wed, 30 Nov 2005 13:24:37 +0000] rev 1839
Some bug fix

2005-11-30MapWin is created and disposed from now instead of being show and hide.
hegyi [Wed, 30 Nov 2005 13:24:23 +0000] rev 1838
MapWin is created and disposed from now instead of being show and hide.

2005-11-29Structure of GUI is now more clear-cut than before.
hegyi [Tue, 29 Nov 2005 19:31:58 +0000] rev 1837
Structure of GUI is now more clear-cut than before.

2005-11-29Clarify INVALID implementation.
alpar [Tue, 29 Nov 2005 08:43:50 +0000] rev 1836
Clarify INVALID implementation.

2005-11-29- tolerance.h added
alpar [Tue, 29 Nov 2005 08:40:03 +0000] rev 1835
- tolerance.h added
- tolerance handler added to preflow (but not yet used!!).

2005-11-28Doc fix
deba [Mon, 28 Nov 2005 11:14:59 +0000] rev 1834
Doc fix

2005-11-28Radix sort algorithm
deba [Mon, 28 Nov 2005 11:14:01 +0000] rev 1833
Radix sort algorithm

2005-11-24Bug fix
deba [Thu, 24 Nov 2005 15:48:53 +0000] rev 1832
Bug fix

2005-11-23No segmentation fault caused by zero long edges.
hegyi [Wed, 23 Nov 2005 16:24:59 +0000] rev 1831
No segmentation fault caused by zero long edges.

2005-11-23Document improvments
deba [Wed, 23 Nov 2005 16:08:02 +0000] rev 1830
Document improvments

2005-11-23Correcting alteration notifing
deba [Wed, 23 Nov 2005 15:42:36 +0000] rev 1829
Correcting alteration notifing

2005-11-23Static maps for bipartite graphs.
deba [Wed, 23 Nov 2005 11:20:14 +0000] rev 1828
Static maps for bipartite graphs.

2005-11-22Fixing bug in g++-3.3
deba [Tue, 22 Nov 2005 15:15:31 +0000] rev 1827
Fixing bug in g++-3.3

2005-11-22clean-up
ladanyi [Tue, 22 Nov 2005 14:35:33 +0000] rev 1826
clean-up

2005-11-22fixed some memory leaks
ladanyi [Tue, 22 Nov 2005 10:27:25 +0000] rev 1825
fixed some memory leaks

2005-11-21Erasing old header
deba [Mon, 21 Nov 2005 18:12:11 +0000] rev 1824
Erasing old header
Correcting makefile

2005-11-21NewMapWin has become Dialog instead of Window. Therefore it is created dynamically, when there is need for it, instead of keeping one instance in memory. This solution is slower, but more correct than before.
hegyi [Mon, 21 Nov 2005 18:03:20 +0000] rev 1823
NewMapWin has become Dialog instead of Window. Therefore it is created dynamically, when there is need for it, instead of keeping one instance in memory. This solution is slower, but more correct than before.

2005-11-21Erasing from the Makefile.am too
deba [Mon, 21 Nov 2005 17:59:27 +0000] rev 1822
Erasing from the Makefile.am too

2005-11-21Erasing old tests
deba [Mon, 21 Nov 2005 17:58:24 +0000] rev 1821
Erasing old tests

2005-11-21Undir Bipartite Graph/Full and Smart/ without concept, doc and concept
deba [Mon, 21 Nov 2005 17:48:00 +0000] rev 1820
Undir Bipartite Graph/Full and Smart/ without concept, doc and concept
checking

2005-11-21Reorganizing.
hegyi [Mon, 21 Nov 2005 12:07:05 +0000] rev 1819
Reorganizing.

2005-11-21UndirEulerIt added
alpar [Mon, 21 Nov 2005 09:08:16 +0000] rev 1818
UndirEulerIt added

2005-11-18- Spellcheck (pathes->paths)
alpar [Fri, 18 Nov 2005 11:17:08 +0000] rev 1817
- Spellcheck (pathes->paths)

2005-11-18- Spellcheck (pathes->paths)
alpar [Fri, 18 Nov 2005 11:13:11 +0000] rev 1816
- Spellcheck (pathes->paths)
- todos

2005-11-18Bugfix
alpar [Fri, 18 Nov 2005 11:10:53 +0000] rev 1815
Bugfix

2005-11-17As initial value of a new map expression with ()+-/* operators can be given. These operators work on numbers, or on maps. If maps are given, then the new value for a given graph element will be calculated using the value from the given maps that belong to that graph element.
hegyi [Thu, 17 Nov 2005 15:34:18 +0000] rev 1814
As initial value of a new map expression with ()+-/* operators can be given. These operators work on numbers, or on maps. If maps are given, then the new value for a given graph element will be calculated using the value from the given maps that belong to that graph element.

2005-11-17Bug fix
deba [Thu, 17 Nov 2005 10:46:38 +0000] rev 1813
Bug fix

2005-11-17split(Edge) member function added.
alpar [Thu, 17 Nov 2005 10:16:29 +0000] rev 1812
split(Edge) member function added.

2005-11-17Several bugfices.
alpar [Thu, 17 Nov 2005 10:14:55 +0000] rev 1811
Several bugfices.

2005-11-16Modified iterators on graph maps
deba [Wed, 16 Nov 2005 18:58:10 +0000] rev 1810
Modified iterators on graph maps
Other iterators for not graph maps

2005-11-16The GRAPH_TYPEDEFS macro is a bug.
marci [Wed, 16 Nov 2005 14:46:22 +0000] rev 1809
The GRAPH_TYPEDEFS macro is a bug.

2005-11-16wirteable -> writable
alpar [Wed, 16 Nov 2005 13:39:29 +0000] rev 1808
wirteable -> writable

2005-11-16Empty graph is (strongly) connected.
alpar [Wed, 16 Nov 2005 13:26:04 +0000] rev 1807
Empty graph is (strongly) connected.

2005-11-16The first parameter of runningTimeTest became const.
alpar [Wed, 16 Nov 2005 13:21:57 +0000] rev 1806
The first parameter of runningTimeTest became const.
It is necessary to enable to pass of temporary objects.

2005-11-16Iterable Bool maps can count the number of true and false values.
alpar [Wed, 16 Nov 2005 13:19:05 +0000] rev 1805
Iterable Bool maps can count the number of true and false values.

2005-11-16(UNDIR)GRAPH_TYPEDEFS also defines some basic graph maps
alpar [Wed, 16 Nov 2005 13:17:02 +0000] rev 1804
(UNDIR)GRAPH_TYPEDEFS also defines some basic graph maps

2005-11-16Better doc.
alpar [Wed, 16 Nov 2005 13:15:33 +0000] rev 1803
Better doc.

2005-11-16Demo for topology
deba [Wed, 16 Nov 2005 09:15:41 +0000] rev 1802
Demo for topology

2005-11-16Images for doc
deba [Wed, 16 Nov 2005 09:11:44 +0000] rev 1801
Images for doc

2005-11-16bipartite by szakall
deba [Wed, 16 Nov 2005 09:10:24 +0000] rev 1800
bipartite by szakall

2005-11-16Warning because unused parameters
deba [Wed, 16 Nov 2005 09:08:36 +0000] rev 1799
Warning because unused parameters

2005-11-16lp_cplex: getDual compiles; untested
klao [Wed, 16 Nov 2005 05:01:04 +0000] rev 1798
lp_cplex: getDual compiles; untested

2005-11-16lp_test.cc:
klao [Wed, 16 Nov 2005 04:22:49 +0000] rev 1797
lp_test.cc:

* bugfix in cplex part: check compiling and running on two different instances

2005-11-15lp_skeleton: _getDual "implemented"
klao [Tue, 15 Nov 2005 20:51:06 +0000] rev 1796
lp_skeleton: _getDual "implemented"

2005-11-15bugfix in undir_graph_extender -> graph_extender transition
klao [Tue, 15 Nov 2005 20:50:21 +0000] rev 1795
bugfix in undir_graph_extender -> graph_extender transition

2005-11-14String->Double
deba [Mon, 14 Nov 2005 18:55:19 +0000] rev 1794
String->Double

2005-11-14Documentation fixes
deba [Mon, 14 Nov 2005 18:40:15 +0000] rev 1793
Documentation fixes

2005-11-14Arrangement of the documentation changed
deba [Mon, 14 Nov 2005 18:39:17 +0000] rev 1792
Arrangement of the documentation changed

2005-11-14Modification on the base graph concept
deba [Mon, 14 Nov 2005 18:38:41 +0000] rev 1791
Modification on the base graph concept
The extended interface does not changed

2005-11-14Bug fix
deba [Mon, 14 Nov 2005 18:36:45 +0000] rev 1790
Bug fix

2005-11-14eps images
deba [Mon, 14 Nov 2005 18:35:20 +0000] rev 1789
eps images

2005-11-14Some documentation modifications
deba [Mon, 14 Nov 2005 18:34:16 +0000] rev 1788
Some documentation modifications

2005-11-13bugfix in setCol, getting dual values
marci [Sun, 13 Nov 2005 20:01:17 +0000] rev 1787
bugfix in setCol, getting dual values

2005-11-10Doc bug fix
deba [Thu, 10 Nov 2005 12:41:33 +0000] rev 1786
Doc bug fix

2005-11-10Assertion with own exception throwing
deba [Thu, 10 Nov 2005 12:40:58 +0000] rev 1785
Assertion with own exception throwing

2005-11-10Bug fix
deba [Thu, 10 Nov 2005 12:40:26 +0000] rev 1784
Bug fix

2005-11-09One more bug fix
deba [Wed, 09 Nov 2005 13:04:39 +0000] rev 1783
One more bug fix

2005-11-09Bug fix.
deba [Wed, 09 Nov 2005 12:54:59 +0000] rev 1782
Bug fix.

2005-11-09Path length limit for belmann_ford.h
deba [Wed, 09 Nov 2005 12:07:00 +0000] rev 1781
Path length limit for belmann_ford.h

2005-11-08- Timer can be stop()ed and (re)start()ed.
alpar [Tue, 08 Nov 2005 10:12:45 +0000] rev 1780
- Timer can be stop()ed and (re)start()ed.
- Obsolete \bug removed

2005-11-08Obsolete bug removed
alpar [Tue, 08 Nov 2005 10:10:09 +0000] rev 1779
Obsolete bug removed

2005-11-04Some just writeable bool maps.
deba [Fri, 04 Nov 2005 19:19:52 +0000] rev 1778
Some just writeable bool maps.

2005-11-04improved zooming
ladanyi [Fri, 04 Nov 2005 19:07:15 +0000] rev 1777
improved zooming

2005-11-04Images for grid_graph_demo
deba [Fri, 04 Nov 2005 17:44:13 +0000] rev 1776
Images for grid_graph_demo

2005-11-04Added doc to demos.
deba [Fri, 04 Nov 2005 17:33:33 +0000] rev 1775
Added doc to demos.

2005-11-04UnsupportedException on erase with Snapshot
deba [Fri, 04 Nov 2005 16:40:54 +0000] rev 1774
UnsupportedException on erase with Snapshot

2005-11-04Bugfix
alpar [Fri, 04 Nov 2005 16:35:18 +0000] rev 1773
Bugfix

2005-11-04SnapShot -> Snapshot
alpar [Fri, 04 Nov 2005 16:35:06 +0000] rev 1772
SnapShot -> Snapshot

2005-11-04(Dual)Expr::simplify(double tolerance) added
alpar [Fri, 04 Nov 2005 16:21:41 +0000] rev 1771
(Dual)Expr::simplify(double tolerance) added

2005-11-04SnapShot -> Snapshot
alpar [Fri, 04 Nov 2005 16:18:51 +0000] rev 1770
SnapShot -> Snapshot

2005-11-04Removed todo
deba [Fri, 04 Nov 2005 16:10:23 +0000] rev 1769
Removed todo
Moved to topology module

2005-11-04Removing findEdge
deba [Fri, 04 Nov 2005 15:59:21 +0000] rev 1768
Removing findEdge

2005-11-04Changed name
deba [Fri, 04 Nov 2005 15:52:24 +0000] rev 1767
Changed name

2005-11-04Tons of todos have been removed.
alpar [Fri, 04 Nov 2005 15:48:06 +0000] rev 1766
Tons of todos have been removed.

2005-11-04Removing todos
deba [Fri, 04 Nov 2005 15:00:19 +0000] rev 1765
Removing todos

2005-11-04Images for topology
deba [Fri, 04 Nov 2005 14:49:14 +0000] rev 1764
Images for topology

2005-11-04pred => predEdge rename
deba [Fri, 04 Nov 2005 14:48:10 +0000] rev 1763
pred => predEdge rename

2005-11-04throwing an exception if s=t
jacint [Fri, 04 Nov 2005 13:53:22 +0000] rev 1762
throwing an exception if s=t

2005-11-04Hiding :) todos
deba [Fri, 04 Nov 2005 13:20:24 +0000] rev 1761
Hiding :) todos

2005-11-04concept/graph.h: graphs defined by using components (_*Graph) need no
klao [Fri, 04 Nov 2005 12:01:40 +0000] rev 1760
concept/graph.h: graphs defined by using components (_*Graph) need no
documentation

2005-11-04Increment and decrement operator for IterableIntMap::Reference
deba [Fri, 04 Nov 2005 10:55:13 +0000] rev 1759
Increment and decrement operator for IterableIntMap::Reference

2005-11-04Doc fix
deba [Fri, 04 Nov 2005 10:51:35 +0000] rev 1758
Doc fix

2005-11-02Spellcheck
alpar [Wed, 02 Nov 2005 16:43:18 +0000] rev 1757
Spellcheck

2005-11-02GRAPH_TYPEDEFS and UNDIRGRAPH_TYPEDEFS macros added to graph_utils.h.
alpar [Wed, 02 Nov 2005 16:32:29 +0000] rev 1756
GRAPH_TYPEDEFS and UNDIRGRAPH_TYPEDEFS macros added to graph_utils.h.

2005-11-02Make constructor explicit
deba [Wed, 02 Nov 2005 15:28:37 +0000] rev 1755
Make constructor explicit
Indentation changed

2005-11-02Documentation modified
deba [Wed, 02 Nov 2005 15:27:38 +0000] rev 1754
Documentation modified

2005-11-02Some change on the clear
deba [Wed, 02 Nov 2005 15:26:04 +0000] rev 1753
Some change on the clear

2005-11-02IterableIntMap
deba [Wed, 02 Nov 2005 15:25:13 +0000] rev 1752
IterableIntMap

todo: documentation need

2005-11-02Swap col and row map
deba [Wed, 02 Nov 2005 15:24:38 +0000] rev 1751
Swap col and row map

2005-11-02Connected components, etc...
deba [Wed, 02 Nov 2005 15:23:46 +0000] rev 1750
Connected components, etc...
Based on the dfs visitor interface

2005-11-02Visitor interface for the dfs algorithm.
deba [Wed, 02 Nov 2005 15:22:28 +0000] rev 1749
Visitor interface for the dfs algorithm.

2005-11-02small svn:ignore fixups
klao [Wed, 02 Nov 2005 12:44:50 +0000] rev 1748
small svn:ignore fixups

2005-10-28Faster implementation
deba [Fri, 28 Oct 2005 09:01:59 +0000] rev 1747
Faster implementation

2005-10-28If the file does not exist LemonReader throws exception
deba [Fri, 28 Oct 2005 08:40:42 +0000] rev 1746
If the file does not exist LemonReader throws exception

2005-10-26Upgrading tests
deba [Wed, 26 Oct 2005 11:10:18 +0000] rev 1745
Upgrading tests

2005-10-26Removing old input/output functions
deba [Wed, 26 Oct 2005 11:09:29 +0000] rev 1744
Removing old input/output functions

2005-10-26Filename can be given as std::string
deba [Wed, 26 Oct 2005 10:59:51 +0000] rev 1743
Filename can be given as std::string

2005-10-26Show description of the file
deba [Wed, 26 Oct 2005 10:52:09 +0000] rev 1742
Show description of the file

2005-10-26Some modifications on shortest path algoritms:
deba [Wed, 26 Oct 2005 10:50:47 +0000] rev 1741
Some modifications on shortest path algoritms:
- heap traits
- checked execution

2005-10-24Bug fix in connectedComponents
deba [Mon, 24 Oct 2005 17:03:02 +0000] rev 1740
Bug fix in connectedComponents
Strongly connected components

2005-10-24Computing the number of the connected components and the components themselves.
alpar [Mon, 24 Oct 2005 15:59:38 +0000] rev 1739
Computing the number of the connected components and the components themselves.

2005-10-24Euler tour iterator.
alpar [Mon, 24 Oct 2005 15:58:38 +0000] rev 1738
Euler tour iterator.

2005-10-24Newly created map is realized by the property givening by common sense.
hegyi [Mon, 24 Oct 2005 10:15:40 +0000] rev 1737
Newly created map is realized by the property givening by common sense.

2005-10-24Doxyfile for documenting glemon's architecture.
alpar [Mon, 24 Oct 2005 08:12:26 +0000] rev 1736
Doxyfile for documenting glemon's architecture.

2005-10-24New version of XML reader/writer.
alpar [Mon, 24 Oct 2005 08:11:21 +0000] rev 1735
New version of XML reader/writer.
Now, there are only a single XmlIo class both for reading and writing.

2005-10-24- dijkstraZero() added. (Until we conclude how to handle the related problem.)
alpar [Mon, 24 Oct 2005 08:09:59 +0000] rev 1734
- dijkstraZero() added. (Until we conclude how to handle the related problem.)
- processed() query function added.

2005-10-21MapSelector widget is able to pop up NewMap window. At the moment I hope MapSelector widget is done.
hegyi [Fri, 21 Oct 2005 13:32:12 +0000] rev 1733
MapSelector widget is able to pop up NewMap window. At the moment I hope MapSelector widget is done.

2005-10-21Bugfix
deba [Fri, 21 Oct 2005 08:34:47 +0000] rev 1732
Bugfix

2005-10-20Mapselector widget reached its first release, but there are still work to do on it, I know...
hegyi [Thu, 20 Oct 2005 15:50:23 +0000] rev 1731
Mapselector widget reached its first release, but there are still work to do on it, I know...

2005-10-17Minor changes and bugfixes
deba [Mon, 17 Oct 2005 10:30:59 +0000] rev 1730
Minor changes and bugfixes

2005-10-17Removing signal/commit Change from alteration notifier
deba [Mon, 17 Oct 2005 10:28:48 +0000] rev 1729
Removing signal/commit Change from alteration notifier

It makes slower the change Target/Source functions
and used only by the In/Out DegMap

2005-10-14Updating tests
deba [Fri, 14 Oct 2005 11:03:40 +0000] rev 1728
Updating tests

2005-10-14Doc and changing heap
deba [Fri, 14 Oct 2005 11:02:34 +0000] rev 1727
Doc and changing heap

2005-10-14Doc bugfix
deba [Fri, 14 Oct 2005 11:01:21 +0000] rev 1726
Doc bugfix

2005-10-14Using proper return type
deba [Fri, 14 Oct 2005 11:00:40 +0000] rev 1725
Using proper return type

2005-10-14Heap not for the dijkstra
deba [Fri, 14 Oct 2005 10:58:54 +0000] rev 1724
Heap not for the dijkstra

It will be used in the minCut algorithm

2005-10-14Really short description of these shortest path algorithms
deba [Fri, 14 Oct 2005 10:53:51 +0000] rev 1723
Really short description of these shortest path algorithms

2005-10-14bugfix (affected x86_64 only)
ladanyi [Fri, 14 Oct 2005 10:53:35 +0000] rev 1722
bugfix (affected x86_64 only)

2005-10-14Named parameter for heap and cross ref
deba [Fri, 14 Oct 2005 10:52:15 +0000] rev 1721
Named parameter for heap and cross ref
It needs some redesign

2005-10-14Matrixmaps moved to own file
deba [Fri, 14 Oct 2005 10:49:51 +0000] rev 1720
Matrixmaps moved to own file

2005-10-14Traits moved to own file
deba [Fri, 14 Oct 2005 10:48:34 +0000] rev 1719
Traits moved to own file
Tag for reference maps
Possibility to handle proper the return type
of the operator[]() const -- value or reference

2005-10-14Extending observer interface
deba [Fri, 14 Oct 2005 10:44:49 +0000] rev 1718
Extending observer interface
It will be used in the indegmap, outdegmap types

2005-10-14Added clear function to heaps and concept
deba [Fri, 14 Oct 2005 10:40:00 +0000] rev 1717
Added clear function to heaps and concept

2005-10-07Sym -> Undir
alpar [Fri, 07 Oct 2005 11:05:35 +0000] rev 1716
Sym -> Undir

2005-10-07Doc improvments
alpar [Fri, 07 Oct 2005 11:05:08 +0000] rev 1715
Doc improvments

2005-10-06Shape keeping movement is implemented, at last. Many thanks to Alpar.
hegyi [Thu, 06 Oct 2005 12:32:06 +0000] rev 1714
Shape keeping movement is implemented, at last. Many thanks to Alpar.

2005-10-06Doc improvments
alpar [Thu, 06 Oct 2005 10:28:45 +0000] rev 1713
Doc improvments

2005-10-06Little modifications
deba [Thu, 06 Oct 2005 09:58:21 +0000] rev 1712
Little modifications

2005-10-06All pairs shortest path test
deba [Thu, 06 Oct 2005 09:57:23 +0000] rev 1711
All pairs shortest path test

2005-10-06Bug solved in named parameters
deba [Thu, 06 Oct 2005 09:37:53 +0000] rev 1710
Bug solved in named parameters
Simplify my Johnson algorithm

2005-10-05Template Named Parameter bugfix
deba [Wed, 05 Oct 2005 16:45:37 +0000] rev 1709
Template Named Parameter bugfix

2005-10-05compile with old gtkmm
ladanyi [Wed, 05 Oct 2005 13:44:29 +0000] rev 1708
compile with old gtkmm

2005-10-05Changing makefile
deba [Wed, 05 Oct 2005 13:21:41 +0000] rev 1707
Changing makefile

2005-10-05Removing NeedCopy
deba [Wed, 05 Oct 2005 13:19:30 +0000] rev 1706
Removing NeedCopy

2005-10-05Removing smart references
deba [Wed, 05 Oct 2005 13:18:51 +0000] rev 1705
Removing smart references

2005-10-05findUndirEdge, ConUndirEdgeIt
deba [Wed, 05 Oct 2005 13:17:42 +0000] rev 1704
findUndirEdge, ConUndirEdgeIt
some modification in the undir graph extenders

2005-10-05Proper sized map type
deba [Wed, 05 Oct 2005 13:15:47 +0000] rev 1703
Proper sized map type

2005-10-03Bugfix in list_graph
deba [Mon, 03 Oct 2005 14:22:10 +0000] rev 1702
Bugfix in list_graph

2005-10-03Bugfix
deba [Mon, 03 Oct 2005 13:51:25 +0000] rev 1701
Bugfix

2005-10-03Extend Makefile
deba [Mon, 03 Oct 2005 10:21:27 +0000] rev 1700
Extend Makefile

2005-10-03Some shortest path algorithms
deba [Mon, 03 Oct 2005 10:20:56 +0000] rev 1699
Some shortest path algorithms
All-pair-shortest path algorithms without function interface
we may need it

2005-10-03Small functions for discovering graph topology
deba [Mon, 03 Oct 2005 10:18:38 +0000] rev 1698
Small functions for discovering graph topology

2005-10-03Preliminary SplitGraphAdaptor
deba [Mon, 03 Oct 2005 10:17:53 +0000] rev 1697
Preliminary SplitGraphAdaptor
And some other improvments

2005-10-03CompileTimeAnd
deba [Mon, 03 Oct 2005 10:16:45 +0000] rev 1696
CompileTimeAnd
Used by SplitGraphAdaptor

2005-10-03Potential difference map
deba [Mon, 03 Oct 2005 10:14:49 +0000] rev 1695
Potential difference map
NodeMatrixMap -- Matrix over the nodes
Indicators for common tags

2005-10-03Fixing naming conventions
deba [Mon, 03 Oct 2005 10:11:29 +0000] rev 1694
Fixing naming conventions
Temporarly bugfix with named-parameters
Removing dead codes

2005-09-30Improving GridGraph and HyperCubeGraph
deba [Fri, 30 Sep 2005 13:15:28 +0000] rev 1693
Improving GridGraph and HyperCubeGraph

2005-09-30Correcting the names in the \files documentation.
deba [Fri, 30 Sep 2005 13:13:42 +0000] rev 1692
Correcting the names in the \files documentation.

2005-09-30Handling C x A -> A multiplication
deba [Fri, 30 Sep 2005 13:12:39 +0000] rev 1691
Handling C x A -> A multiplication

2005-09-30Bug fix.
deba [Fri, 30 Sep 2005 13:10:42 +0000] rev 1690
Bug fix.

2005-09-28- runningTimeTest(): a tool to measure running times more precisely.
alpar [Wed, 28 Sep 2005 08:14:39 +0000] rev 1689
- runningTimeTest(): a tool to measure running times more precisely.
- TimeStamp now uses double to count cpu-times
- 'get's removed from the query functions of Times and TimeStamp

2005-09-16Permissions and svn:ignore cleanup.
klao [Fri, 16 Sep 2005 09:57:02 +0000] rev 1688
Permissions and svn:ignore cleanup.

2005-09-16- silly mistake fixed
alpar [Fri, 16 Sep 2005 09:18:28 +0000] rev 1687
- silly mistake fixed
- output is graph_orientation.eps
- sample input file added

2005-09-16Using std:: prefix for the functions in the c* headers
deba [Fri, 16 Sep 2005 09:01:20 +0000] rev 1686
Using std:: prefix for the functions in the c* headers

2005-09-16Some bugfixes
deba [Fri, 16 Sep 2005 09:00:18 +0000] rev 1685
Some bugfixes

2005-09-14Better doc.
alpar [Wed, 14 Sep 2005 10:00:43 +0000] rev 1684
Better doc.

2005-09-13Input file for coloring.
deba [Tue, 13 Sep 2005 12:41:02 +0000] rev 1683
Input file for coloring.

2005-09-13Automake needs this file
alpar [Tue, 13 Sep 2005 05:19:11 +0000] rev 1682
Automake needs this file

2005-09-12SubGraphAdaptors with edge checking functionality.
deba [Mon, 12 Sep 2005 11:24:54 +0000] rev 1681
SubGraphAdaptors with edge checking functionality.

Improved grid_graph_demo

2005-09-12Fixing and improving GridGraph
deba [Mon, 12 Sep 2005 09:19:52 +0000] rev 1680
Fixing and improving GridGraph

2005-09-12Some bugfixes.
deba [Mon, 12 Sep 2005 09:15:59 +0000] rev 1679
Some bugfixes.

2005-09-12graph_orientation.cc: A thoroughly documented demo application.
alpar [Mon, 12 Sep 2005 05:35:36 +0000] rev 1678
graph_orientation.cc: A thoroughly documented demo application.

2005-09-12iterable_maps.h header hes been added. Up to now it contains an iterable bool
alpar [Mon, 12 Sep 2005 05:31:55 +0000] rev 1677
iterable_maps.h header hes been added. Up to now it contains an iterable bool
map and specialized versions for Node and Edge maps.

2005-09-08Bug fix
deba [Thu, 08 Sep 2005 14:35:22 +0000] rev 1676
Bug fix

2005-09-08Redesign of the map adaptors.
deba [Thu, 08 Sep 2005 14:34:50 +0000] rev 1675
Redesign of the map adaptors.
/smart reference handling only used by functions/

Better handling of the function objects and functions.

\\\todo May we use operators instead of the addMap, subMap...?

2005-09-01Warning added on the usage of InDegMap/OutDegMap
alpar [Thu, 01 Sep 2005 20:35:30 +0000] rev 1674
Warning added on the usage of InDegMap/OutDegMap

2005-09-01negateY() option added.
alpar [Thu, 01 Sep 2005 19:21:35 +0000] rev 1673
negateY() option added.

2005-09-01Bug fix.
deba [Thu, 01 Sep 2005 12:14:14 +0000] rev 1672
Bug fix.

Default assign operator should be
overrided by that calls the template
assign operator.

2005-08-31install docs in $datadir/doc/$PACKAGE
ladanyi [Wed, 31 Aug 2005 23:14:58 +0000] rev 1671
install docs in $datadir/doc/$PACKAGE

2005-08-31fixed a typo
ladanyi [Wed, 31 Aug 2005 23:03:29 +0000] rev 1670
fixed a typo

2005-08-31Template assign operator for graph maps.
deba [Wed, 31 Aug 2005 13:29:32 +0000] rev 1669
Template assign operator for graph maps.

Some naming and coding conventions.

2005-08-30ChangeLog -> NEWS
alpar [Tue, 30 Aug 2005 21:19:07 +0000] rev 1668
ChangeLog -> NEWS

2005-08-30ChangeLog -> NEWS
alpar [Tue, 30 Aug 2005 21:16:51 +0000] rev 1667
ChangeLog -> NEWS

2005-08-30Set dists in a bit better way.
alpar [Tue, 30 Aug 2005 20:50:58 +0000] rev 1666
Set dists in a bit better way.

2005-08-30Functions to query the next node/edge to be processed.
alpar [Tue, 30 Aug 2005 14:55:11 +0000] rev 1665
Functions to query the next node/edge to be processed.

2005-08-30Bugfix: DFS crashed if the source did not have an outgoing edge.
alpar [Tue, 30 Aug 2005 13:48:40 +0000] rev 1664
Bugfix: DFS crashed if the source did not have an outgoing edge.

2005-08-29Serious bugfix.
alpar [Mon, 29 Aug 2005 18:21:02 +0000] rev 1663
Serious bugfix.

2005-08-27Let's go on!
alpar [Sat, 27 Aug 2005 12:08:23 +0000] rev 1662
Let's go on!

2005-08-27Update ChangeLog. lemon-0.4
alpar [Sat, 27 Aug 2005 12:03:45 +0000] rev 1661
Update ChangeLog.

2005-08-27- Doc images partly turned on again.
alpar [Sat, 27 Aug 2005 11:37:05 +0000] rev 1660
- Doc images partly turned on again.

2005-08-27Dependency problem (guipixbufs.h) is solved.
alpar [Sat, 27 Aug 2005 09:32:34 +0000] rev 1659
Dependency problem (guipixbufs.h) is solved.

2005-08-27Trial to fix dependency failure
alpar [Sat, 27 Aug 2005 09:15:59 +0000] rev 1658
Trial to fix dependency failure

2005-08-27removed the fit to window form the toolbar and the menu since its current implementation is broken
ladanyi [Sat, 27 Aug 2005 09:13:26 +0000] rev 1657
removed the fit to window form the toolbar and the menu since its current implementation is broken

2005-08-27Missing dependency added.
alpar [Sat, 27 Aug 2005 07:18:22 +0000] rev 1656
Missing dependency added.

2005-08-26Toward Version 0.4...
alpar [Fri, 26 Aug 2005 15:32:46 +0000] rev 1655
Toward Version 0.4...

2005-08-26placement of the coordinates caption now takes into account the node radius
ladanyi [Fri, 26 Aug 2005 15:30:01 +0000] rev 1654
placement of the coordinates caption now takes into account the node radius

2005-08-26gui is renamed to glemon
alpar [Fri, 26 Aug 2005 15:06:51 +0000] rev 1653
gui is renamed to glemon

2005-08-26Display the node's coordinates while moving it.
ladanyi [Fri, 26 Aug 2005 12:37:34 +0000] rev 1652
Display the node's coordinates while moving it.

2005-08-26No comment.
alpar [Fri, 26 Aug 2005 11:37:41 +0000] rev 1651
No comment.

2005-08-26display file name in window title
ladanyi [Fri, 26 Aug 2005 11:03:59 +0000] rev 1650
display file name in window title

2005-08-26bugfix
ladanyi [Fri, 26 Aug 2005 10:46:51 +0000] rev 1649
bugfix

2005-08-26- use Gtk::Dialog to set the new values of edge and node maps
ladanyi [Fri, 26 Aug 2005 07:35:23 +0000] rev 1648
- use Gtk::Dialog to set the new values of edge and node maps
- update all edges/nodes when editing a map so that edge widths and node
sizes change properly
- coordinate maps are no longer selectable in the maps window

2005-08-23bugfix
ladanyi [Tue, 23 Aug 2005 16:27:59 +0000] rev 1647
bugfix

2005-08-23- handle the case when there is no id map in the edgeset section
ladanyi [Tue, 23 Aug 2005 15:57:12 +0000] rev 1646
- handle the case when there is no id map in the edgeset section
- do not use ListGraph.id() to determine the id of a new node/edge

2005-08-23- id maps are not editable
ladanyi [Tue, 23 Aug 2005 07:36:09 +0000] rev 1645
- id maps are not editable
- handle exceptions thrown by the file reader
- texts are always above the edges
- store a default value for all maps, so that edges and nodes created after
adding a new map receive the default value too
- create node on button release, not on click (fixes a few oddities)

2005-08-19Put an end to every gcc-4.0 warning.
alpar [Fri, 19 Aug 2005 12:09:21 +0000] rev 1644
Put an end to every gcc-4.0 warning.

2005-08-18- The number of gcc-4.0 warnings has significantly decreases.
alpar [Thu, 18 Aug 2005 13:33:49 +0000] rev 1643
- The number of gcc-4.0 warnings has significantly decreases.
- Some code clean-up in gui

2005-08-18icc need this...
alpar [Thu, 18 Aug 2005 12:22:44 +0000] rev 1642
icc need this...
... and she's right.

2005-08-17Demos' documentations include the source.
alpar [Wed, 17 Aug 2005 22:07:35 +0000] rev 1641
Demos' documentations include the source.

2005-08-17- Better insertion of sources examples
alpar [Wed, 17 Aug 2005 21:52:50 +0000] rev 1640
- Better insertion of sources examples
- Superfluous #include removed from reader_writer_demo.cc

2005-08-17fixed a typo
ladanyi [Wed, 17 Aug 2005 20:39:11 +0000] rev 1639
fixed a typo

2005-08-17less stupid title
ladanyi [Wed, 17 Aug 2005 20:38:32 +0000] rev 1638
less stupid title

2005-08-17Added a section about configure flags, and a few other things.
ladanyi [Wed, 17 Aug 2005 20:37:36 +0000] rev 1637
Added a section about configure flags, and a few other things.

2005-08-17Added missing copyright headers, and corrected the file names in some of them.
ladanyi [Wed, 17 Aug 2005 15:26:00 +0000] rev 1636
Added missing copyright headers, and corrected the file names in some of them.

2005-08-17Images are compiled in now.
ladanyi [Wed, 17 Aug 2005 15:20:18 +0000] rev 1635
Images are compiled in now.

2005-08-17Toolbar has custom icons now. Works only when installed.
ladanyi [Wed, 17 Aug 2005 12:35:43 +0000] rev 1634
Toolbar has custom icons now. Works only when installed.

2005-08-16Move simann.h to trunk/lemon
alpar [Tue, 16 Aug 2005 20:17:43 +0000] rev 1633
Move simann.h to trunk/lemon

2005-08-16math.h -> cmath
alpar [Tue, 16 Aug 2005 20:07:14 +0000] rev 1632
math.h -> cmath

2005-08-16Fixed most (but not all) of Doxygen warnings
alpar [Tue, 16 Aug 2005 19:06:59 +0000] rev 1631
Fixed most (but not all) of Doxygen warnings

2005-08-16Doc changes:
alpar [Tue, 16 Aug 2005 16:44:57 +0000] rev 1630
Doc changes:
- True and False got documented
- Graph "developper interface" documentation switched off
- minor fix in graph_to_eps_demo.cc

2005-08-16lp.h added
alpar [Tue, 16 Aug 2005 16:42:04 +0000] rev 1629
lp.h added

2005-08-11Matrix graph renamed -> Grid graph
deba [Thu, 11 Aug 2005 15:56:21 +0000] rev 1628
Matrix graph renamed -> Grid graph

2005-08-11Some modification on the undirected graph interface.
deba [Thu, 11 Aug 2005 15:55:17 +0000] rev 1627
Some modification on the undirected graph interface.
Doc improvments

2005-08-11Added copyright header and description.
ladanyi [Thu, 11 Aug 2005 15:24:24 +0000] rev 1626
Added copyright header and description.

2005-08-11Fix Makefile.am
deba [Thu, 11 Aug 2005 14:35:22 +0000] rev 1625
Fix Makefile.am

2005-08-11Several docfices
alpar [Thu, 11 Aug 2005 14:31:06 +0000] rev 1624
Several docfices

2005-08-11Matrix graph renamed to grid graph
deba [Thu, 11 Aug 2005 13:20:52 +0000] rev 1623
Matrix graph renamed to grid graph
Some usefull function and documentation

2005-08-11Ordering in the graph concept.
deba [Thu, 11 Aug 2005 13:16:39 +0000] rev 1622
Ordering in the graph concept.

2005-08-11Sym graph removed
deba [Thu, 11 Aug 2005 13:15:03 +0000] rev 1621
Sym graph removed

2005-08-11Start working on UndirGraph concept clarification and its harmonization with
alpar [Thu, 11 Aug 2005 13:07:54 +0000] rev 1620
Start working on UndirGraph concept clarification and its harmonization with
the directed graph concept.
Not yet done!!!

2005-08-10X function -> function X
hegyi [Wed, 10 Aug 2005 19:23:51 +0000] rev 1619
X function -> function X

2005-08-09Get rid of undocumented members.
alpar [Tue, 09 Aug 2005 14:41:39 +0000] rev 1618
Get rid of undocumented members.

2005-08-07Until this commitment gui gave us segmentation fault in the case when no element was on graph_displayer_canvas and a map to visualize by a property has been changed.
hegyi [Sun, 07 Aug 2005 22:14:59 +0000] rev 1617
Until this commitment gui gave us segmentation fault in the case when no element was on graph_displayer_canvas and a map to visualize by a property has been changed.

2005-08-07open file from command line
ladanyi [Sun, 07 Aug 2005 18:06:41 +0000] rev 1616
open file from command line

2005-08-07compile with gtkmm 2.4
ladanyi [Sun, 07 Aug 2005 16:35:15 +0000] rev 1615
compile with gtkmm 2.4

2005-08-07Alpar had the key, focus can be set in the window class. But it is not enough, the focused widget has to be activated, as well! Was a hard task to find out... By the way, two compilation warnings are removed.
hegyi [Sun, 07 Aug 2005 14:17:11 +0000] rev 1614
Alpar had the key, focus can be set in the window class. But it is not enough, the focused widget has to be activated, as well! Was a hard task to find out... By the way, two compilation warnings are removed.

2005-08-03Bugfix due to Gabor.
alpar [Wed, 03 Aug 2005 19:10:12 +0000] rev 1613
Bugfix due to Gabor.

2005-08-01Spellcheck
alpar [Mon, 01 Aug 2005 22:28:10 +0000] rev 1612
Spellcheck

2005-08-01We must always have lemon/config.h
alpar [Mon, 01 Aug 2005 21:24:55 +0000] rev 1611
We must always have lemon/config.h

2005-08-01A default LP solver is defined in lp.h
alpar [Mon, 01 Aug 2005 21:16:08 +0000] rev 1610
A default LP solver is defined in lp.h

2005-08-01Toward release 0.4
alpar [Mon, 01 Aug 2005 20:20:43 +0000] rev 1609
Toward release 0.4

2005-07-29Remove demoprograms.dox
alpar [Fri, 29 Jul 2005 15:23:15 +0000] rev 1608
Remove demoprograms.dox

2005-07-29small fix
ladanyi [Fri, 29 Jul 2005 12:30:28 +0000] rev 1607
small fix

2005-07-29added support for saving files
ladanyi [Fri, 29 Jul 2005 12:01:37 +0000] rev 1606
added support for saving files

2005-07-28Some (awful) toolbar images added.
alpar [Thu, 28 Jul 2005 19:09:39 +0000] rev 1605
Some (awful) toolbar images added.
The inline image data (guipixbufs.h) are automatically generated, but
I don't know how to use it.

2005-07-28Edge width and node size autoscaling added.
alpar [Thu, 28 Jul 2005 19:05:45 +0000] rev 1604
Edge width and node size autoscaling added.

2005-07-28More docs
alpar [Thu, 28 Jul 2005 19:04:43 +0000] rev 1603
More docs

2005-07-28Tooltip should be turn up on CreateNode tool.
hegyi [Thu, 28 Jul 2005 17:06:13 +0000] rev 1602
Tooltip should be turn up on CreateNode tool.

2005-07-28Tooltip should be turn up on CreateNode tool.
hegyi [Thu, 28 Jul 2005 17:01:40 +0000] rev 1601
Tooltip should be turn up on CreateNode tool.

2005-07-28There is no need for these furthermore.
hegyi [Thu, 28 Jul 2005 15:54:53 +0000] rev 1600
There is no need for these furthermore.

2005-07-28cout->cerr, node radius and edge width is now scaled, maps are editable by clicking on texts.
hegyi [Thu, 28 Jul 2005 15:54:00 +0000] rev 1599
cout->cerr, node radius and edge width is now scaled, maps are editable by clicking on texts.

2005-07-28Redundant functions from main_win disappeared, entry is now bigger, properties refresh upon edition, edgewidth is zoomable.
hegyi [Thu, 28 Jul 2005 14:31:32 +0000] rev 1598
Redundant functions from main_win disappeared, entry is now bigger, properties refresh upon edition, edgewidth is zoomable.

2005-07-27No maps with the same name can be added.
hegyi [Wed, 27 Jul 2005 11:35:13 +0000] rev 1597
No maps with the same name can be added.

2005-07-27Sorry for the previous commit, it was not ready yet, but that damned up arrow... So in this new revision string-double and double-string conversion is corrected to a more C++ way.
hegyi [Wed, 27 Jul 2005 11:19:35 +0000] rev 1596
Sorry for the previous commit, it was not ready yet, but that damned up arrow... So in this new revision string-double and double-string conversion is corrected to a more C++ way.

2005-07-27Documentation was added to GUI.
hegyi [Wed, 27 Jul 2005 11:02:51 +0000] rev 1595
Documentation was added to GUI.

2005-07-27Documentation was added to GUI.
hegyi [Wed, 27 Jul 2005 10:47:38 +0000] rev 1594
Documentation was added to GUI.

2005-07-26EdgeMap and NodeMap creation is done, at last. Bach 4ever.
hegyi [Tue, 26 Jul 2005 21:20:01 +0000] rev 1593
EdgeMap and NodeMap creation is done, at last. Bach 4ever.

2005-07-26EdgeMap and NodeMap creation is done, at last. Bach 4ever.
hegyi [Tue, 26 Jul 2005 21:19:41 +0000] rev 1592
EdgeMap and NodeMap creation is done, at last. Bach 4ever.

2005-07-26Spellrecheck
alpar [Tue, 26 Jul 2005 20:14:03 +0000] rev 1591
Spellrecheck

2005-07-26Spellcheck
alpar [Tue, 26 Jul 2005 20:12:36 +0000] rev 1590
Spellcheck

2005-07-26creates one new edgemap
hegyi [Tue, 26 Jul 2005 18:14:23 +0000] rev 1589
creates one new edgemap

2005-07-26BoundingBox<T>::operator+=() -> BoundingBox<T>::add() ->
alpar [Tue, 26 Jul 2005 14:31:29 +0000] rev 1588
BoundingBox<T>::operator+=() -> BoundingBox<T>::add() ->

2005-07-26Doc improvements
alpar [Tue, 26 Jul 2005 13:15:13 +0000] rev 1587
Doc improvements

2005-07-25Continuing adding new maps.
hegyi [Mon, 25 Jul 2005 11:17:23 +0000] rev 1586
Continuing adding new maps.

2005-07-25Initializing adding new maps.
hegyi [Mon, 25 Jul 2005 10:33:03 +0000] rev 1585
Initializing adding new maps.

2005-07-22corrections
zsuzska [Fri, 22 Jul 2005 16:57:07 +0000] rev 1584
corrections

2005-07-22Documented some more demo programs.
athos [Fri, 22 Jul 2005 15:15:29 +0000] rev 1583
Documented some more demo programs.

2005-07-22File demoprograms.dox thrown away: demos module used instead.
athos [Fri, 22 Jul 2005 15:03:23 +0000] rev 1582
File demoprograms.dox thrown away: demos module used instead.

2005-07-22There were bugs, created yesterday, and there is still one. (I hope only one :) )
hegyi [Fri, 22 Jul 2005 11:04:27 +0000] rev 1581
There were bugs, created yesterday, and there is still one. (I hope only one :) )

2005-07-22Some changes to kruskal stuff.
athos [Fri, 22 Jul 2005 09:41:20 +0000] rev 1580
Some changes to kruskal stuff.

2005-07-21Edge and nodemap edition is done.
hegyi [Thu, 21 Jul 2005 19:28:29 +0000] rev 1579
Edge and nodemap edition is done.

2005-07-20kruskal_demo corrected, quicktour filled with kruskal
zsuzska [Wed, 20 Jul 2005 22:36:37 +0000] rev 1578
kruskal_demo corrected, quicktour filled with kruskal

2005-07-20Documentation (lp_demo,lp_maxflow) and slight changes (rest).
athos [Wed, 20 Jul 2005 16:05:04 +0000] rev 1577
Documentation (lp_demo,lp_maxflow) and slight changes (rest).

2005-07-20Typo.
athos [Wed, 20 Jul 2005 16:03:41 +0000] rev 1576
Typo.

2005-07-20- spellcheck in doc
alpar [Wed, 20 Jul 2005 12:13:36 +0000] rev 1575
- spellcheck in doc
- getR(),getG(),getB() -> red(),green(),blue()
- reformatting

2005-07-20- Doc improvements, spell checks
alpar [Wed, 20 Jul 2005 08:33:33 +0000] rev 1574
- Doc improvements, spell checks
- Obsolete \todo's removed

2005-07-20- graph_to_eps_demo.cc is rightly documented
alpar [Wed, 20 Jul 2005 08:06:32 +0000] rev 1573
- graph_to_eps_demo.cc is rightly documented
- Fix/improve documentation of graphToEps()
- Missing const added to ColorSet::size();

2005-07-20A bit more information on installation.
alpar [Wed, 20 Jul 2005 08:03:15 +0000] rev 1572
A bit more information on installation.

2005-07-20Minor change
alpar [Wed, 20 Jul 2005 08:02:11 +0000] rev 1571
Minor change

2005-07-20docfix
alpar [Wed, 20 Jul 2005 08:01:16 +0000] rev 1570
docfix

2005-07-19Produce less messages.
alpar [Tue, 19 Jul 2005 12:40:23 +0000] rev 1569
Produce less messages.

2005-07-18Improving tests.
deba [Mon, 18 Jul 2005 15:10:22 +0000] rev 1568
Improving tests.

2005-07-18New undirected graph type
deba [Mon, 18 Jul 2005 15:09:37 +0000] rev 1567
New undirected graph type
Represent a two dimensional undirected grid

2005-07-18UndirFullGraph class
deba [Mon, 18 Jul 2005 15:08:18 +0000] rev 1566
UndirFullGraph class

2005-07-18Improve findEdge interface
deba [Mon, 18 Jul 2005 15:07:28 +0000] rev 1565
Improve findEdge interface
ConEdgeIt is a high level replacement of findEdge

2005-07-18Solving ambigous function call
deba [Mon, 18 Jul 2005 15:05:50 +0000] rev 1564
Solving ambigous function call

2005-07-18Fix concepts and constraints
deba [Mon, 18 Jul 2005 15:03:55 +0000] rev 1563
Fix concepts and constraints

2005-07-15EdgeMapEditor is on its way, but it is far not yet ready.
hegyi [Fri, 15 Jul 2005 21:17:18 +0000] rev 1562
EdgeMapEditor is on its way, but it is far not yet ready.

2005-07-15Wrap long lines
alpar [Fri, 15 Jul 2005 16:12:35 +0000] rev 1561
Wrap long lines

2005-07-15Some demo programs got some interface. Most progress with lp_maxflow_demo.cc, which also got documented.
athos [Fri, 15 Jul 2005 16:01:55 +0000] rev 1560
Some demo programs got some interface. Most progress with lp_maxflow_demo.cc, which also got documented.

2005-07-15Englishing
alpar [Fri, 15 Jul 2005 14:35:07 +0000] rev 1559
Englishing

2005-07-15Demos module added
alpar [Fri, 15 Jul 2005 14:13:07 +0000] rev 1558
Demos module added

2005-07-14Each version of Kruskal is called the same ( kruskal(g,in,out) ) independently
alpar [Thu, 14 Jul 2005 12:23:15 +0000] rev 1557
Each version of Kruskal is called the same ( kruskal(g,in,out) ) independently
from the input source and the output type.

2005-07-13Avoid ambiguity.
alpar [Wed, 13 Jul 2005 20:02:29 +0000] rev 1556
Avoid ambiguity.

2005-07-13Doc improvement
alpar [Wed, 13 Jul 2005 19:49:36 +0000] rev 1555
Doc improvement

2005-07-13Demo displays information on the screen
deba [Wed, 13 Jul 2005 14:17:13 +0000] rev 1554
Demo displays information on the screen
Added to Makefile.am

2005-07-13Demo about descriptor map.
deba [Wed, 13 Jul 2005 14:05:49 +0000] rev 1553
Demo about descriptor map.

2005-07-13Swap function for DescriptorMap
deba [Wed, 13 Jul 2005 13:16:57 +0000] rev 1552
Swap function for DescriptorMap

2005-07-12Developing of edgemap editing is started.
hegyi [Tue, 12 Jul 2005 21:45:39 +0000] rev 1551
Developing of edgemap editing is started.

2005-07-12Editors are based.
hegyi [Tue, 12 Jul 2005 18:21:49 +0000] rev 1550
Editors are based.

2005-07-12Doc image generation is turned off to reduce the size of the distro file.
alpar [Tue, 12 Jul 2005 16:19:06 +0000] rev 1549
Doc image generation is turned off to reduce the size of the distro file.

2005-07-12Bezier classes are made more consistent
alpar [Tue, 12 Jul 2005 16:17:16 +0000] rev 1548
Bezier classes are made more consistent

2005-07-12Improve doc
alpar [Tue, 12 Jul 2005 16:16:19 +0000] rev 1547
Improve doc

2005-07-12moveSource() -> changeSource()
alpar [Tue, 12 Jul 2005 16:15:37 +0000] rev 1546
moveSource() -> changeSource()
moveTarget() -> changeTarget()

2005-07-12Added the individual png files to EXTRA_DIST instead of the icons directory. This way the .svn directories do not get in the tarball. An alternative solution would be to delete these in a dist-hook target.
ladanyi [Tue, 12 Jul 2005 13:36:01 +0000] rev 1545
Added the individual png files to EXTRA_DIST instead of the icons directory. This way the .svn directories do not get in the tarball. An alternative solution would be to delete these in a dist-hook target.

2005-07-11Typo.
athos [Mon, 11 Jul 2005 08:54:31 +0000] rev 1544
Typo.

2005-07-07lp_test: error messages with appropriate status/value info
athos [Thu, 07 Jul 2005 15:58:19 +0000] rev 1543
lp_test: error messages with appropriate status/value info

2005-07-07Some testing of the LP interface: bugs got fixed.
athos [Thu, 07 Jul 2005 15:00:04 +0000] rev 1542
Some testing of the LP interface: bugs got fixed.

2005-07-07Decided not to \include the sample.lgf in the quicktour: so it can be bigger.
athos [Thu, 07 Jul 2005 09:04:39 +0000] rev 1541
Decided not to \include the sample.lgf in the quicktour: so it can be bigger.

2005-07-05Documented Balazs's stuff. Quite enough of that.
athos [Tue, 05 Jul 2005 14:36:10 +0000] rev 1540
Documented Balazs's stuff. Quite enough of that.

2005-07-04May it does not throw Warning with g++-4.0
deba [Mon, 04 Jul 2005 17:51:07 +0000] rev 1539
May it does not throw Warning with g++-4.0

2005-07-04NewUndirEdgeSetAdaptor class
deba [Mon, 04 Jul 2005 17:22:03 +0000] rev 1538
NewUndirEdgeSetAdaptor class
some doc
some bug fix

2005-07-04Some more doxygen command killed.
alpar [Mon, 04 Jul 2005 17:16:05 +0000] rev 1537
Some more doxygen command killed.

2005-07-04Kill several doxygen warnings
alpar [Mon, 04 Jul 2005 16:27:54 +0000] rev 1536
Kill several doxygen warnings

2005-07-04trivial bugfix for deba
klao [Mon, 04 Jul 2005 16:18:11 +0000] rev 1535
trivial bugfix for deba

2005-07-04Doc.
athos [Mon, 04 Jul 2005 16:11:33 +0000] rev 1534
Doc.

2005-07-04Specialization for string literals.
deba [Mon, 04 Jul 2005 16:11:00 +0000] rev 1533
Specialization for string literals.

2005-07-04Updated but not complete doc for IO.
deba [Mon, 04 Jul 2005 15:03:25 +0000] rev 1532
Updated but not complete doc for IO.

2005-07-04New graph copy interface
deba [Mon, 04 Jul 2005 13:10:34 +0000] rev 1531
New graph copy interface

2005-07-04Doc.
athos [Mon, 04 Jul 2005 13:08:31 +0000] rev 1530
Doc.

2005-07-04Doc repaired
deba [Mon, 04 Jul 2005 07:51:57 +0000] rev 1529
Doc repaired

2005-07-01Graph input-output demo, some documentation.
athos [Fri, 01 Jul 2005 16:10:46 +0000] rev 1528
Graph input-output demo, some documentation.

2005-07-01Doc review+corrections in my own documentation according to the reviewers comments.
athos [Fri, 01 Jul 2005 10:33:27 +0000] rev 1527
Doc review+corrections in my own documentation according to the reviewers comments.

2005-06-30Mainly doc review.
athos [Thu, 30 Jun 2005 16:13:30 +0000] rev 1526
Mainly doc review.

2005-06-29Uh, long comment arrives... Zoom update does not happen after editorial steps. Nodes initial color is light blue, if there is any item under them. Strange node-text relations disappeared. Initial values of new items are given now in a more common way. The wood-cutter way of handling default values of properties is now changed.
hegyi [Wed, 29 Jun 2005 19:44:30 +0000] rev 1525
Uh, long comment arrives... Zoom update does not happen after editorial steps. Nodes initial color is light blue, if there is any item under them. Strange node-text relations disappeared. Initial values of new items are given now in a more common way. The wood-cutter way of handling default values of properties is now changed.

2005-06-29Function names are corrected according to naming conventions.
hegyi [Wed, 29 Jun 2005 15:41:33 +0000] rev 1524
Function names are corrected according to naming conventions.

2005-06-29Hmmm...
alpar [Wed, 29 Jun 2005 12:52:20 +0000] rev 1523
Hmmm...

2005-06-28Some corrections to graph_io.dox (mainly language corrections). Improvements on quicktour.
athos [Tue, 28 Jun 2005 17:46:35 +0000] rev 1522
Some corrections to graph_io.dox (mainly language corrections). Improvements on quicktour.

2005-06-28Some modifications.
athos [Tue, 28 Jun 2005 13:47:16 +0000] rev 1521
Some modifications.

2005-06-27getstart: hello_lemon.cc moved to a separate file in demo/
klao [Mon, 27 Jun 2005 20:44:29 +0000] rev 1520
getstart: hello_lemon.cc moved to a separate file in demo/

2005-06-27getstart improvements
klao [Mon, 27 Jun 2005 19:47:09 +0000] rev 1519
getstart improvements

2005-06-27Only added comments.
athos [Mon, 27 Jun 2005 15:25:33 +0000] rev 1518
Only added comments.

2005-06-27Some modifications in this and that.
athos [Mon, 27 Jun 2005 15:22:34 +0000] rev 1517
Some modifications in this and that.

2005-06-27processNextXyz() returns the processed object.
alpar [Mon, 27 Jun 2005 14:39:53 +0000] rev 1516
processNextXyz() returns the processed object.

2005-06-27InDegMap and OutDegMap fixed
deba [Mon, 27 Jun 2005 10:49:37 +0000] rev 1515
InDegMap and OutDegMap fixed

2005-06-24Improved getsart.dox and quicktour.dox
athos [Fri, 24 Jun 2005 21:03:08 +0000] rev 1514
Improved getsart.dox and quicktour.dox

2005-06-24Minor changes
athos [Fri, 24 Jun 2005 21:02:47 +0000] rev 1513
Minor changes

2005-06-24NodeMap values are now visualizable. Todo: default map-values
hegyi [Fri, 24 Jun 2005 18:16:12 +0000] rev 1512
NodeMap values are now visualizable. Todo: default map-values

2005-06-24Half-done, but I want to continue from home.
athos [Fri, 24 Jun 2005 08:44:54 +0000] rev 1511
Half-done, but I want to continue from home.

2005-06-24File graph_displayer is split in functional parts.
hegyi [Fri, 24 Jun 2005 07:58:18 +0000] rev 1510
File graph_displayer is split in functional parts.

2005-06-23A bug, explored by Alpar is corrected, but with value-checking, and not with correct values. (There is some problem with map values of new items! Maybe refreshemnt is the responsible thing?)
hegyi [Thu, 23 Jun 2005 17:56:24 +0000] rev 1509
A bug, explored by Alpar is corrected, but with value-checking, and not with correct values. (There is some problem with map values of new items! Maybe refreshemnt is the responsible thing?)

2005-06-21cplex test included
athos [Tue, 21 Jun 2005 15:58:57 +0000] rev 1508
cplex test included

2005-06-21Get CPLEX location (include and libdir) from the environment.
klao [Tue, 21 Jun 2005 14:57:17 +0000] rev 1507
Get CPLEX location (include and libdir) from the environment.
(On lemon.cs.elte.hu use "cplex_env" command to set the environment
appropriately.)

2005-06-20Some callbacks are still unimplemented
alpar [Mon, 20 Jun 2005 09:08:20 +0000] rev 1506
Some callbacks are still unimplemented

2005-06-17Previous commit was also mine, but I forgot to say, that it was my younger brother's birthyear. From this commit texts of activated maps move together with red arrows.
hegyi [Fri, 17 Jun 2005 17:08:45 +0000] rev 1505
Previous commit was also mine, but I forgot to say, that it was my younger brother's birthyear. From this commit texts of activated maps move together with red arrows.

2005-06-17Sorry for my friday afternoon...
hegyi [Fri, 17 Jun 2005 15:41:48 +0000] rev 1504
Sorry for my friday afternoon...

2005-06-17Little beauty fault is corrected.
hegyi [Fri, 17 Jun 2005 14:53:28 +0000] rev 1503
Little beauty fault is corrected.

2005-06-17Three commits, one after the other! 81 is my, 82 is my fiancee's, 83 is my younger sister's birthyear :) In this commit Alpar's wish came true: editorial buttons are now available directly on toolbar.
hegyi [Fri, 17 Jun 2005 14:20:49 +0000] rev 1502
Three commits, one after the other! 81 is my, 82 is my fiancee's, 83 is my younger sister's birthyear :) In this commit Alpar's wish came true: editorial buttons are now available directly on toolbar.

2005-06-17Very small bug is corrected: if node creator tool is active, the small red arrows won't move, if you click on them and if you drag the newly created node... 'was hard to notice it :-)
hegyi [Fri, 17 Jun 2005 12:25:53 +0000] rev 1501
Very small bug is corrected: if node creator tool is active, the small red arrows won't move, if you click on them and if you drag the newly created node... 'was hard to notice it :-)

2005-06-16First of all: revision 1981 is mine, what is important me because I was born in 1981. But what is new in my revision? If you drag nodes with left button, edge-breakpoints do not change location. If you drag nodes by right button, they do, they take up their base situation at the halfpoint of the edge.
hegyi [Thu, 16 Jun 2005 18:58:15 +0000] rev 1500
First of all: revision 1981 is mine, what is important me because I was born in 1981. But what is new in my revision? If you drag nodes with left button, edge-breakpoints do not change location. If you drag nodes by right button, they do, they take up their base situation at the halfpoint of the edge.

2005-06-16Little red arrows appear in breakpoints of edges.
hegyi [Thu, 16 Jun 2005 18:08:04 +0000] rev 1499
Little red arrows appear in breakpoints of edges.

2005-06-15Redundant files are removed, sorry.
hegyi [Wed, 15 Jun 2005 13:05:32 +0000] rev 1498
Redundant files are removed, sorry.

2005-06-15Broken edges are appearing.
hegyi [Wed, 15 Jun 2005 13:05:09 +0000] rev 1497
Broken edges are appearing.

2005-06-15At last, the most simple task, the graph-item deletion is solved...
hegyi [Wed, 15 Jun 2005 11:15:01 +0000] rev 1496
At last, the most simple task, the graph-item deletion is solved...

2005-06-15removed dependencies
ladanyi [Wed, 15 Jun 2005 11:01:55 +0000] rev 1495
removed dependencies

2005-06-15gcc-4.0 compatibility changes
alpar [Wed, 15 Jun 2005 10:19:44 +0000] rev 1494
gcc-4.0 compatibility changes
coloring.cc still generates warnings. Don't know why.

2005-06-15Bugfixes related to DualExpr.
alpar [Wed, 15 Jun 2005 10:13:08 +0000] rev 1493
Bugfixes related to DualExpr.

2005-06-15Correcting concept checks.
deba [Wed, 15 Jun 2005 10:10:59 +0000] rev 1492
Correcting concept checks.

2005-06-14ignore generated files
ladanyi [Tue, 14 Jun 2005 23:21:31 +0000] rev 1491
ignore generated files

2005-06-14Added support for building deb packages.
ladanyi [Tue, 14 Jun 2005 22:51:22 +0000] rev 1490
Added support for building deb packages.

2005-06-14- separate file for each m4 script
ladanyi [Tue, 14 Jun 2005 20:01:41 +0000] rev 1489
- separate file for each m4 script
- consistent naming
- removed cxxflags.m4

2005-06-14Concept checking classes must also be installed
alpar [Tue, 14 Jun 2005 19:19:59 +0000] rev 1488
Concept checking classes must also be installed

2005-06-14added macro for setting the name of the directory under datadir/doc
ladanyi [Tue, 14 Jun 2005 19:18:14 +0000] rev 1487
added macro for setting the name of the directory under datadir/doc

2005-06-14Sorry, the previous commit was uncorrect. Erasing is now possible on edges, but on nodes not.
hegyi [Tue, 14 Jun 2005 16:56:37 +0000] rev 1486
Sorry, the previous commit was uncorrect. Erasing is now possible on edges, but on nodes not.

2005-06-14Erasing from graph would be possible, if erasing from graph would be possible... (Afternoon has become timewasting...)
hegyi [Tue, 14 Jun 2005 15:58:12 +0000] rev 1485
Erasing from graph would be possible, if erasing from graph would be possible... (Afternoon has become timewasting...)

2005-06-14- lp_test is made working.
alpar [Tue, 14 Jun 2005 13:55:28 +0000] rev 1484
- lp_test is made working.
- some more 'const' for those who like them..

2005-06-14added support for generating rpms (completely untested though)
ladanyi [Tue, 14 Jun 2005 10:26:37 +0000] rev 1483
added support for generating rpms (completely untested though)

2005-06-14updated required automake/autoconf versions (autoconf 2.57 is surely not enough; couldn't test with 2.58)
ladanyi [Tue, 14 Jun 2005 10:18:12 +0000] rev 1482
updated required automake/autoconf versions (autoconf 2.57 is surely not enough; couldn't test with 2.58)

2005-06-14handle library dependencies
ladanyi [Tue, 14 Jun 2005 10:08:48 +0000] rev 1481
handle library dependencies

2005-06-14distribute the LICENSE file too
ladanyi [Tue, 14 Jun 2005 09:42:46 +0000] rev 1480
distribute the LICENSE file too

2005-06-14add the icons to the tarball
ladanyi [Tue, 14 Jun 2005 09:17:43 +0000] rev 1479
add the icons to the tarball

2005-06-13Known bugs are eliminated from gui, and new ones are created by changing tool selectors to special radiobuttons, and by adding edgecreation-canceller function (right-click on any group element).
hegyi [Mon, 13 Jun 2005 19:49:33 +0000] rev 1478
Known bugs are eliminated from gui, and new ones are created by changing tool selectors to special radiobuttons, and by adding edgecreation-canceller function (right-click on any group element).

2005-06-13Bug fix
deba [Mon, 13 Jun 2005 17:21:55 +0000] rev 1477
Bug fix

2005-06-13Some bug fix.
deba [Mon, 13 Jun 2005 17:13:56 +0000] rev 1476
Some bug fix.

Added: Concept check for maps and IdReader/Writer classes
Some runtime check

2005-06-13Cplex test disabled again.
athos [Mon, 13 Jun 2005 16:10:36 +0000] rev 1475
Cplex test disabled again.

2005-06-13Edge creation is available.
hegyi [Mon, 13 Jun 2005 10:30:08 +0000] rev 1474
Edge creation is available.

2005-06-10Some tests have been developed, bugs got fixed.
athos [Fri, 10 Jun 2005 12:50:43 +0000] rev 1473
Some tests have been developed, bugs got fixed.

2005-06-10New EdgeSet Adaptor
deba [Fri, 10 Jun 2005 12:22:22 +0000] rev 1472
New EdgeSet Adaptor

2005-06-10Minor change
deba [Fri, 10 Jun 2005 12:16:56 +0000] rev 1471
Minor change

2005-06-10Minor changes
deba [Fri, 10 Jun 2005 12:16:25 +0000] rev 1470
Minor changes

2005-06-10Sorry, forgot to commit two new files.
hegyi [Fri, 10 Jun 2005 12:11:50 +0000] rev 1469
Sorry, forgot to commit two new files.

2005-06-10Hopefully, node creation works well, after a small structural consideration.
hegyi [Fri, 10 Jun 2005 11:58:03 +0000] rev 1468
Hopefully, node creation works well, after a small structural consideration.

2005-06-09gcc 3.4 compatibility fixes
ladanyi [Thu, 09 Jun 2005 21:49:48 +0000] rev 1467
gcc 3.4 compatibility fixes

2005-06-09Another bugfix.
alpar [Thu, 09 Jun 2005 16:26:52 +0000] rev 1466
Another bugfix.

2005-06-09Akos' research pointed out that it is a must.
alpar [Thu, 09 Jun 2005 16:23:16 +0000] rev 1465
Akos' research pointed out that it is a must.

2005-06-09Bugfix.
athos [Thu, 09 Jun 2005 15:22:40 +0000] rev 1464
Bugfix.

2005-06-09Bugfix.
athos [Thu, 09 Jun 2005 15:20:30 +0000] rev 1463
Bugfix.

2005-06-09Bugfix.
athos [Thu, 09 Jun 2005 15:16:12 +0000] rev 1462
Bugfix.

2005-06-09Bugfix.
athos [Thu, 09 Jun 2005 15:12:01 +0000] rev 1461
Bugfix.

2005-06-09I could not check, because: aclocal-1.7: command not found
athos [Thu, 09 Jun 2005 15:03:58 +0000] rev 1460
I could not check, because: aclocal-1.7: command not found

2005-06-09- InDegMap fixed
alpar [Thu, 09 Jun 2005 09:49:56 +0000] rev 1459
- InDegMap fixed
- OutDegMap added
- test cases added for them both

2005-06-09Not ready, but I commit it for simplicity.
athos [Thu, 09 Jun 2005 09:49:48 +0000] rev 1458
Not ready, but I commit it for simplicity.

2005-06-09Serious bugfix in ListGraph::SnapShot and SmartGraph::SnapShot
alpar [Thu, 09 Jun 2005 09:47:51 +0000] rev 1457
Serious bugfix in ListGraph::SnapShot and SmartGraph::SnapShot

2005-06-09Trivial doc fixes
alpar [Thu, 09 Jun 2005 09:46:34 +0000] rev 1456
Trivial doc fixes

2005-06-09Change the compilation order of subdirs
alpar [Thu, 09 Jun 2005 09:31:28 +0000] rev 1455
Change the compilation order of subdirs

2005-06-08Bugfixes to compile w. gcc 4.0.0
klao [Wed, 08 Jun 2005 20:52:18 +0000] rev 1454
Bugfixes to compile w. gcc 4.0.0

2005-06-08InDegMap added
alpar [Wed, 08 Jun 2005 16:36:01 +0000] rev 1453
InDegMap added

2005-06-08Make target "docs" renamed to "doc"
klao [Wed, 08 Jun 2005 16:12:29 +0000] rev 1452
Make target "docs" renamed to "doc"

2005-06-08Bugfix: make doc didn't work in external builddir.
klao [Wed, 08 Jun 2005 15:40:54 +0000] rev 1451
Bugfix: make doc didn't work in external builddir.

2005-06-08* Doc generation restructuring: don't remove the whole html/
klao [Wed, 08 Jun 2005 12:35:18 +0000] rev 1450
* Doc generation restructuring: don't remove the whole html/
subdirectory on each generation.

* doc target in make

2005-06-07Modify kruskal to work correctly with UndirGraphs.
alpar [Tue, 07 Jun 2005 16:13:21 +0000] rev 1449
Modify kruskal to work correctly with UndirGraphs.

2005-06-07UndirTag added to the graphs
alpar [Tue, 07 Jun 2005 16:12:14 +0000] rev 1448
UndirTag added to the graphs

2005-06-07some thing to do
alpar [Tue, 07 Jun 2005 16:11:23 +0000] rev 1447
some thing to do

2005-06-06Maps are now selectable through ComboBoxes, and Escape makes MapWin disappeared.
hegyi [Mon, 06 Jun 2005 17:01:12 +0000] rev 1446
Maps are now selectable through ComboBoxes, and Escape makes MapWin disappeared.

2005-06-04DualExpr added.
alpar [Sat, 04 Jun 2005 12:50:15 +0000] rev 1445
DualExpr added.

2005-06-03zooming should really work now
ladanyi [Fri, 03 Jun 2005 12:25:23 +0000] rev 1444
zooming should really work now

2005-06-02Documentation review.
athos [Thu, 02 Jun 2005 14:43:45 +0000] rev 1443
Documentation review.

2005-06-01dos2unix
ladanyi [Wed, 01 Jun 2005 23:33:26 +0000] rev 1442
dos2unix

2005-06-01- added toolbar
ladanyi [Wed, 01 Jun 2005 23:30:13 +0000] rev 1441
- added toolbar
- added ScrolledWindow for the canvas
- zooming

2005-05-27Small documentation is added to GUI
hegyi [Fri, 27 May 2005 10:34:20 +0000] rev 1440
Small documentation is added to GUI

2005-05-26Revome duplicated typedefs
alpar [Thu, 26 May 2005 16:32:26 +0000] rev 1439
Revome duplicated typedefs

2005-05-26Some documentation got revised.
athos [Thu, 26 May 2005 15:33:16 +0000] rev 1438
Some documentation got revised.

2005-05-26- test both lp implementations
ladanyi [Thu, 26 May 2005 13:21:47 +0000] rev 1437
- test both lp implementations
- commented out the checking of LpCplex because it fails

2005-05-26_copyLp(), _newLp() implemented.
athos [Thu, 26 May 2005 12:16:16 +0000] rev 1436
_copyLp(), _newLp() implemented.

2005-05-23trunk/src/* move to trunk/
ladanyi [Mon, 23 May 2005 04:48:14 +0000] rev 1435
trunk/src/* move to trunk/

2005-05-21bugfix
ladanyi [Sat, 21 May 2005 21:04:57 +0000] rev 1434
bugfix

2005-05-20added a configuration header to the lemon directory
ladanyi [Fri, 20 May 2005 12:44:28 +0000] rev 1433
added a configuration header to the lemon directory

2005-05-20Functions _eraseRow(), _eraseCol(). Not yet implemented for cplex.
athos [Fri, 20 May 2005 09:43:40 +0000] rev 1432
Functions _eraseRow(), _eraseCol(). Not yet implemented for cplex.

2005-05-20Added function _setCoeff().
athos [Fri, 20 May 2005 09:31:25 +0000] rev 1431
Added function _setCoeff().

2005-05-19Documentation
deba [Thu, 19 May 2005 11:53:25 +0000] rev 1430
Documentation

May it should be renamed to ExtendedPair

2005-05-19Able to read edge from undirected edgeset
deba [Thu, 19 May 2005 11:49:42 +0000] rev 1429
Able to read edge from undirected edgeset
Graph reader and graph writer can resolve items by id.

It makes possible:

GraphReader<Graph> reader(std::cin, graph);

reader.readNodeMap....

NewEdgeSetAdaptor<Graph> edgeset(graph);
UndirEdgeSetReader<Graph> unir_edgeset_reader(reader, edgeset, reader);

reader.run();

It reads the graph and an additional edgeset in to the edgeset.

2005-05-19A very simple xml parser
alpar [Thu, 19 May 2005 11:46:42 +0000] rev 1428
A very simple xml parser

2005-05-18Two minor changes.
deba [Wed, 18 May 2005 13:02:47 +0000] rev 1427
Two minor changes.

DefaultReader<std::string>
comment lines

2005-05-18- minor corrections in the docs
ladanyi [Wed, 18 May 2005 09:39:06 +0000] rev 1426
- minor corrections in the docs
- fixed indenting

2005-05-16minor modifications
marci [Mon, 16 May 2005 21:49:35 +0000] rev 1425
minor modifications

2005-05-14Bug fix.
deba [Sat, 14 May 2005 21:13:00 +0000] rev 1424
Bug fix.

I programmed to much templates.

2005-05-14ContentReader
deba [Sat, 14 May 2005 20:56:53 +0000] rev 1423
ContentReader

Retrieve information from the input file.

2005-05-14Six-coloring in plan graphs.
deba [Sat, 14 May 2005 17:40:45 +0000] rev 1422
Six-coloring in plan graphs.

2005-05-14IO with undirected edgesets and undirected graphs.
deba [Sat, 14 May 2005 17:39:37 +0000] rev 1421
IO with undirected edgesets and undirected graphs.
Missing features:
InfoReader,
aliased edges in undir edgesets

2005-05-14Smart reference handling in map adaptors
deba [Sat, 14 May 2005 17:37:33 +0000] rev 1420
Smart reference handling in map adaptors

2005-05-14Added backward and forward map.
deba [Sat, 14 May 2005 17:34:31 +0000] rev 1419
Added backward and forward map.
Converting UndirEdge -> Edge

2005-05-14Handling smarter the references
deba [Sat, 14 May 2005 17:32:11 +0000] rev 1418
Handling smarter the references
It's used by the lemon IO and proposed by the adaptors.

2005-05-14std:: prefix bug corrected
deba [Sat, 14 May 2005 17:29:28 +0000] rev 1417
std:: prefix bug corrected

2005-05-14Descrption for bits
deba [Sat, 14 May 2005 17:26:56 +0000] rev 1416
Descrption for bits

2005-05-14Moved to subgroup
deba [Sat, 14 May 2005 17:22:27 +0000] rev 1415
Moved to subgroup

2005-05-14Handling simultan edge adding.
deba [Sat, 14 May 2005 17:20:40 +0000] rev 1414
Handling simultan edge adding.
Fixed bug: directed edge maps for undir graphs

2005-05-11Fixing invertable maps:
deba [Wed, 11 May 2005 17:36:25 +0000] rev 1413
Fixing invertable maps:
InvertableMap
DescriptorMap
IdMap

2005-05-11moved the gui
ladanyi [Wed, 11 May 2005 16:55:18 +0000] rev 1412
moved the gui

2005-05-11Bug fix.
deba [Wed, 11 May 2005 13:49:17 +0000] rev 1411
Bug fix.

2005-05-11Bug fixes.
deba [Wed, 11 May 2005 13:48:39 +0000] rev 1410
Bug fixes.

2005-05-11LemonWriter and GraphWriter.
deba [Wed, 11 May 2005 11:50:13 +0000] rev 1409
LemonWriter and GraphWriter.
Little bit better documentation.

2005-05-09New graph reader interface.
deba [Mon, 09 May 2005 11:24:26 +0000] rev 1408
New graph reader interface.

2005-05-06Cplex works.
athos [Fri, 06 May 2005 15:39:33 +0000] rev 1407
Cplex works.

2005-05-05fix 'make mrproper'
ladanyi [Thu, 05 May 2005 15:47:45 +0000] rev 1406
fix 'make mrproper'

2005-05-05Deleted _setRowLowerBound() and _setRowUpperBound() functions. Cplex worked (now it does not because of _getPrimalStatus()).
athos [Thu, 05 May 2005 15:43:43 +0000] rev 1405
Deleted _setRowLowerBound() and _setRowUpperBound() functions. Cplex worked (now it does not because of _getPrimalStatus()).

2005-05-05added directory and check for the GUI
ladanyi [Thu, 05 May 2005 15:34:43 +0000] rev 1404
added directory and check for the GUI

2005-05-05An unnecessary header removed
alpar [Thu, 05 May 2005 11:06:58 +0000] rev 1403
An unnecessary header removed

2005-05-05Special maps' placement in the headers and in the doxigen modules
alpar [Thu, 05 May 2005 11:05:25 +0000] rev 1402
Special maps' placement in the headers and in the doxigen modules
reorganized

2005-05-04wrapper -> adaptor
alpar [Wed, 04 May 2005 13:07:10 +0000] rev 1401
wrapper -> adaptor

2005-05-02Better doc generation.
alpar [Mon, 02 May 2005 05:49:33 +0000] rev 1400
Better doc generation.

2005-04-29DataFormatError::what() also prints the name of the exception.
alpar [Fri, 29 Apr 2005 13:31:41 +0000] rev 1399
DataFormatError::what() also prints the name of the exception.

2005-04-29Docfix
alpar [Fri, 29 Apr 2005 11:04:17 +0000] rev 1398
Docfix

2005-04-29For the sake of cygwin...
alpar [Fri, 29 Apr 2005 08:21:03 +0000] rev 1397
For the sake of cygwin...

2005-04-28GUI section handling.
deba [Thu, 28 Apr 2005 09:54:38 +0000] rev 1396
GUI section handling.

2005-04-27Missing *.m4 files added.
alpar [Wed, 27 Apr 2005 16:49:04 +0000] rev 1395
Missing *.m4 files added.

2005-04-27Modifying the interface.
deba [Wed, 27 Apr 2005 10:44:58 +0000] rev 1394
Modifying the interface.
add -> read, write

2005-04-27Bug fix.
deba [Wed, 27 Apr 2005 10:42:58 +0000] rev 1393
Bug fix.

2005-04-27Changed input operator.
deba [Wed, 27 Apr 2005 10:37:03 +0000] rev 1392
Changed input operator.

2005-04-26- BoundingBox::clear() added
alpar [Tue, 26 Apr 2005 15:50:30 +0000] rev 1391
- BoundingBox::clear() added
- More "-pedantic" code

2005-04-25LpSkeleton updated
alpar [Mon, 25 Apr 2005 16:22:04 +0000] rev 1390
LpSkeleton updated

2005-04-25Missing function _setRowBounds added to lp_skeleton.
athos [Mon, 25 Apr 2005 15:43:11 +0000] rev 1389
Missing function _setRowBounds added to lp_skeleton.

2005-04-25bugfix
ladanyi [Mon, 25 Apr 2005 09:00:47 +0000] rev 1388
bugfix

2005-04-25- include config.h instead of manually adding -DHAVE_{CPLEX,GLPK} to CXXFLAGS
ladanyi [Mon, 25 Apr 2005 08:19:38 +0000] rev 1387
- include config.h instead of manually adding -DHAVE_{CPLEX,GLPK} to CXXFLAGS
- removed the checking of LpSkeleton from lp_test.cc, because it is an
abstract base class now
- removed unnecessary LDFLAGS when linking with libemon.la

2005-04-24This way it works also when both GLPK and CPLEX are enabled.
ladanyi [Sun, 24 Apr 2005 22:30:54 +0000] rev 1386
This way it works also when both GLPK and CPLEX are enabled.

2005-04-24Don't set {GLPK,CPLEX}_{CFLAGS,LIBS} if the check fails.
ladanyi [Sun, 24 Apr 2005 22:26:37 +0000] rev 1385
Don't set {GLPK,CPLEX}_{CFLAGS,LIBS} if the check fails.

2005-04-23-I config is passed to aclocal when make invokes it.
ladanyi [Sat, 23 Apr 2005 17:14:49 +0000] rev 1384
-I config is passed to aclocal when make invokes it.

2005-04-23A new implementation of UndirGraphWrapper, accordig to the undirected concepts
marci [Sat, 23 Apr 2005 16:59:49 +0000] rev 1383
A new implementation of UndirGraphWrapper, accordig to the undirected concepts

2005-04-22Set $lp_{glpk|cplex}_found even if --without-{glpk|cplex} option was given.
alpar [Fri, 22 Apr 2005 17:53:26 +0000] rev 1382
Set $lp_{glpk|cplex}_found even if --without-{glpk|cplex} option was given.

2005-04-22- lp_cplex.h, lp_cplex.cc added
alpar [Fri, 22 Apr 2005 17:47:01 +0000] rev 1381
- lp_cplex.h, lp_cplex.cc added
- lp_demo.cc and lp_maxflow_demo.cc uses GLPK is it is found CPLEX otherwise

2005-04-22added check for CLPEX
ladanyi [Fri, 22 Apr 2005 16:20:12 +0000] rev 1380
added check for CLPEX

2005-04-21I really have no idea about what to write here now.
athos [Thu, 21 Apr 2005 15:15:12 +0000] rev 1379
I really have no idea about what to write here now.

2005-04-21Fix Makefile.am
alpar [Thu, 21 Apr 2005 06:06:56 +0000] rev 1378
Fix Makefile.am

2005-04-20_clearObj instead of _setObj.
athos [Wed, 20 Apr 2005 15:06:42 +0000] rev 1377
_clearObj instead of _setObj.

2005-04-20_setObj function
athos [Wed, 20 Apr 2005 14:29:23 +0000] rev 1376
_setObj function

2005-04-19Get rid of all '-Wall -W' warnings.
alpar [Tue, 19 Apr 2005 14:15:01 +0000] rev 1375
Get rid of all '-Wall -W' warnings.

2005-04-19Call the default constructor of the ObserverBase.
deba [Tue, 19 Apr 2005 13:33:44 +0000] rev 1374
Call the default constructor of the ObserverBase.

2005-04-19Fix glpk summary
alpar [Tue, 19 Apr 2005 06:51:37 +0000] rev 1373
Fix glpk summary

2005-04-19Configure summary is printed. (To be extended.)
alpar [Tue, 19 Apr 2005 06:36:37 +0000] rev 1372
Configure summary is printed. (To be extended.)

2005-04-18ignore src/demo/lp_maxflow_demo
ladanyi [Mon, 18 Apr 2005 17:29:11 +0000] rev 1371
ignore src/demo/lp_maxflow_demo

2005-04-18added m4 macro to control documentation generation
ladanyi [Mon, 18 Apr 2005 17:26:51 +0000] rev 1370
added m4 macro to control documentation generation

2005-04-18irrelevant changes
ladanyi [Mon, 18 Apr 2005 17:23:42 +0000] rev 1369
irrelevant changes

2005-04-18icc like this a bit more (no warnings).
alpar [Mon, 18 Apr 2005 16:07:54 +0000] rev 1368
icc like this a bit more (no warnings).

2005-04-18More steps toward gcc-3.4 compatibility
alpar [Mon, 18 Apr 2005 14:59:24 +0000] rev 1367
More steps toward gcc-3.4 compatibility

2005-04-18gcc-3.4 compile fix
alpar [Mon, 18 Apr 2005 14:18:12 +0000] rev 1366
gcc-3.4 compile fix

2005-04-18src/work is moved to hugo_loc
alpar [Mon, 18 Apr 2005 13:34:23 +0000] rev 1365
src/work is moved to hugo_loc

2005-04-17- compile failure fixed
alpar [Sun, 17 Apr 2005 18:57:22 +0000] rev 1364
- compile failure fixed
- newLp(), copyLp() added
- more doc.

2005-04-15An unnecessary duplicate removed.
alpar [Fri, 15 Apr 2005 22:12:51 +0000] rev 1363
An unnecessary duplicate removed.

2005-04-15- Adding new lp_demo.cc finished
alpar [Fri, 15 Apr 2005 21:15:30 +0000] rev 1362
- Adding new lp_demo.cc finished
- Several 'unused variable' warnings fixed in 'lp_skeleton.cc'

2005-04-15lp_demo.cc becomes lp_maxflow_demo.cc
alpar [Fri, 15 Apr 2005 20:46:18 +0000] rev 1361
lp_demo.cc becomes lp_maxflow_demo.cc
WARNING: Repo doesn't compile!

2005-04-15Fix a bug that caused corrupt eps file if there are loops or identical
alpar [Fri, 15 Apr 2005 20:26:01 +0000] rev 1360
Fix a bug that caused corrupt eps file if there are loops or identical
node coordinates in the graph.

2005-04-15Correct the english name of EGRES.
alpar [Fri, 15 Apr 2005 19:56:25 +0000] rev 1359
Correct the english name of EGRES.

2005-04-15Bug fixes.
deba [Fri, 15 Apr 2005 14:46:03 +0000] rev 1358
Bug fixes.
Modified test file.

2005-04-15Bug fix.
deba [Fri, 15 Apr 2005 14:03:23 +0000] rev 1357
Bug fix.

2005-04-15Changed the includes.
ladanyi [Fri, 15 Apr 2005 10:37:47 +0000] rev 1356
Changed the includes.

2005-04-14- Use messages similar to stock autoconf macros'.
ladanyi [Thu, 14 Apr 2005 21:23:25 +0000] rev 1355
- Use messages similar to stock autoconf macros'.

2005-04-14updated mrproper target
ladanyi [Thu, 14 Apr 2005 16:37:26 +0000] rev 1354
updated mrproper target

2005-04-14ignore generated files/dirs
ladanyi [Thu, 14 Apr 2005 16:31:30 +0000] rev 1353
ignore generated files/dirs

2005-04-14- Bugfix in XMap/YMap
alpar [Thu, 14 Apr 2005 12:30:18 +0000] rev 1352
- Bugfix in XMap/YMap
- NormSquareMap added

2005-04-14- removed unnecessary include dirs
ladanyi [Thu, 14 Apr 2005 12:09:35 +0000] rev 1351
- removed unnecessary include dirs

2005-04-14- added an m4 script to set debugging related compiler flags
ladanyi [Thu, 14 Apr 2005 12:04:29 +0000] rev 1350
- added an m4 script to set debugging related compiler flags

2005-04-14- GLPK is autodetected now
ladanyi [Thu, 14 Apr 2005 12:02:14 +0000] rev 1349
- GLPK is autodetected now

2005-04-13- added autoheader (just to reduce the compliers argument list)
ladanyi [Wed, 13 Apr 2005 06:49:42 +0000] rev 1348
- added autoheader (just to reduce the compliers argument list)
- don't add -Wall to CXXFLAGS when using Intel's compiler (because this causes
a lot of remarks)

2005-04-12Documentation for lemon/bits.
deba [Tue, 12 Apr 2005 19:03:18 +0000] rev 1347
Documentation for lemon/bits.

2005-04-12Source and Target EdgeMap.
deba [Tue, 12 Apr 2005 17:38:16 +0000] rev 1346
Source and Target EdgeMap.

2005-04-12Minor changes.
deba [Tue, 12 Apr 2005 17:37:22 +0000] rev 1345
Minor changes.

2005-04-12Removed obsolote todo.
deba [Tue, 12 Apr 2005 17:35:36 +0000] rev 1344
Removed obsolote todo.

2005-04-12Some bug fixes.
deba [Tue, 12 Apr 2005 17:34:51 +0000] rev 1343
Some bug fixes.

2005-04-12Demo program
deba [Tue, 12 Apr 2005 17:33:41 +0000] rev 1342
Demo program
Dijkstra with reduced lengths

2005-04-12GraphReader is made silent
alpar [Tue, 12 Apr 2005 14:24:57 +0000] rev 1341
GraphReader is made silent

2005-04-12Missing header added
alpar [Tue, 12 Apr 2005 14:24:06 +0000] rev 1340
Missing header added

2005-04-11A little has been done. Some important questions arised.
athos [Mon, 11 Apr 2005 15:46:14 +0000] rev 1339
A little has been done. Some important questions arised.

2005-04-11A little modification: a call for primalStatus().
athos [Mon, 11 Apr 2005 14:26:35 +0000] rev 1338
A little modification: a call for primalStatus().

2005-04-10'make docs' and 'make install' is also working now in external build-dir
alpar [Sun, 10 Apr 2005 16:26:26 +0000] rev 1337
'make docs' and 'make install' is also working now in external build-dir

2005-04-09Minor corrections in the doc
alpar [Sat, 09 Apr 2005 20:45:28 +0000] rev 1336
Minor corrections in the doc

2005-04-09Obsolte test removed.
deba [Sat, 09 Apr 2005 19:38:52 +0000] rev 1335
Obsolte test removed.

2005-04-09Bug fixes.
deba [Sat, 09 Apr 2005 19:36:46 +0000] rev 1334
Bug fixes.

2005-04-09Functionality changed:
deba [Sat, 09 Apr 2005 19:35:33 +0000] rev 1333
Functionality changed:
The first map is the id map => The map named "id" is the id map

Documentation improvments

2005-04-09Make standard conform. // math.h -> cmath
deba [Sat, 09 Apr 2005 19:32:06 +0000] rev 1332
Make standard conform. // math.h -> cmath

2005-04-09Documentation improvments.
deba [Sat, 09 Apr 2005 19:30:49 +0000] rev 1331
Documentation improvments.

2005-04-09Heap concept moved to namespace concept.
deba [Sat, 09 Apr 2005 19:27:48 +0000] rev 1330
Heap concept moved to namespace concept.

2005-04-08- Insert LP stuff into the module structure
alpar [Fri, 08 Apr 2005 15:46:12 +0000] rev 1329
- Insert LP stuff into the module structure

2005-04-08- Insert LP stuff into the module structure
alpar [Fri, 08 Apr 2005 15:24:01 +0000] rev 1328
- Insert LP stuff into the module structure
- More doc

2005-04-08Disable shared libraries (makes the compilation a bit faster)
alpar [Fri, 08 Apr 2005 15:22:46 +0000] rev 1327
Disable shared libraries (makes the compilation a bit faster)

2005-04-08Add presolver() to turn on/off the GLPK presolver
alpar [Fri, 08 Apr 2005 14:40:37 +0000] rev 1326
Add presolver() to turn on/off the GLPK presolver

2005-04-08An icc warning resolved.
alpar [Fri, 08 Apr 2005 14:21:40 +0000] rev 1325
An icc warning resolved.

2005-04-08Only lp_xyz's are linked against -lglpk
alpar [Fri, 08 Apr 2005 14:02:43 +0000] rev 1324
Only lp_xyz's are linked against -lglpk

2005-04-08The case when the objective function contains a const component is handled
alpar [Fri, 08 Apr 2005 06:46:12 +0000] rev 1323
The case when the objective function contains a const component is handled
correctly.

2005-04-08Demo prog that computes the max flow by LP
alpar [Fri, 08 Apr 2005 06:34:34 +0000] rev 1322
Demo prog that computes the max flow by LP

2005-04-08No output messages by default
alpar [Fri, 08 Apr 2005 06:33:11 +0000] rev 1321
No output messages by default

2005-04-08lin_expr.h removed
alpar [Fri, 08 Apr 2005 05:36:16 +0000] rev 1320
lin_expr.h removed

2005-04-07Cplex interface has improved a lot.
athos [Thu, 07 Apr 2005 15:22:03 +0000] rev 1319
Cplex interface has improved a lot.

2005-04-07Sample file completed: works correctly and the code is very beautiful. I love LEMON.
athos [Thu, 07 Apr 2005 12:54:35 +0000] rev 1318
Sample file completed: works correctly and the code is very beautiful. I love LEMON.

2005-04-07- XMap and YMap added
alpar [Thu, 07 Apr 2005 11:30:12 +0000] rev 1317
- XMap and YMap added
- Spell checking

2005-04-07Makefile has changed.
athos [Thu, 07 Apr 2005 10:44:32 +0000] rev 1316
Makefile has changed.

2005-04-07A sample file.
athos [Thu, 07 Apr 2005 10:19:10 +0000] rev 1315
A sample file.

2005-04-07New functions in lp_glpk.cc. Sample file: lp_sample.cc.
athos [Thu, 07 Apr 2005 09:42:31 +0000] rev 1314
New functions in lp_glpk.cc. Sample file: lp_sample.cc.

2005-04-07LpSolverSkeleton -> LpSkeleton
alpar [Thu, 07 Apr 2005 06:38:56 +0000] rev 1313
LpSolverSkeleton -> LpSkeleton
lp_solver_skeleton* -> lp_skeleton*

2005-04-07max() [_setMax()], min() [_setMin()], primalValue() [_getPrimalValue()] added
alpar [Thu, 07 Apr 2005 06:31:03 +0000] rev 1312
max() [_setMax()], min() [_setMin()], primalValue() [_getPrimalValue()] added

2005-04-06Removing sticky using namespace std.
deba [Wed, 06 Apr 2005 17:19:54 +0000] rev 1311
Removing sticky using namespace std.
Making up the using of namespaces.

2005-04-06make distcheck works again
ladanyi [Wed, 06 Apr 2005 08:14:16 +0000] rev 1310
make distcheck works again

2005-04-06lp_test added
alpar [Wed, 06 Apr 2005 07:24:48 +0000] rev 1309
lp_test added
WARNING: Overall glpk dependency! (we should avoid)

2005-04-05Applied the changes which somehow vanished during my last merge. Thanks goes
ladanyi [Tue, 05 Apr 2005 22:37:19 +0000] rev 1308
Applied the changes which somehow vanished during my last merge. Thanks goes
to Marci for noticing this. In detail:
- added amsmath and amssymb latex packages for latex documentation
- src/demo is also scanned for doxygen input files

2005-04-05Stuffs moved into bits
deba [Tue, 05 Apr 2005 12:30:46 +0000] rev 1307
Stuffs moved into bits

2005-04-05make distcheck fixes. Anyway it still doesn't work.
ladanyi [Tue, 05 Apr 2005 09:49:01 +0000] rev 1306
make distcheck fixes. Anyway it still doesn't work.

2005-04-05- moved lp_base.h, lp_base.cc, lp_glpk.h, lp_glpk.cc, lp_solver_skeleton.h and
ladanyi [Tue, 05 Apr 2005 09:08:23 +0000] rev 1305
- moved lp_base.h, lp_base.cc, lp_glpk.h, lp_glpk.cc, lp_solver_skeleton.h and
lp_solver_skeleton.cc to src/lemon
- modified the includes

2005-04-05Merged my branch (branches/akos) changes r1654:1740 into the trunk.
ladanyi [Tue, 05 Apr 2005 08:43:51 +0000] rev 1304
Merged my branch (branches/akos) changes r1654:1740 into the trunk.

2005-04-05SolutionStatus -> SolveExitStatus
alpar [Tue, 05 Apr 2005 06:41:21 +0000] rev 1303
SolutionStatus -> SolveExitStatus
SolutionType -> SolutionStatus

2005-04-05Subdirectory for low level headers
alpar [Tue, 05 Apr 2005 06:19:24 +0000] rev 1302
Subdirectory for low level headers

2005-04-04Graph displayer displays graphs now.
hegyi [Mon, 04 Apr 2005 19:22:04 +0000] rev 1301
Graph displayer displays graphs now.

2005-04-04Trivial bugfix
alpar [Mon, 04 Apr 2005 16:19:29 +0000] rev 1300
Trivial bugfix

2005-04-04Started cplex low level interface.
athos [Mon, 04 Apr 2005 14:46:08 +0000] rev 1299
Started cplex low level interface.

2005-04-04Now one can solve an lp problem.
athos [Mon, 04 Apr 2005 14:45:23 +0000] rev 1298
Now one can solve an lp problem.

2005-04-04Bug fix.
deba [Mon, 04 Apr 2005 10:13:33 +0000] rev 1297
Bug fix.

2005-04-04dimacs_to_lgf demo
deba [Mon, 04 Apr 2005 10:11:47 +0000] rev 1296
dimacs_to_lgf demo
may we need a tools directory?

2005-04-04- Modifications to compile with *both* gcc-3.3 and gcc-3.4
alpar [Mon, 04 Apr 2005 08:03:43 +0000] rev 1295
- Modifications to compile with *both* gcc-3.3 and gcc-3.4
- Adjust further SolutionType

2005-04-03Documentation of abstract functions is in lp_solver_skeleton.h
alpar [Sun, 03 Apr 2005 10:20:49 +0000] rev 1294
Documentation of abstract functions is in lp_solver_skeleton.h

2005-04-01- Make lp stuff compilable
alpar [Fri, 01 Apr 2005 19:50:29 +0000] rev 1293
- Make lp stuff compilable
- Some 'set's removed

2005-04-01Options for debugging.
alpar [Fri, 01 Apr 2005 14:13:32 +0000] rev 1292
Options for debugging.

2005-04-01Conceptions and bug fixes.
athos [Fri, 01 Apr 2005 13:42:58 +0000] rev 1291
Conceptions and bug fixes.

2005-04-01To run graph-displayer with sample input, type make run, but do not move the nodes, YET
hegyi [Fri, 01 Apr 2005 13:42:31 +0000] rev 1290
To run graph-displayer with sample input, type make run, but do not move the nodes, YET

2005-04-01Graph displayer is now displaying nodes. Edges remain still undisplayed yet.
hegyi [Fri, 01 Apr 2005 09:44:29 +0000] rev 1289
Graph displayer is now displaying nodes. Edges remain still undisplayed yet.

2005-04-01Graph displayer is now displaying nodes. Edges remain still undisplayed yet.
hegyi [Fri, 01 Apr 2005 09:43:52 +0000] rev 1288
Graph displayer is now displaying nodes. Edges remain still undisplayed yet.

2005-04-01New groups called io_group and dimacs_group added
alpar [Fri, 01 Apr 2005 08:47:40 +0000] rev 1287
New groups called io_group and dimacs_group added

2005-04-01Peter is able to read xy vector from file.
hegyi [Fri, 01 Apr 2005 08:28:51 +0000] rev 1286
Peter is able to read xy vector from file.

2005-04-01corrections in docs
zsuzska [Fri, 01 Apr 2005 08:16:35 +0000] rev 1285
corrections in docs

2005-03-31SmartGraph can also split() a node!
alpar [Thu, 31 Mar 2005 14:04:13 +0000] rev 1284
SmartGraph can also split() a node!

2005-03-31getPath() added to Bfs/Dfs/Dijkstra.
alpar [Thu, 31 Mar 2005 13:31:39 +0000] rev 1283
getPath() added to Bfs/Dfs/Dijkstra.

2005-03-31length() returns int istead of size_t
alpar [Thu, 31 Mar 2005 13:30:27 +0000] rev 1282
length() returns int istead of size_t

2005-03-31- split() added
alpar [Thu, 31 Mar 2005 13:29:05 +0000] rev 1281
- split() added

2005-03-31It works again
alpar [Thu, 31 Mar 2005 09:33:52 +0000] rev 1280
It works again

2005-03-31LpSolverBase::Expr is documented
alpar [Thu, 31 Mar 2005 08:34:55 +0000] rev 1279
LpSolverBase::Expr is documented

2005-03-31Correct MapBase usage.
alpar [Thu, 31 Mar 2005 06:05:58 +0000] rev 1278
Correct MapBase usage.

2005-03-30XY reading is being wrote.
hegyi [Wed, 30 Mar 2005 14:29:55 +0000] rev 1277
XY reading is being wrote.

2005-03-30latex documentation for TightEdgeFilterMap, including amsmath and amssymb latex
marci [Wed, 30 Mar 2005 14:29:11 +0000] rev 1276
latex documentation for TightEdgeFilterMap, including amsmath and amssymb latex
packages for latex documentation

2005-03-30Minor improvements
alpar [Wed, 30 Mar 2005 13:01:58 +0000] rev 1275
Minor improvements

2005-03-30some small corrections in docs
zsuzska [Wed, 30 Mar 2005 12:08:15 +0000] rev 1274
some small corrections in docs

2005-03-30- Better (but still incomplete) doc
alpar [Wed, 30 Mar 2005 10:38:22 +0000] rev 1273
- Better (but still incomplete) doc
- lp_test runs correctly

2005-03-30- Non-template expressions and constraints (lin_expr.h isn't used)
alpar [Wed, 30 Mar 2005 08:28:44 +0000] rev 1272
- Non-template expressions and constraints (lin_expr.h isn't used)

2005-03-29Some bug fix
deba [Tue, 29 Mar 2005 13:30:29 +0000] rev 1271
Some bug fix

2005-03-29bugfixes in doc
jacint [Tue, 29 Mar 2005 07:35:09 +0000] rev 1270
bugfixes in doc

2005-03-28bug fix in SubBidirGraphWrapper::firstIn(Edge&,const Node&), due to Gabor Retvari
marci [Mon, 28 Mar 2005 23:34:26 +0000] rev 1269
bug fix in SubBidirGraphWrapper::firstIn(Edge&,const Node&), due to Gabor Retvari

2005-03-27Use the standard idMap
alpar [Sun, 27 Mar 2005 15:59:04 +0000] rev 1268
Use the standard idMap

2005-03-25First version of iterable maps.
deba [Fri, 25 Mar 2005 23:31:57 +0000] rev 1267
First version of iterable maps.

2005-03-25corrections in docs
zsuzska [Fri, 25 Mar 2005 22:11:28 +0000] rev 1266
corrections in docs

2005-03-25zsuzska's own work directory
zsuzska [Fri, 25 Mar 2005 22:05:54 +0000] rev 1265
zsuzska's own work directory

2005-03-25Constraints (expressions containing <= or >=) can be passed to addRow()
alpar [Fri, 25 Mar 2005 18:56:07 +0000] rev 1264
Constraints (expressions containing <= or >=) can be passed to addRow()
and setRow()

2005-03-25- LpGlpk added to the makefile
alpar [Fri, 25 Mar 2005 16:19:03 +0000] rev 1263
- LpGlpk added to the makefile
- missing const_cast<>() added
- prop for two new functions (solve() and solution())

2005-03-25This was a bug, I guess
athos [Fri, 25 Mar 2005 15:32:05 +0000] rev 1262
This was a bug, I guess

2005-03-25Low level interface for GLPK (Marci ut?n szabadon)
athos [Fri, 25 Mar 2005 15:24:18 +0000] rev 1261
Low level interface for GLPK (Marci ut?n szabadon)

2005-03-25(none)
athos [Fri, 25 Mar 2005 15:23:00 +0000] rev 1260
(none)

2005-03-25- Largely extended linear expressions
alpar [Fri, 25 Mar 2005 12:58:52 +0000] rev 1259
- Largely extended linear expressions
- Better docs

2005-03-25- setRow() added
alpar [Fri, 25 Mar 2005 11:03:49 +0000] rev 1258
- setRow() added
- more docs

2005-03-25- several missing 'const' added
alpar [Fri, 25 Mar 2005 08:21:43 +0000] rev 1257
- several missing 'const' added
- value of xy is undefined by default

2005-03-25- src/lemon/utility.h: dummy<> template added
alpar [Fri, 25 Mar 2005 08:18:27 +0000] rev 1256
- src/lemon/utility.h: dummy<> template added
- LpSolverBase::INF is now really defined
- AddColSet() to add several column at once
- using enable_if
- with some doxygen hack
- More doc improvements
- Better Makefile

2005-03-24Oops...
alpar [Thu, 24 Mar 2005 12:19:05 +0000] rev 1255
Oops...

2005-03-24- lp_solver_skeleton.h/cc: skeleton for actual lp implenetations
alpar [Thu, 24 Mar 2005 12:15:50 +0000] rev 1254
- lp_solver_skeleton.h/cc: skeleton for actual lp implenetations
- lp_test.cc: test file
- updated Makefile

2005-03-24- simple makefile added
alpar [Thu, 24 Mar 2005 11:44:25 +0000] rev 1253
- simple makefile added
- _FixId class added (more clarification needed)
- LinExpr class added
- some higher level interfaces added to LpSolverBase
- minor corrections

2005-03-23documentation
marci [Wed, 23 Mar 2005 16:59:13 +0000] rev 1252
documentation

2005-03-23Bug fix (thanks to Misi).
athos [Wed, 23 Mar 2005 15:43:18 +0000] rev 1251
Bug fix (thanks to Misi).

2005-03-23"unused parameter" warning solved
alpar [Wed, 23 Mar 2005 14:31:59 +0000] rev 1250
"unused parameter" warning solved

2005-03-23An alternative of lp_base.h.
athos [Wed, 23 Mar 2005 12:30:33 +0000] rev 1249
An alternative of lp_base.h.

2005-03-23Bug fix in lp_base.h.
athos [Wed, 23 Mar 2005 12:12:42 +0000] rev 1248
Bug fix in lp_base.h.

2005-03-23Completions.
athos [Wed, 23 Mar 2005 11:51:40 +0000] rev 1247
Completions.

2005-03-23Csak a te kedvedert.
athos [Wed, 23 Mar 2005 10:35:36 +0000] rev 1246
Csak a te kedvedert.

2005-03-23Added.
athos [Wed, 23 Mar 2005 09:50:27 +0000] rev 1245
Added.

2005-03-23(none)
athos [Wed, 23 Mar 2005 09:49:41 +0000] rev 1244
(none)

2005-03-22Ami f?lig van k?sz, ma m?r f?lig marad...
athos [Tue, 22 Mar 2005 16:49:30 +0000] rev 1243
Ami f?lig van k?sz, ma m?r f?lig marad...

2005-03-22small improvment in documentation
marci [Tue, 22 Mar 2005 16:00:00 +0000] rev 1242
small improvment in documentation

2005-03-22Modified a bit.
athos [Tue, 22 Mar 2005 12:02:29 +0000] rev 1241
Modified a bit.

2005-03-22Copied only so far.
athos [Tue, 22 Mar 2005 11:45:47 +0000] rev 1240
Copied only so far.

2005-03-22DO NOT USE UNDECARED STUFF
marci [Tue, 22 Mar 2005 11:35:07 +0000] rev 1239
DO NOT USE UNDECARED STUFF

2005-03-22(correctly) ignore distro files.
alpar [Tue, 22 Mar 2005 05:56:11 +0000] rev 1238
(correctly) ignore distro files.

2005-03-21Constructor of IdMap<G,I>::InverseMap made public
alpar [Mon, 21 Mar 2005 16:16:52 +0000] rev 1237
Constructor of IdMap<G,I>::InverseMap made public

2005-03-21Some more MS VC++ compatibility changes (suggested by Janos Tapolcai)
alpar [Mon, 21 Mar 2005 12:49:37 +0000] rev 1236
Some more MS VC++ compatibility changes (suggested by Janos Tapolcai)

2005-03-21For cygwin compatibility.
alpar [Mon, 21 Mar 2005 11:48:59 +0000] rev 1235
For cygwin compatibility.

2005-03-21Several changes in order to compile with gcc-3.4
alpar [Mon, 21 Mar 2005 11:46:13 +0000] rev 1234
Several changes in order to compile with gcc-3.4

2005-03-21Several serious bugs fixed
alpar [Mon, 21 Mar 2005 11:40:08 +0000] rev 1233
Several serious bugs fixed

2005-03-21svn:ignore *.exe (for ms systems)
klao [Mon, 21 Mar 2005 11:08:17 +0000] rev 1232
svn:ignore *.exe (for ms systems)

2005-03-21svn:ignore fix
klao [Mon, 21 Mar 2005 09:29:30 +0000] rev 1231
svn:ignore fix

2005-03-21Fixes for MS VC++ (contributed by Janos Tapolcai)
klao [Mon, 21 Mar 2005 09:27:48 +0000] rev 1230
Fixes for MS VC++ (contributed by Janos Tapolcai)

2005-03-21Bugfix, thanks to Janos.
alpar [Mon, 21 Mar 2005 07:47:00 +0000] rev 1229
Bugfix, thanks to Janos.

2005-03-19A strange compilation failure (under cygwin) is fixed.
alpar [Sat, 19 Mar 2005 09:44:27 +0000] rev 1228
A strange compilation failure (under cygwin) is fixed.
Version 0.3 should be fixed as well.

2005-03-19- A primitive function type interface for Preflow.
alpar [Sat, 19 Mar 2005 09:38:31 +0000] rev 1227
- A primitive function type interface for Preflow.
- A compilation bug fixed

2005-03-18Minor changes for educational purposes.
alpar [Fri, 18 Mar 2005 06:00:20 +0000] rev 1226
Minor changes for educational purposes.
(Much more would be necessary...)

2005-03-17Magic anyangle is Faster, harder, Blumchen
hegyi [Thu, 17 Mar 2005 17:20:37 +0000] rev 1225
Magic anyangle is Faster, harder, Blumchen

2005-03-17Magic triangle is a bit more DONE, and is already not only a triangle.
hegyi [Thu, 17 Mar 2005 11:45:05 +0000] rev 1224
Magic triangle is a bit more DONE, and is already not only a triangle.

2005-03-17MapFunctor is made an STL standard compliant functor.
alpar [Thu, 17 Mar 2005 10:46:57 +0000] rev 1223
MapFunctor is made an STL standard compliant functor.

2005-03-17The first step toward function type interface to Preflow alg:
alpar [Thu, 17 Mar 2005 10:43:57 +0000] rev 1222
The first step toward function type interface to Preflow alg:
- Naming changed to be closer in style to the BFD/DFS/Dijkstra triplet.

2005-03-16Magic triangle is READY.
hegyi [Wed, 16 Mar 2005 17:31:04 +0000] rev 1221
Magic triangle is READY.

2005-03-16- Add compilation tests for the function type interface of BFS/DFS/Dijkstra
alpar [Wed, 16 Mar 2005 16:40:21 +0000] rev 1220
- Add compilation tests for the function type interface of BFS/DFS/Dijkstra
- Fix the bugs covered up by these tests

2005-03-16ForkMap and CombineMap added.
alpar [Wed, 16 Mar 2005 13:25:19 +0000] rev 1219
ForkMap and CombineMap added.

2005-03-16- Several updates and clarifications on dijkstra.h
alpar [Wed, 16 Mar 2005 07:56:25 +0000] rev 1218
- Several updates and clarifications on dijkstra.h
- bfs.h and dfs.h is synchronized with dijkstra.h

2005-03-16Missing header file added
alpar [Wed, 16 Mar 2005 07:52:16 +0000] rev 1217
Missing header file added

2005-03-16Missing input file added
alpar [Wed, 16 Mar 2005 07:50:58 +0000] rev 1216
Missing input file added

2005-03-16- '.lgf' could be the standard 'lemon graph format' extension.
alpar [Wed, 16 Mar 2005 07:50:20 +0000] rev 1215
- '.lgf' could be the standard 'lemon graph format' extension.
- heap_test is fixed in order that 'make discheck' work.
- heap_test now checks whether the input file exists.

2005-03-11Changing exception names.
deba [Fri, 11 Mar 2005 18:54:18 +0000] rev 1214
Changing exception names.
Compile sentry fix.

2005-03-11Solve conflict.
deba [Fri, 11 Mar 2005 16:44:20 +0000] rev 1213
Solve conflict.

2005-03-11i am getting familiar with gtkmm and gnomecanvasmm
hegyi [Fri, 11 Mar 2005 16:43:41 +0000] rev 1212
i am getting familiar with gtkmm and gnomecanvasmm

2005-03-11Bug fix.
deba [Fri, 11 Mar 2005 16:31:08 +0000] rev 1211
Bug fix.

2005-03-11work modifications
deba [Fri, 11 Mar 2005 16:29:03 +0000] rev 1210
work modifications

2005-03-09Fix a bug noticed by deba.
klao [Wed, 09 Mar 2005 14:23:36 +0000] rev 1209
Fix a bug noticed by deba.

2005-03-09Easy input-output function for common graphs.
deba [Wed, 09 Mar 2005 14:15:22 +0000] rev 1208
Easy input-output function for common graphs.
Modified Exception handling in graph_reader.

2005-03-09ExceptionMember helper class.
deba [Wed, 09 Mar 2005 14:13:01 +0000] rev 1207
ExceptionMember helper class.
Modified DataFormatError
IOLogicError

2005-03-09Increase test
deba [Wed, 09 Mar 2005 14:10:21 +0000] rev 1206
Increase test
Changing test graph

2005-03-09Bug fix in radix heap.
deba [Wed, 09 Mar 2005 14:06:32 +0000] rev 1205
Bug fix in radix heap.

2005-03-07Minor doc changes
alpar [Mon, 07 Mar 2005 08:54:45 +0000] rev 1204
Minor doc changes

2005-03-07Nothing special
alpar [Mon, 07 Mar 2005 07:57:06 +0000] rev 1203
Nothing special

2005-03-07- rot90() and rot270() added to xy.h
alpar [Mon, 07 Mar 2005 07:53:20 +0000] rev 1202
- rot90() and rot270() added to xy.h
- graph_to_eps.h's own rot() func. replaced to this

2005-03-06Bugfix in DijkstraWizard
alpar [Sun, 06 Mar 2005 21:20:49 +0000] rev 1201
Bugfix in DijkstraWizard

2005-03-06Doc improvements
alpar [Sun, 06 Mar 2005 21:13:24 +0000] rev 1200
Doc improvements

2005-03-06Missing #ifndef-#define
alpar [Sun, 06 Mar 2005 20:44:29 +0000] rev 1199
Missing #ifndef-#define

2005-03-06Bugfix in BidirGraphWrapper
alpar [Sun, 06 Mar 2005 20:38:28 +0000] rev 1198
Bugfix in BidirGraphWrapper

2005-03-05let's remember: the boss said that we have to test even the non-working codes
marci [Sat, 05 Mar 2005 19:04:45 +0000] rev 1197
let's remember: the boss said that we have to test even the non-working codes

2005-03-04- Bugfix in setting the previous Node
alpar [Fri, 04 Mar 2005 23:14:36 +0000] rev 1196
- Bugfix in setting the previous Node
- Bugfix in DijkstraWizard _source member initialization

2005-03-04The source node is reported to be reaches but it has no previous node/edge.
alpar [Fri, 04 Mar 2005 23:12:10 +0000] rev 1195
The source node is reported to be reaches but it has no previous node/edge.

2005-03-04Change test to be up to date.
deba [Fri, 04 Mar 2005 17:20:11 +0000] rev 1194
Change test to be up to date.
Deprecated test, it should be used rather the heap_test.cc and heap_test.h.

2005-03-04Bug fix, and g++ 3.4 compatibility changes.
deba [Fri, 04 Mar 2005 17:18:25 +0000] rev 1193
Bug fix, and g++ 3.4 compatibility changes.

2005-03-04Adding GraphEdgeSet and GraphNodeSet classes to graph_utils.h.
deba [Fri, 04 Mar 2005 17:16:01 +0000] rev 1192
Adding GraphEdgeSet and GraphNodeSet classes to graph_utils.h.

2005-03-04Correcting explicit declaration.
deba [Fri, 04 Mar 2005 17:14:48 +0000] rev 1191
Correcting explicit declaration.

2005-03-04Bug fix
deba [Fri, 04 Mar 2005 17:13:40 +0000] rev 1190
Bug fix

2005-03-04Bug fix
deba [Fri, 04 Mar 2005 17:12:36 +0000] rev 1189
Bug fix

2005-03-04Fix documentation.
deba [Fri, 04 Mar 2005 17:11:54 +0000] rev 1188
Fix documentation.
Temporarly removing the exception handling.

2005-03-04concept and checking functions for heaps
deba [Fri, 04 Mar 2005 17:10:23 +0000] rev 1187
concept and checking functions for heaps

2005-03-04Radix heap_implementation
deba [Fri, 04 Mar 2005 17:09:24 +0000] rev 1186
Radix heap_implementation

2005-03-04make constructors explicit
deba [Fri, 04 Mar 2005 17:08:55 +0000] rev 1185
make constructors explicit

2005-03-04Corrected an error (dicussed with marci)
athos [Fri, 04 Mar 2005 15:24:07 +0000] rev 1184
Corrected an error (dicussed with marci)

2005-03-03Some more documentation (sorry, I forgot to check the doxygen.log and now I am under windows)
athos [Thu, 03 Mar 2005 17:20:08 +0000] rev 1183
Some more documentation (sorry, I forgot to check the doxygen.log and now I am under windows)

2005-03-03Added two demo programs: of course they are not considered to be complete or finished in any sense.
athos [Thu, 03 Mar 2005 17:18:27 +0000] rev 1182
Added two demo programs: of course they are not considered to be complete or finished in any sense.

2005-03-02Some work has been done in the quicktour.
athos [Wed, 02 Mar 2005 09:51:11 +0000] rev 1181
Some work has been done in the quicktour.

2005-02-28Better color to bw conversion
alpar [Mon, 28 Feb 2005 13:03:36 +0000] rev 1180
Better color to bw conversion

2005-02-28Changing to gtk-mm
hegyi [Mon, 28 Feb 2005 12:22:38 +0000] rev 1179
Changing to gtk-mm

2005-02-25- ColorSet become commonly usable
alpar [Fri, 25 Feb 2005 14:50:22 +0000] rev 1178
- ColorSet become commonly usable
- Possility to change the color of a node text (in GraphToEps).

2005-02-24Fix 'make distcheck' failure.
alpar [Thu, 24 Feb 2005 17:48:25 +0000] rev 1177
Fix 'make distcheck' failure.

2005-02-24glpk is able to search 5x5 magic square, let's celebrate the free software
marci [Thu, 24 Feb 2005 17:42:11 +0000] rev 1176
glpk is able to search 5x5 magic square, let's celebrate the free software

2005-02-24Everithing is half-done, but some progress has been made in writing documentation.
athos [Thu, 24 Feb 2005 17:04:49 +0000] rev 1175
Everithing is half-done, but some progress has been made in writing documentation.

2005-02-24just kidding
hegyi [Thu, 24 Feb 2005 14:44:17 +0000] rev 1174
just kidding

2005-02-24Modified a little: I know that it is not consistent and plan to correct soon.
athos [Thu, 24 Feb 2005 10:26:50 +0000] rev 1173
Modified a little: I know that it is not consistent and plan to correct soon.

2005-02-23graphwrapper dox. everybody is asked to read doxygen.log
marci [Wed, 23 Feb 2005 22:00:05 +0000] rev 1172
graphwrapper dox. everybody is asked to read doxygen.log

2005-02-23Experimental autopackage specfile.
alpar [Wed, 23 Feb 2005 10:53:17 +0000] rev 1171
Experimental autopackage specfile.

2005-02-22Fix Doxyfile and the wrong hyperlinks in the doc.
alpar [Tue, 22 Feb 2005 11:10:46 +0000] rev 1170
Fix Doxyfile and the wrong hyperlinks in the doc.

2005-02-22Started to change documentation with excellent new ideas!!!
athos [Tue, 22 Feb 2005 10:29:21 +0000] rev 1169
Started to change documentation with excellent new ideas!!!

2005-02-22Corrected spelling errors.
athos [Tue, 22 Feb 2005 10:23:32 +0000] rev 1168
Corrected spelling errors.

2005-02-22Corrected spelling errors.
athos [Tue, 22 Feb 2005 10:23:08 +0000] rev 1167
Corrected spelling errors.

2005-02-21one more minor change
jacint [Mon, 21 Feb 2005 19:03:52 +0000] rev 1166
one more minor change

2005-02-21some minor changes, docs, etc.
jacint [Mon, 21 Feb 2005 18:51:11 +0000] rev 1165
some minor changes, docs, etc.

2005-02-21A year has passed again.
alpar [Mon, 21 Feb 2005 14:59:12 +0000] rev 1164
A year has passed again.

2005-02-21Let's go on!
alpar [Mon, 21 Feb 2005 14:17:24 +0000] rev 1163
Let's go on!

2005-02-21New features in v0.3 lemon-0.3
alpar [Mon, 21 Feb 2005 10:08:12 +0000] rev 1162
New features in v0.3

2005-02-21Better doc
alpar [Mon, 21 Feb 2005 10:07:38 +0000] rev 1161
Better doc

2005-02-21We have UndirGraph, so BidirGraph has been removed.
alpar [Mon, 21 Feb 2005 09:28:00 +0000] rev 1160
We have UndirGraph, so BidirGraph has been removed.

2005-02-20svn:ignore change on src/demo
klao [Sun, 20 Feb 2005 01:03:09 +0000] rev 1159
svn:ignore change on src/demo

2005-02-20Graph and UndirGraph concept modifications.
klao [Sun, 20 Feb 2005 01:02:07 +0000] rev 1158
Graph and UndirGraph concept modifications.

* For incidence iterators ({In,Out,Inc}EdgeIt) there is now baseNode and
runningNode functions in graph interface
* For Edge in undir graphs: Edge(UndirGraph const &, UndirEdge, Node)
constructor. Same for IncEdgeIt
* Edge(UndirEdge, bool) constructor is no more in the public interface. (But we
need it in the developpers interface).

2005-02-19lemon/error.h: boost::shared_ptr helyett std::auto_ptr
klao [Sat, 19 Feb 2005 21:11:20 +0000] rev 1157
lemon/error.h: boost::shared_ptr helyett std::auto_ptr
(Sokkal kenylemetlenebb, es nem teljesen biztos, hogy helyes megoldas)

2005-02-18Wrap long lines
alpar [Fri, 18 Feb 2005 16:40:48 +0000] rev 1156
Wrap long lines

2005-02-18- Better addSource()
alpar [Fri, 18 Feb 2005 14:46:04 +0000] rev 1155
- Better addSource()
- More docs

2005-02-18Description of the LEMON directories.
alpar [Fri, 18 Feb 2005 10:36:13 +0000] rev 1154
Description of the LEMON directories.

2005-02-17if you have a nuclear power plant and wanna compute small magic squares, then let's do it
marci [Thu, 17 Feb 2005 15:14:13 +0000] rev 1153
if you have a nuclear power plant and wanna compute small magic squares, then let's do it

2005-02-16small changes
marci [Wed, 16 Feb 2005 21:40:16 +0000] rev 1152
small changes

2005-02-16Several changes in the docs.
alpar [Wed, 16 Feb 2005 16:17:30 +0000] rev 1151
Several changes in the docs.

2005-02-15Minor changes.
alpar [Tue, 15 Feb 2005 15:00:31 +0000] rev 1150
Minor changes.

2005-02-15A bit better msg.
alpar [Tue, 15 Feb 2005 14:59:16 +0000] rev 1149
A bit better msg.

2005-02-15Test the new dijkstra features.
alpar [Tue, 15 Feb 2005 14:58:32 +0000] rev 1148
Test the new dijkstra features.

2005-02-15Make Makefile.am up-to-date (as usual).
alpar [Tue, 15 Feb 2005 14:56:54 +0000] rev 1147
Make Makefile.am up-to-date (as usual).

2005-02-15Doc improvements.
alpar [Tue, 15 Feb 2005 14:54:25 +0000] rev 1146
Doc improvements.

2005-02-11more docs
ladanyi [Fri, 11 Feb 2005 14:56:40 +0000] rev 1145
more docs

2005-02-10trying to add constraints of kind 1 <= x[2]+x[3] <= 4
marci [Thu, 10 Feb 2005 18:53:30 +0000] rev 1144
trying to add constraints of kind 1 <= x[2]+x[3] <= 4

2005-02-08The pair of setSomeThing function is getSomeThing.
marci [Tue, 08 Feb 2005 17:47:19 +0000] rev 1143
The pair of setSomeThing function is getSomeThing.

2005-02-08more docs
ladanyi [Tue, 08 Feb 2005 11:27:03 +0000] rev 1142
more docs

2005-02-07This is not ready yet, but I have to go home...
hegyi [Mon, 07 Feb 2005 17:35:25 +0000] rev 1141
This is not ready yet, but I have to go home...

2005-02-07Removing from work.
deba [Mon, 07 Feb 2005 15:40:53 +0000] rev 1140
Removing from work.

2005-02-07Changing first to iterators.
deba [Mon, 07 Feb 2005 15:40:34 +0000] rev 1139
Changing first to iterators.

2005-02-07Fix wrong reference in the documentation.
alpar [Mon, 07 Feb 2005 12:31:30 +0000] rev 1138
Fix wrong reference in the documentation.

2005-02-07IO moved to lemon.
deba [Mon, 07 Feb 2005 11:29:25 +0000] rev 1137
IO moved to lemon.

2005-02-07Graph documentation
deba [Mon, 07 Feb 2005 11:28:37 +0000] rev 1136
Graph documentation

2005-02-07Removing graph_defines.h
deba [Mon, 07 Feb 2005 10:50:05 +0000] rev 1135
Removing graph_defines.h

2005-02-07Documentation
deba [Mon, 07 Feb 2005 10:49:44 +0000] rev 1134
Documentation

2005-02-07Documentation
deba [Mon, 07 Feb 2005 10:48:14 +0000] rev 1133
Documentation

2005-02-06Revised dijkstra.h with several new features added.
alpar [Sun, 06 Feb 2005 20:14:30 +0000] rev 1132
Revised dijkstra.h with several new features added.

2005-02-06The new dijkstra.h comes in the next commit.
alpar [Sun, 06 Feb 2005 20:08:25 +0000] rev 1131
The new dijkstra.h comes in the next commit.

2005-02-06- PredNodeMap is a NullMap by default
alpar [Sun, 06 Feb 2005 20:00:56 +0000] rev 1130
- PredNodeMap is a NullMap by default
- Execution with stop condition
- Find shortest path between two nodes

2005-02-06error.h added
alpar [Sun, 06 Feb 2005 15:49:37 +0000] rev 1129
error.h added

2005-02-06Several important changes:
alpar [Sun, 06 Feb 2005 14:44:41 +0000] rev 1128
Several important changes:
- Named parameters for setting ReachedMap
- run() is separated into initialization and processing phase
- It is possible to run Dijkstra from multiple sources
- It is possible to stop the execution when a destination is reached.

2005-02-06Document state_enum
alpar [Sun, 06 Feb 2005 14:38:00 +0000] rev 1127
Document state_enum

2005-02-05Oops.
alpar [Sat, 05 Feb 2005 20:17:15 +0000] rev 1126
Oops.

2005-02-05A new exception class called UninitializedParameter.
alpar [Sat, 05 Feb 2005 20:05:01 +0000] rev 1125
A new exception class called UninitializedParameter.

2005-02-05Dijkstra documentation is getting ready, but one decision is missing about naming conventions about named_params
hegyi [Sat, 05 Feb 2005 13:40:01 +0000] rev 1124
Dijkstra documentation is getting ready, but one decision is missing about naming conventions about named_params

2005-02-04Documentation is developing itself, but is not ready yet.
hegyi [Fri, 04 Feb 2005 15:32:11 +0000] rev 1123
Documentation is developing itself, but is not ready yet.

2005-02-03New error.h moved to lemon/
klao [Thu, 03 Feb 2005 19:31:37 +0000] rev 1122
New error.h moved to lemon/

2005-02-03Obsolete error.h removed
klao [Thu, 03 Feb 2005 19:27:10 +0000] rev 1121
Obsolete error.h removed

2005-02-03Latest LEMON exception and assert concepts
klao [Thu, 03 Feb 2005 19:24:42 +0000] rev 1120
Latest LEMON exception and assert concepts

2005-02-03Two incomplete additions:
alpar [Thu, 03 Feb 2005 16:08:56 +0000] rev 1119
Two incomplete additions:
- Exceptions
- bool map indication reached nodes (NullMap by default)

2005-02-02Minor changes.
alpar [Wed, 02 Feb 2005 16:23:41 +0000] rev 1118
Minor changes.

2005-02-02Bugfix
alpar [Wed, 02 Feb 2005 13:11:54 +0000] rev 1117
Bugfix

2005-02-02- More or less follows the new naming convetions
alpar [Wed, 02 Feb 2005 11:54:55 +0000] rev 1116
- More or less follows the new naming convetions
- New implementation for dijkstra();

2005-02-01Some changes in the IO and map utilities.
deba [Tue, 01 Feb 2005 15:56:37 +0000] rev 1115
Some changes in the IO and map utilities.

2005-02-01Tutorial for graph input - output
deba [Tue, 01 Feb 2005 15:51:22 +0000] rev 1114
Tutorial for graph input - output

2005-02-01correction
marci [Tue, 01 Feb 2005 15:43:14 +0000] rev 1113
correction

2005-02-01try of grouping for documentation
marci [Tue, 01 Feb 2005 15:26:47 +0000] rev 1112
try of grouping for documentation

2005-02-01lower and upper bound handling functions for rows
marci [Tue, 01 Feb 2005 12:53:30 +0000] rev 1111
lower and upper bound handling functions for rows

2005-01-31new functions for changing lower and upper bounds of variables
marci [Mon, 31 Jan 2005 17:00:12 +0000] rev 1110
new functions for changing lower and upper bounds of variables

2005-01-29- Fix missing file (max_matching.h)
alpar [Sat, 29 Jan 2005 23:22:56 +0000] rev 1109
- Fix missing file (max_matching.h)

2005-01-29- '%%Title:', '%%Copyright:' and '%%CreationDate:' fields added to graphToEps-
alpar [Sat, 29 Jan 2005 23:22:02 +0000] rev 1108
- '%%Title:', '%%Copyright:' and '%%CreationDate:' fields added to graphToEps-
generated output
- Some more checks in configure.ac

2005-01-29- Node shapes are shown in the doc.
alpar [Sat, 29 Jan 2005 15:09:41 +0000] rev 1107
- Node shapes are shown in the doc.
- The generated PS file is closer to be DSC conform.

2005-01-28Concept modification to resolve the item by its ID.
deba [Fri, 28 Jan 2005 15:37:08 +0000] rev 1106
Concept modification to resolve the item by its ID.

2005-01-28One more trial/approach for named params (Under constr.)
alpar [Fri, 28 Jan 2005 15:19:34 +0000] rev 1105
One more trial/approach for named params (Under constr.)

2005-01-28small changes, a try for max flow using expression
marci [Fri, 28 Jan 2005 14:33:32 +0000] rev 1104
small changes, a try for max flow using expression

2005-01-28Add a 'scaleToA4()' function.
alpar [Fri, 28 Jan 2005 09:09:59 +0000] rev 1103
Add a 'scaleToA4()' function.

2005-01-28Functions to query height/width of a BoundingBox.
alpar [Fri, 28 Jan 2005 09:04:34 +0000] rev 1102
Functions to query height/width of a BoundingBox.

2005-01-28Wrap a long line
alpar [Fri, 28 Jan 2005 08:53:48 +0000] rev 1101
Wrap a long line

2005-01-27- Some things to do.
alpar [Thu, 27 Jan 2005 18:13:58 +0000] rev 1100
- Some things to do.

2005-01-27-=, - operators in expressions
marci [Thu, 27 Jan 2005 17:44:04 +0000] rev 1099
-=, - operators in expressions

2005-01-27(none)
jacint [Thu, 27 Jan 2005 16:11:54 +0000] rev 1098
(none)

2005-01-26A proposal or test implementation for linear expression`
marci [Wed, 26 Jan 2005 15:54:06 +0000] rev 1097
A proposal or test implementation for linear expression`

2005-01-26Various changes.
ladanyi [Wed, 26 Jan 2005 09:00:40 +0000] rev 1096
Various changes.

2005-01-26Removed some unnecessary files.
ladanyi [Wed, 26 Jan 2005 00:09:06 +0000] rev 1095
Removed some unnecessary files.

2005-01-25(none)
jacint [Tue, 25 Jan 2005 18:37:31 +0000] rev 1094
(none)

2005-01-25Adding a function which returns the mate of a node.
jacint [Tue, 25 Jan 2005 17:40:22 +0000] rev 1093
Adding a function which returns the mate of a node.

2005-01-25following the changes of max_matching.h
jacint [Tue, 25 Jan 2005 17:39:24 +0000] rev 1092
following the changes of max_matching.h

2005-01-20Now, the actual drawing is made by run() instead of the destructor.
alpar [Thu, 20 Jan 2005 14:16:40 +0000] rev 1091
Now, the actual drawing is made by run() instead of the destructor.

2005-01-20resetPos deleted
jacint [Thu, 20 Jan 2005 10:24:38 +0000] rev 1090
resetPos deleted

2005-01-19- Nodes are drawn in a better way
alpar [Wed, 19 Jan 2005 20:19:31 +0000] rev 1089
- Nodes are drawn in a better way
- Arrowheads made more similar in parallel vs. non-parallel modes.

2005-01-19One more node-shape added.
alpar [Wed, 19 Jan 2005 12:17:11 +0000] rev 1088
One more node-shape added.

2005-01-18Correct bad arrow enpoint when parallel edges are enabled.
alpar [Tue, 18 Jan 2005 12:23:09 +0000] rev 1087
Correct bad arrow enpoint when parallel edges are enabled.

2005-01-18In graphToEps(), nodes may have different shapes (circles or squares).
alpar [Tue, 18 Jan 2005 12:02:27 +0000] rev 1086
In graphToEps(), nodes may have different shapes (circles or squares).

2005-01-16- Parallel edges look a bit better
alpar [Sun, 16 Jan 2005 22:34:51 +0000] rev 1085
- Parallel edges look a bit better
- Possibility to insert verbatim PS blocks for each node

2005-01-16Functions added to compute the gradient of Bezier curve.
alpar [Sun, 16 Jan 2005 22:31:26 +0000] rev 1084
Functions added to compute the gradient of Bezier curve.

2005-01-16Doc improvements
alpar [Sun, 16 Jan 2005 22:29:28 +0000] rev 1083
Doc improvements

2005-01-16findEdge bugfix.
alpar [Sun, 16 Jan 2005 22:27:34 +0000] rev 1082
findEdge bugfix.

2005-01-14more precise distinction 'tween low and high level lp interfaces
marci [Fri, 14 Jan 2005 13:17:16 +0000] rev 1081
more precise distinction 'tween low and high level lp interfaces

2005-01-14Changes in doc.
alpar [Fri, 14 Jan 2005 08:02:10 +0000] rev 1080
Changes in doc.

2005-01-14Serious buxfig in findEdge()
alpar [Fri, 14 Jan 2005 08:01:17 +0000] rev 1079
Serious buxfig in findEdge()

2005-01-13Edmonds max_matching.h tester
jacint [Thu, 13 Jan 2005 18:46:00 +0000] rev 1078
Edmonds max_matching.h tester

2005-01-13Edmonds matching alg
jacint [Thu, 13 Jan 2005 18:44:50 +0000] rev 1077
Edmonds matching alg

2005-01-12functor->map and map->functor converters added.
alpar [Wed, 12 Jan 2005 12:51:30 +0000] rev 1076
functor->map and map->functor converters added.

2005-01-11:-}
marci [Tue, 11 Jan 2005 17:16:29 +0000] rev 1075
:-}

2005-01-11:-}
marci [Tue, 11 Jan 2005 17:15:46 +0000] rev 1074
:-}

2005-01-11graph_to_eps mission accomplished.
alpar [Tue, 11 Jan 2005 09:15:25 +0000] rev 1073
graph_to_eps mission accomplished.
- lemon/graph_to_eps.h header created
- lemon/bezier.h: Tools to compute with bezier curves (unclean and undocumented
interface, used internally by graph_to_eps.h)
- demo/graph_to_eps_demo.cc: a simple demo for lemon/graph_to_eps.h

2005-01-11Fix 'make install' failure.
alpar [Tue, 11 Jan 2005 09:09:50 +0000] rev 1072
Fix 'make install' failure.

2005-01-11Missing 'xy<T> operator*(double, xy<T>)' added.
alpar [Tue, 11 Jan 2005 09:08:47 +0000] rev 1071
Missing 'xy<T> operator*(double, xy<T>)' added.

2005-01-11ShiftMap and ScaleMap added
alpar [Tue, 11 Jan 2005 09:05:24 +0000] rev 1070
ShiftMap and ScaleMap added

2005-01-11- Minor correction in time_measure.h
alpar [Tue, 11 Jan 2005 09:04:08 +0000] rev 1069
- Minor correction in time_measure.h
- A bit more meaningful test in time_measure_test.cc

2005-01-09(none)
klao [Sun, 09 Jan 2005 23:44:29 +0000] rev 1068
(none)

2005-01-09Advances in error.h
klao [Sun, 09 Jan 2005 23:28:18 +0000] rev 1067
Advances in error.h

* More clear exception usage concept
* sketch of LEMON_ASSERT interface
* test file

2005-01-09src/work/Doxyfile: Minor changes
klao [Sun, 09 Jan 2005 23:21:52 +0000] rev 1066
src/work/Doxyfile: Minor changes

* include \internal documentation
* input whole directories: marci, alpar, deba, klao
* sync to doc/Doxyfile

2005-01-09update to doxygen v1.4.0
klao [Sun, 09 Jan 2005 20:10:58 +0000] rev 1065
update to doxygen v1.4.0

2005-01-09Doxyfile: minor changes
klao [Sun, 09 Jan 2005 20:08:53 +0000] rev 1064
Doxyfile: minor changes

2005-01-09Doxyfile updated to doxygen v1.4.0
klao [Sun, 09 Jan 2005 20:06:57 +0000] rev 1063
Doxyfile updated to doxygen v1.4.0

2005-01-08- Parallel edge support (without arrowheads)
alpar [Sat, 08 Jan 2005 20:16:56 +0000] rev 1062
- Parallel edge support (without arrowheads)
- Texts on the nodes

2005-01-08- Empty doxygen comments
alpar [Sat, 08 Jan 2005 20:12:50 +0000] rev 1061
- Empty doxygen comments
- sconst -> const

2005-01-07Nasty bug in undir_graph_extender.h
klao [Fri, 07 Jan 2005 18:53:02 +0000] rev 1060
Nasty bug in undir_graph_extender.h

2005-01-07(none)
jacint [Fri, 07 Jan 2005 08:50:38 +0000] rev 1059
(none)

2005-01-07undirgrafbug
jacint [Fri, 07 Jan 2005 08:40:13 +0000] rev 1058
undirgrafbug

2005-01-07undirgrafbug
jacint [Fri, 07 Jan 2005 08:39:53 +0000] rev 1057
undirgrafbug

2005-01-07Exception hierarchy sketch.
klao [Fri, 07 Jan 2005 00:43:54 +0000] rev 1056
Exception hierarchy sketch.
Exception safe exception classes.

2005-01-06graphToEps also accepts an output file name parameter.
alpar [Thu, 06 Jan 2005 08:39:50 +0000] rev 1055
graphToEps also accepts an output file name parameter.

2005-01-05countUndirEdges bugs fixed
klao [Wed, 05 Jan 2005 16:59:50 +0000] rev 1054
countUndirEdges bugs fixed

2005-01-05UndirGraphs: invalid edge bug
klao [Wed, 05 Jan 2005 14:34:00 +0000] rev 1053
UndirGraphs: invalid edge bug

2005-01-05Two examples showing a bit more convenient way to implement named parameters.
alpar [Wed, 05 Jan 2005 12:26:59 +0000] rev 1052
Two examples showing a bit more convenient way to implement named parameters.

2005-01-05graphToEps is now able to write to any ostream.
alpar [Wed, 05 Jan 2005 10:14:37 +0000] rev 1051
graphToEps is now able to write to any ostream.

2005-01-04Several new named parameters and documentation added to graphToEps().
alpar [Tue, 04 Jan 2005 22:16:46 +0000] rev 1050
Several new named parameters and documentation added to graphToEps().

2005-01-04Conversion constructor added
alpar [Tue, 04 Jan 2005 22:14:42 +0000] rev 1049
Conversion constructor added

2005-01-04minor changes for various number types
marci [Tue, 04 Jan 2005 17:54:41 +0000] rev 1048
minor changes for various number types

2005-01-04Bugfix
alpar [Tue, 04 Jan 2005 17:16:35 +0000] rev 1047
Bugfix

2005-01-04An experimental graph-to-eps exporter.
alpar [Tue, 04 Jan 2005 17:07:05 +0000] rev 1046
An experimental graph-to-eps exporter.

2005-01-04Several new member functions added to BoundingBox
alpar [Tue, 04 Jan 2005 17:06:20 +0000] rev 1045
Several new member functions added to BoundingBox

2005-01-04- Missing 'const' keywords added
alpar [Tue, 04 Jan 2005 17:05:20 +0000] rev 1044
- Missing 'const' keywords added
- Stupid implementation of 'AbsMap' has been corrected.

2005-01-03Several changes in doc
alpar [Mon, 03 Jan 2005 16:23:47 +0000] rev 1043
Several changes in doc

2005-01-03Serious bugfix in WriteMap<K,T>::Constraints
alpar [Mon, 03 Jan 2005 16:21:33 +0000] rev 1042
Serious bugfix in WriteMap<K,T>::Constraints

2005-01-03- Several convenience maps added to maps.h
alpar [Mon, 03 Jan 2005 16:19:46 +0000] rev 1041
- Several convenience maps added to maps.h
- Improvements in doc

2004-12-16AlterationObserverRegistry -> AlterationNotifier
deba [Thu, 16 Dec 2004 12:44:49 +0000] rev 1040
AlterationObserverRegistry -> AlterationNotifier
third step

2004-12-16AlterationObserverRegistry -> AlterationNotifier
deba [Thu, 16 Dec 2004 12:26:57 +0000] rev 1039
AlterationObserverRegistry -> AlterationNotifier
2 step

2004-12-16Renaming AlterationObserverRegistry -> AlterationNotifier
deba [Thu, 16 Dec 2004 12:15:02 +0000] rev 1038
Renaming AlterationObserverRegistry -> AlterationNotifier
first step

2004-12-15graph_io under construction
deba [Wed, 15 Dec 2004 19:56:55 +0000] rev 1037
graph_io under construction
This is a working version, but needs more improvments.

todo:
documention + fix the file format
improve the exception system

add some possible asserts

tutorials

2004-12-14reader under construction
deba [Tue, 14 Dec 2004 19:26:50 +0000] rev 1036
reader under construction

2004-12-09Make UndirListGraph and UndirSmartGraph visible in the doc.
alpar [Thu, 09 Dec 2004 17:02:53 +0000] rev 1035
Make UndirListGraph and UndirSmartGraph visible in the doc.

2004-12-09Undir list and smart graph
klao [Thu, 09 Dec 2004 15:30:12 +0000] rev 1034
Undir list and smart graph

2004-12-09bug fix
marci [Thu, 09 Dec 2004 10:45:32 +0000] rev 1033
bug fix

2004-12-08GraphReader under construction
deba [Wed, 08 Dec 2004 20:54:26 +0000] rev 1032
GraphReader under construction
InversableMap

2004-12-06:-(
marci [Mon, 06 Dec 2004 11:56:10 +0000] rev 1031
:-(

2004-12-06Undirected graph documentation and concept refinements.
klao [Mon, 06 Dec 2004 00:30:44 +0000] rev 1030
Undirected graph documentation and concept refinements.

* quite a few bug fixes
* concept::UndirGraph is almost complete and looks quite good.

2004-12-03GraphReader implementation ideas.
deba [Fri, 03 Dec 2004 12:19:26 +0000] rev 1029
GraphReader implementation ideas.
+ Question: Why we need common input interface?

2004-12-02:-)
marci [Thu, 02 Dec 2004 19:59:30 +0000] rev 1028
:-)

2004-12-02bug fix. previously, it did not work with graphs having non-reference node-maps
marci [Thu, 02 Dec 2004 17:36:07 +0000] rev 1027
bug fix. previously, it did not work with graphs having non-reference node-maps

2004-12-01More rational structure of classes in MergeGraphWrappers
marci [Wed, 01 Dec 2004 14:08:37 +0000] rev 1026
More rational structure of classes in MergeGraphWrappers

2004-11-29MergeGraphWrapper bug fixes
marci [Mon, 29 Nov 2004 17:55:46 +0000] rev 1025
MergeGraphWrapper bug fixes

2004-11-29Added this in order to prevent losing it.
ladanyi [Mon, 29 Nov 2004 16:11:51 +0000] rev 1024
Added this in order to prevent losing it.

2004-11-29Added a getCost() method to the Entity. Now prevCost() returns what its name suggests.
ladanyi [Mon, 29 Nov 2004 15:30:11 +0000] rev 1023
Added a getCost() method to the Entity. Now prevCost() returns what its name suggests.

2004-11-28UndirGraph implementation nearly complete
klao [Sun, 28 Nov 2004 16:30:10 +0000] rev 1022
UndirGraph implementation nearly complete

2004-11-25Advances in UndirGraph.
klao [Thu, 25 Nov 2004 14:48:24 +0000] rev 1021
Advances in UndirGraph.
* IterableExtender is complete

2004-11-22Fix Edmonds' name.
alpar [Mon, 22 Nov 2004 17:50:26 +0000] rev 1020
Fix Edmonds' name.

2004-11-22the old-style codes are removed from comment
marci [Mon, 22 Nov 2004 17:49:07 +0000] rev 1019
the old-style codes are removed from comment

2004-11-22Use lemon::Timer for time measuring. Added the threshold() function and initial threshold and temperature calculation.
ladanyi [Mon, 22 Nov 2004 14:39:40 +0000] rev 1018
Use lemon::Timer for time measuring. Added the threshold() function and initial threshold and temperature calculation.

2004-11-22Generalized flow by lp
marci [Mon, 22 Nov 2004 09:12:33 +0000] rev 1017
Generalized flow by lp

2004-11-22bug fix in SubBidirGraphWrapper, roadmap to MergeGraphWrapper
marci [Mon, 22 Nov 2004 09:09:18 +0000] rev 1016
bug fix in SubBidirGraphWrapper, roadmap to MergeGraphWrapper

2004-11-20RoadMap to more general flow algs.
marci [Sat, 20 Nov 2004 16:12:47 +0000] rev 1015
RoadMap to more general flow algs.

2004-11-20Modifications for hugo 0.2
marci [Sat, 20 Nov 2004 14:23:27 +0000] rev 1014
Modifications for hugo 0.2

2004-11-20MergeGraphWrapper
marci [Sat, 20 Nov 2004 14:09:27 +0000] rev 1013
MergeGraphWrapper

2004-11-20ObserverRegistry base classed in SnapShot has changed to be protected
alpar [Sat, 20 Nov 2004 11:10:56 +0000] rev 1012
ObserverRegistry base classed in SnapShot has changed to be protected

2004-11-20- snapshot-rollback functionarity added to ListGraph
alpar [Sat, 20 Nov 2004 10:19:06 +0000] rev 1011
- snapshot-rollback functionarity added to ListGraph
- The iterface of the snapshot-rollback functionarity in SmartGraph has
changed to be compatible with ListGraph::SnapShot.

2004-11-19reverseEdge() and contract() member-functions added.
alpar [Fri, 19 Nov 2004 18:17:25 +0000] rev 1010
reverseEdge() and contract() member-functions added.

2004-11-19RoadMap to STGraphWrapper
marci [Fri, 19 Nov 2004 17:22:29 +0000] rev 1009
RoadMap to STGraphWrapper

2004-11-18RoadMap to MergeGraphWrapper and STGraphWrapper,
marci [Thu, 18 Nov 2004 22:31:21 +0000] rev 1008
RoadMap to MergeGraphWrapper and STGraphWrapper,
NewEdgeSetGraphWrapper which is similar to the old EdgeSet

2004-11-18MergeNodeGraphWrapper
marci [Thu, 18 Nov 2004 14:37:22 +0000] rev 1007
MergeNodeGraphWrapper

2004-11-18(none)
alpar [Thu, 18 Nov 2004 10:17:19 +0000] rev 1006
(none)

2004-11-17- Timer class got direct access to the components of the ellapsed time/
alpar [Wed, 17 Nov 2004 22:18:30 +0000] rev 1005
- Timer class got direct access to the components of the ellapsed time/
- Better docs.

2004-11-17misc
marci [Wed, 17 Nov 2004 19:56:46 +0000] rev 1004
misc

2004-11-17commercial
marci [Wed, 17 Nov 2004 19:47:08 +0000] rev 1003
commercial

2004-11-17MergeNodeGraphWrapper with factory
marci [Wed, 17 Nov 2004 19:37:54 +0000] rev 1002
MergeNodeGraphWrapper with factory

2004-11-17Named parameter tests
alpar [Wed, 17 Nov 2004 17:13:15 +0000] rev 1001
Named parameter tests

2004-11-17Some comments and minor additions to the AdvancedController.
ladanyi [Wed, 17 Nov 2004 08:47:20 +0000] rev 1000
Some comments and minor additions to the AdvancedController.

2004-11-17Added a second SimAnn with the other controller.
ladanyi [Wed, 17 Nov 2004 08:46:07 +0000] rev 999
Added a second SimAnn with the other controller.

2004-11-16ErasingFirstGraphWrapper
marci [Tue, 16 Nov 2004 13:03:47 +0000] rev 998
ErasingFirstGraphWrapper

2004-11-15RevGraphWrapper modified according to the factory
marci [Mon, 15 Nov 2004 16:39:55 +0000] rev 997
RevGraphWrapper modified according to the factory

2004-11-15Ops...
alpar [Mon, 15 Nov 2004 16:09:07 +0000] rev 996
Ops...

2004-11-15Unified style hyperlinks in the doc.
alpar [Mon, 15 Nov 2004 15:07:11 +0000] rev 995
Unified style hyperlinks in the doc.

2004-11-15Matrix interface running time test...
alpar [Mon, 15 Nov 2004 15:05:00 +0000] rev 994
Matrix interface running time test...

2004-11-15error.h brought back to life
klao [Mon, 15 Nov 2004 13:10:35 +0000] rev 993
error.h brought back to life

2004-11-15GraphWrapper changes for factory
marci [Mon, 15 Nov 2004 12:25:39 +0000] rev 992
GraphWrapper changes for factory

2004-11-14- Move template.h to doc/.
alpar [Sun, 14 Nov 2004 13:15:46 +0000] rev 991
- Move template.h to doc/.
- Insert the license terms into the documentation.
- template.h now appears under the coding style documentation.

2004-11-14An 'unused variable' warning when compiled with gcc-3.2.2 is removed
alpar [Sun, 14 Nov 2004 11:16:36 +0000] rev 990
An 'unused variable' warning when compiled with gcc-3.2.2 is removed

2004-11-13XyzConcept moved to Xyz::Constraints
deba [Sat, 13 Nov 2004 21:37:54 +0000] rev 989
XyzConcept moved to Xyz::Constraints
use checkConcept in the next way:

checkConcept<ErasableGraph, ListGraph>();
checkConcept<ReadWriteMap<Node, Node>, PredMap>;

2004-11-13Revome an obsolete #include line.
alpar [Sat, 13 Nov 2004 17:47:44 +0000] rev 988
Revome an obsolete #include line.

2004-11-13Naming changes:
alpar [Sat, 13 Nov 2004 17:07:10 +0000] rev 987
Naming changes:
- ValueType -> Value
- KeyType -> Key
- ReferenceType ->Reference
- PointerType -> Pointer

2004-11-13Naming changes:
alpar [Sat, 13 Nov 2004 12:53:28 +0000] rev 986
Naming changes:
- head -> target
- tail -> source

2004-11-13Bugfixes in UndirFullGraphBase
alpar [Sat, 13 Nov 2004 12:24:01 +0000] rev 985
Bugfixes in UndirFullGraphBase

2004-11-11Copy-Paste bug fix.
deba [Thu, 11 Nov 2004 12:12:28 +0000] rev 984
Copy-Paste bug fix.

2004-11-11UndirFullGraphBase is added
deba [Thu, 11 Nov 2004 11:12:42 +0000] rev 983
UndirFullGraphBase is added
It is a graph base which contains only one way directed edges in a full graph.

2004-11-11mappable_graph_extender.h erased
deba [Thu, 11 Nov 2004 10:29:25 +0000] rev 982
mappable_graph_extender.h erased

the map extenders are moved to the map implementation headers

2004-11-11maxUndirEdgeId modified to maxId(UndirEdge)
deba [Thu, 11 Nov 2004 10:17:20 +0000] rev 981
maxUndirEdgeId modified to maxId(UndirEdge)
maxEdgeId modified to maxId(Edge)

2004-11-11maxNodeId() and maxEdgeId() changed to maxId(Node) and maxId(Edge)
deba [Thu, 11 Nov 2004 09:31:55 +0000] rev 980
maxNodeId() and maxEdgeId() changed to maxId(Node) and maxId(Edge)
getNodeObserverRegistry() and getEdgeObserverRegistry() changed to
getObserverRegistry(Node) and getObserverRegistry(Edge)

IdMappableGraphExtender erased

2004-11-10"make check" pass under icc v8.0
klao [Wed, 10 Nov 2004 21:59:59 +0000] rev 979
"make check" pass under icc v8.0

* There are _many_ remarks which are worth examinating! Non-inline (and even
not template) functions in header files for example.

2004-11-10"make check" pass under gcc-3.4.3
klao [Wed, 10 Nov 2004 21:42:28 +0000] rev 978
"make check" pass under gcc-3.4.3

2004-11-10* enable_if imported from BOOST
klao [Wed, 10 Nov 2004 20:14:32 +0000] rev 977
* enable_if imported from BOOST
* count{Nodes,Edges} implemented via graph tags
* some #include bugs fixed

2004-11-10A demonstration how to use _optional_ boolean tags.
klao [Wed, 10 Nov 2004 19:59:14 +0000] rev 976
A demonstration how to use _optional_ boolean tags.

2004-11-10for better compatibility with gcc-3.4
marci [Wed, 10 Nov 2004 12:51:30 +0000] rev 975
for better compatibility with gcc-3.4

2004-11-10Changes in doc.
alpar [Wed, 10 Nov 2004 11:42:00 +0000] rev 974
Changes in doc.

2004-11-09- Add makeSnapshot()/rollBack() functionality
alpar [Tue, 09 Nov 2004 17:48:52 +0000] rev 973
- Add makeSnapshot()/rollBack() functionality
- Remove an unnecessary #include

2004-11-09A graph reader interface proposal
alpar [Tue, 09 Nov 2004 09:12:35 +0000] rev 972
A graph reader interface proposal

2004-11-08remove an annoying warning
klao [Mon, 08 Nov 2004 16:42:35 +0000] rev 971
remove an annoying warning

2004-11-08partial graph_wrapper changes with graph_factory
marci [Mon, 08 Nov 2004 16:33:53 +0000] rev 970
partial graph_wrapper changes with graph_factory

2004-11-08findEdge() declaration went to the right place (for the sake of Doxygen.)
alpar [Mon, 08 Nov 2004 15:24:53 +0000] rev 969
findEdge() declaration went to the right place (for the sake of Doxygen.)

2004-11-08Several changes in doc.
alpar [Mon, 08 Nov 2004 15:23:31 +0000] rev 968
Several changes in doc.

2004-11-08Several changes in doc.
alpar [Mon, 08 Nov 2004 15:22:39 +0000] rev 967
Several changes in doc.

2004-11-08Added an init method to the controller, and started writing a second controller.
ladanyi [Mon, 08 Nov 2004 08:40:37 +0000] rev 966
Added an init method to the controller, and started writing a second controller.

2004-11-08Moved the includes to simann.h.
ladanyi [Mon, 08 Nov 2004 08:37:41 +0000] rev 965
Moved the includes to simann.h.

2004-11-05Doc improvements
alpar [Fri, 05 Nov 2004 07:26:20 +0000] rev 964
Doc improvements

2004-11-05Updated the makefile.
ladanyi [Fri, 05 Nov 2004 05:46:46 +0000] rev 963
Updated the makefile.

2004-11-05Undirect graph implementation.
klao [Fri, 05 Nov 2004 00:31:49 +0000] rev 962
Undirect graph implementation.
Not yet done, untested.

2004-11-04* Somewhat less redundant and a bit more correct graph concepts.
klao [Thu, 04 Nov 2004 22:04:51 +0000] rev 961
* Somewhat less redundant and a bit more correct graph concepts.
* graph_wrapper_test does not compile

2004-11-04Renamed simann_test.cc to simann_demo.cc.
ladanyi [Thu, 04 Nov 2004 21:28:55 +0000] rev 960
Renamed simann_test.cc to simann_demo.cc.

2004-11-04skeleton(s) -> concept renaming
klao [Thu, 04 Nov 2004 20:24:59 +0000] rev 959
skeleton(s) -> concept renaming

2004-11-04Updated because of the recent changes in simann.h.
ladanyi [Thu, 04 Nov 2004 18:52:31 +0000] rev 958
Updated because of the recent changes in simann.h.

2004-11-04Now the controller asks SimAnnBase for the various costs.
ladanyi [Thu, 04 Nov 2004 18:48:58 +0000] rev 957
Now the controller asks SimAnnBase for the various costs.

2004-11-04Added the SimpleController class, and removed the first version of SimAnn in favour of the second.
ladanyi [Thu, 04 Nov 2004 13:32:44 +0000] rev 956
Added the SimpleController class, and removed the first version of SimAnn in favour of the second.

2004-11-02Improve docs.
alpar [Tue, 02 Nov 2004 06:28:38 +0000] rev 955
Improve docs.

2004-11-01Improved docs.
alpar [Mon, 01 Nov 2004 19:00:19 +0000] rev 954
Improved docs.

2004-11-01- Named parameters and traits for Dijkstra
alpar [Mon, 01 Nov 2004 17:57:19 +0000] rev 953
- Named parameters and traits for Dijkstra
(in src/work/alpar/dijkstra.h to be swithced to src/lemon)
- doc/named-param.dox: Doxygen page for named parameters.

2004-11-01Traits + Named Parameters version
alpar [Mon, 01 Nov 2004 07:04:52 +0000] rev 952
Traits + Named Parameters version

2004-10-30- SmallGraph is also a class instead of being a typedef.
alpar [Sat, 30 Oct 2004 18:51:00 +0000] rev 951
- SmallGraph is also a class instead of being a typedef.
(For the sake of doxygen.)

2004-10-30- Changes in doc (spell check).
alpar [Sat, 30 Oct 2004 18:33:14 +0000] rev 950
- Changes in doc (spell check).
- SmallGraph is a class instead of being a typedef. (For the sake of doxygen.)

2004-10-30ListGraph compilation bug fixed.
alpar [Sat, 30 Oct 2004 18:30:29 +0000] rev 949
ListGraph compilation bug fixed.

2004-10-30- moveHead() and moveTail() added. Not tested.
alpar [Sat, 30 Oct 2004 16:30:12 +0000] rev 948
- moveHead() and moveTail() added. Not tested.

2004-10-29A new doxygen group added for graph utilities.
alpar [Fri, 29 Oct 2004 06:04:43 +0000] rev 947
A new doxygen group added for graph utilities.

2004-10-27The graph_factory branch (@ 1321) has been merged to trunk.
klao [Wed, 27 Oct 2004 22:38:50 +0000] rev 946
The graph_factory branch (@ 1321) has been merged to trunk.

2004-10-25Modify to compile with ++-style iterators.
alpar [Mon, 25 Oct 2004 13:29:46 +0000] rev 945
Modify to compile with ++-style iterators.

2004-10-16It's time to design an iterable generic bfs
marci [Sat, 16 Oct 2004 00:20:13 +0000] rev 944
It's time to design an iterable generic bfs

2004-10-13Bugfix. (removed forgotten "using namespace std")
beckerjc [Wed, 13 Oct 2004 15:52:35 +0000] rev 943
Bugfix. (removed forgotten "using namespace std")

2004-10-11Naming and coding style fixes and various other changes.
ladanyi [Mon, 11 Oct 2004 18:02:48 +0000] rev 942
Naming and coding style fixes and various other changes.

2004-10-08Suurballe and MinCostFlow classes are now able to increase the flow 1 by 1 with
marci [Fri, 08 Oct 2004 13:07:51 +0000] rev 941
Suurballe and MinCostFlow classes are now able to increase the flow 1 by 1 with
this->augment()

2004-10-07Coding style.
marci [Thu, 07 Oct 2004 17:21:27 +0000] rev 940
Coding style.

2004-10-07- Change version 0.2 -> 0.3
alpar [Thu, 07 Oct 2004 07:39:42 +0000] rev 939
- Change version 0.2 -> 0.3
- Doxyfile change for right #include< >'s (in Doxygen 1.9 only)

2004-10-05Many of ckeckCompileXYZ()'s are now in the corresponding skeleton headers.
alpar [Tue, 05 Oct 2004 09:41:05 +0000] rev 938
Many of ckeckCompileXYZ()'s are now in the corresponding skeleton headers.
(Tests for Symmetric Graphs are still to be moved)

2004-10-04Revert backport changes -r1230.
deba [Mon, 04 Oct 2004 17:13:21 +0000] rev 937
Revert backport changes -r1230.

2004-10-04Some old comments
klao [Mon, 04 Oct 2004 16:03:25 +0000] rev 936
Some old comments

2004-10-04* Beautifying Makefile.am
klao [Mon, 04 Oct 2004 16:00:14 +0000] rev 935
* Beautifying Makefile.am
* svn:ignore on "demo" dir

2004-10-04Added 'src/demo/Makefile.am'.
ladanyi [Mon, 04 Oct 2004 14:43:11 +0000] rev 934
Added 'src/demo/Makefile.am'.

2004-10-01NodeSubGraphWrapper, test, and ducumentation modifications.
marci [Fri, 01 Oct 2004 11:31:03 +0000] rev 933
NodeSubGraphWrapper, test, and ducumentation modifications.

2004-10-01New EdgeSubGraphWrapper class specializing SubGraphWrapper in the way that only the edge-set can be filtered.
marci [Fri, 01 Oct 2004 10:08:43 +0000] rev 932
New EdgeSubGraphWrapper class specializing SubGraphWrapper in the way that only the edge-set can be filtered.

2004-09-30SubGraphWrapper code example, converter from dimacs to graphviz dot file.
marci [Thu, 30 Sep 2004 17:32:00 +0000] rev 931
SubGraphWrapper code example, converter from dimacs to graphviz dot file.
The second one can be a tool for generating documentation of code examples.

2004-09-30documentation os SubGraphWrapper with code example.
marci [Thu, 30 Sep 2004 17:30:20 +0000] rev 930
documentation os SubGraphWrapper with code example.

2004-09-30mv after 0.2
marci [Thu, 30 Sep 2004 16:08:20 +0000] rev 929
mv after 0.2

2004-09-30Version 0.2 released. lemon-0.2
alpar [Thu, 30 Sep 2004 10:15:52 +0000] rev 928
Version 0.2 released.

2004-09-30minor correction
ladanyi [Thu, 30 Sep 2004 09:31:38 +0000] rev 927
minor correction

2004-09-30Cosmetic changes.
alpar [Thu, 30 Sep 2004 09:24:01 +0000] rev 926
Cosmetic changes.

2004-09-30Use latin-1 encoding.
alpar [Thu, 30 Sep 2004 08:15:13 +0000] rev 925
Use latin-1 encoding.

2004-09-30- Add myself
alpar [Thu, 30 Sep 2004 08:13:51 +0000] rev 924
- Add myself
- Cosmetic changes

2004-09-29more docs
marci [Wed, 29 Sep 2004 19:02:26 +0000] rev 923
more docs

2004-09-29hugo -> lemon renaming leftovers
klao [Wed, 29 Sep 2004 16:31:24 +0000] rev 922
hugo -> lemon renaming leftovers

2004-09-29hugo -> lemon
alpar [Wed, 29 Sep 2004 15:30:04 +0000] rev 921
hugo -> lemon

2004-09-29some changes in the doc to make things clearer
jacint [Wed, 29 Sep 2004 14:12:26 +0000] rev 920
some changes in the doc to make things clearer

2004-09-29- Backport -r1227 and -r1220
alpar [Wed, 29 Sep 2004 14:02:14 +0000] rev 919
- Backport -r1227 and -r1220
- Temporarily remove (move to attic) tight_edge_filter.h

2004-09-29Initial revision.
ladanyi [Wed, 29 Sep 2004 10:35:35 +0000] rev 918
Initial revision.

2004-09-28merge_node_graph_wrapper::nodemap
marci [Tue, 28 Sep 2004 17:00:18 +0000] rev 917
merge_node_graph_wrapper::nodemap

2004-09-28Fix InEdgeIt and OutEdgeIt in the symmetric graphs.
deba [Tue, 28 Sep 2004 16:40:55 +0000] rev 916
Fix InEdgeIt and OutEdgeIt in the symmetric graphs.

2004-09-28beginning of a modular, generic merge_graph_wrapper...
marci [Tue, 28 Sep 2004 13:45:39 +0000] rev 915
beginning of a modular, generic merge_graph_wrapper...

2004-09-28Bugfix. (unionfind segfaulted when compiled with icc)
klao [Tue, 28 Sep 2004 10:32:23 +0000] rev 914
Bugfix. (unionfind segfaulted when compiled with icc)

2004-09-28mrproper rule bug
klao [Tue, 28 Sep 2004 08:35:27 +0000] rev 913
mrproper rule bug

2004-09-28meself
marci [Tue, 28 Sep 2004 08:15:04 +0000] rev 912
meself

2004-09-28Fix many doxygen command bugs.
alpar [Tue, 28 Sep 2004 07:00:58 +0000] rev 911
Fix many doxygen command bugs.

2004-09-27minor corrections
marci [Mon, 27 Sep 2004 18:11:27 +0000] rev 910
minor corrections

2004-09-26New symmetric Graph concept.
deba [Sun, 26 Sep 2004 21:43:38 +0000] rev 909
New symmetric Graph concept.
New symmetric list and smart graph.
Symmetric Graph tests based on the Graph Tests.

2004-09-24added myself
jacint [Fri, 24 Sep 2004 11:55:54 +0000] rev 908
added myself

2004-09-23I forgot to apply
alpar [Thu, 23 Sep 2004 15:09:55 +0000] rev 907
I forgot to apply
for i in `ls *.h`; do rpl template.h $i $i; done
in src/hugo/attic

2004-09-23Copyright header added.
alpar [Thu, 23 Sep 2004 15:05:20 +0000] rev 906
Copyright header added.

2004-09-23Some code cleaning in id related stuffs
alpar [Thu, 23 Sep 2004 14:40:45 +0000] rev 905
Some code cleaning in id related stuffs

2004-09-22Do not document registry and map defines.
alpar [Wed, 22 Sep 2004 12:42:19 +0000] rev 904
Do not document registry and map defines.

2004-09-22Some commenticide was applied.
alpar [Wed, 22 Sep 2004 12:33:30 +0000] rev 903
Some commenticide was applied.

2004-09-22correction to 0.2
marci [Wed, 22 Sep 2004 12:25:50 +0000] rev 902
correction to 0.2

2004-09-22correction of HUGO_... preproc defines.
marci [Wed, 22 Sep 2004 10:47:59 +0000] rev 901
correction of HUGO_... preproc defines.

2004-09-22'iff' changed to 'if and only if'
alpar [Wed, 22 Sep 2004 09:58:17 +0000] rev 900
'iff' changed to 'if and only if'

2004-09-22Classes (and corresponting file names) renamed:
alpar [Wed, 22 Sep 2004 09:55:41 +0000] rev 899
Classes (and corresponting file names) renamed:
- MinLengthPaths -> Suurballe
- MinCostFlows -> MinCostFlow

2004-09-22Oops. I forgot to commit this at -r1204.
alpar [Wed, 22 Sep 2004 08:54:53 +0000] rev 898
Oops. I forgot to commit this at -r1204.

2004-09-22The default constructors are removed from the maps.
deba [Wed, 22 Sep 2004 08:04:31 +0000] rev 897
The default constructors are removed from the maps.
The ArrayMap is the map structure of the graphs.

2004-09-22- mincostflows.h renamed to min_cost_flows.h
alpar [Wed, 22 Sep 2004 07:32:57 +0000] rev 896
- mincostflows.h renamed to min_cost_flows.h
- minlengthpaths.h renamed to min_length_paths.h
- src/test/old_path_test.cc removed

2004-09-22Minor correction to (preflow_graph.inp -> preflow_graph.dim)
alpar [Wed, 22 Sep 2004 07:22:34 +0000] rev 895
Minor correction to (preflow_graph.inp -> preflow_graph.dim)

2004-09-21todo for real comparison
marci [Tue, 21 Sep 2004 21:28:43 +0000] rev 894
todo for real comparison

2004-09-21Dox readable more even.
marci [Tue, 21 Sep 2004 21:10:26 +0000] rev 893
Dox readable more even.

2004-09-21graph_wrappers now pass the tests.
marci [Tue, 21 Sep 2004 11:54:20 +0000] rev 892
graph_wrappers now pass the tests.

2004-09-20template<typename CMap> Map(const CMap&) like constructors and
deba [Mon, 20 Sep 2004 22:57:48 +0000] rev 891
template<typename CMap> Map(const CMap&) like constructors and
assigns are removed.

2004-09-20Specialized ConstMap for defining constant maps at compile time, by klao.
marci [Mon, 20 Sep 2004 17:53:33 +0000] rev 890
Specialized ConstMap for defining constant maps at compile time, by klao.
Time comparision of the generic and specialized maps.

2004-09-20EXAMPLE_PATH is set to the demo dir.
marci [Mon, 20 Sep 2004 16:20:11 +0000] rev 889
EXAMPLE_PATH is set to the demo dir.

2004-09-20(none)
marci [Mon, 20 Sep 2004 09:05:19 +0000] rev 888
(none)

2004-09-20new test graph
jacint [Mon, 20 Sep 2004 08:27:34 +0000] rev 887
new test graph

2004-09-20(none)
jacint [Mon, 20 Sep 2004 08:05:59 +0000] rev 886
(none)

2004-09-19Kruskal cleanup:
klao [Sun, 19 Sep 2004 15:24:56 +0000] rev 885
Kruskal cleanup:
- resolved the NonConstMapWr bug
- docs added for NonConstMapWr and KruskalSequenceOut

2004-09-19Somebody forgot to remove these.
klao [Sun, 19 Sep 2004 13:39:25 +0000] rev 884
Somebody forgot to remove these.

2004-09-19Put away debug.h and error.h temporarily.
alpar [Sun, 19 Sep 2004 12:45:35 +0000] rev 883
Put away debug.h and error.h temporarily.

2004-09-19This was forgotten to add from the previous commit.
alpar [Sun, 19 Sep 2004 12:26:42 +0000] rev 882
This was forgotten to add from the previous commit.

2004-09-19Right (but still too short) documentation of the namespaces.
alpar [Sun, 19 Sep 2004 12:24:48 +0000] rev 881
Right (but still too short) documentation of the namespaces.

2004-09-17- Name changing: XYZGraphSkeleton -> XYZGraph
alpar [Fri, 17 Sep 2004 15:51:50 +0000] rev 880
- Name changing: XYZGraphSkeleton -> XYZGraph
- Fix some bad \ref's in the doc.

2004-09-17An alert added to doc.
alpar [Fri, 17 Sep 2004 15:11:39 +0000] rev 879
An alert added to doc.

2004-09-17Graph wrapper tests added.
alpar [Fri, 17 Sep 2004 12:23:09 +0000] rev 878
Graph wrapper tests added.

2004-09-17Fix maps in the GraphWrappers.
deba [Fri, 17 Sep 2004 07:02:16 +0000] rev 877
Fix maps in the GraphWrappers.

2004-09-16Go back to -r1169 in order to be able to compile minlengthpath_test.cc
alpar [Thu, 16 Sep 2004 20:55:01 +0000] rev 876
Go back to -r1169 in order to be able to compile minlengthpath_test.cc

2004-09-16Changed to conform to the new iterator style.
ladanyi [Thu, 16 Sep 2004 19:51:28 +0000] rev 875
Changed to conform to the new iterator style.

2004-09-16Document the file itself.
alpar [Thu, 16 Sep 2004 19:24:15 +0000] rev 874
Document the file itself.

2004-09-16- GraphSkeleton renamed to ExtendableGraphSkeleton
alpar [Thu, 16 Sep 2004 19:23:41 +0000] rev 873
- GraphSkeleton renamed to ExtendableGraphSkeleton
- Use full explicit namespaces in some places in order to work with icc. (I don't know why they are necessary.)

2004-09-16Cross references turned off.
alpar [Thu, 16 Sep 2004 19:18:18 +0000] rev 872
Cross references turned off.

2004-09-16(none)
marci [Thu, 16 Sep 2004 15:18:25 +0000] rev 871
(none)

2004-09-16(none)
marci [Thu, 16 Sep 2004 15:05:10 +0000] rev 870
(none)

2004-09-16more docs
marci [Thu, 16 Sep 2004 14:27:27 +0000] rev 869
more docs

2004-09-16This is needed for the demo.
marci [Thu, 16 Sep 2004 14:01:36 +0000] rev 868
This is needed for the demo.

2004-09-16Demo file for SubGraphWrapper<Graph>. Documentation will be added later.
marci [Thu, 16 Sep 2004 13:59:36 +0000] rev 867
Demo file for SubGraphWrapper<Graph>. Documentation will be added later.
The purpose of this graph is to have an easy and short demo for the above class.

2004-09-16(none)
marci [Thu, 16 Sep 2004 13:57:41 +0000] rev 866
(none)

2004-09-16Sorry, the name chosen was a mistake.
marci [Thu, 16 Sep 2004 13:54:46 +0000] rev 865
Sorry, the name chosen was a mistake.

2004-09-16(none)
marci [Thu, 16 Sep 2004 13:54:01 +0000] rev 864
(none)

2004-09-16An edge-map which shows the tight edges w.r.t a potential and an edge-distance function.
marci [Thu, 16 Sep 2004 11:11:01 +0000] rev 863
An edge-map which shows the tight edges w.r.t a potential and an edge-distance function.

2004-09-16bug correction
marci [Thu, 16 Sep 2004 10:59:52 +0000] rev 862
bug correction

2004-09-16bug correction in SubGraphWrapper<Graph>::NodeIt::NodeIt(...)
marci [Thu, 16 Sep 2004 10:59:30 +0000] rev 861
bug correction in SubGraphWrapper<Graph>::NodeIt::NodeIt(...)

2004-09-16Completed documentation for mincostflows and minlengthpaths.
athos [Thu, 16 Sep 2004 10:26:14 +0000] rev 860
Completed documentation for mincostflows and minlengthpaths.

2004-09-15Forgotten std::
klao [Wed, 15 Sep 2004 14:38:13 +0000] rev 859
Forgotten std::
Apropos, why does it compile without it?

2004-09-15Handling strings with std::string
klao [Wed, 15 Sep 2004 14:25:44 +0000] rev 858
Handling strings with std::string
Do not segfault if srcdir env. variable is not set.

2004-09-15docs changes
jacint [Wed, 15 Sep 2004 14:04:57 +0000] rev 857
docs changes

2004-09-15- Modifications to compile with icc.
alpar [Wed, 15 Sep 2004 12:20:21 +0000] rev 856
- Modifications to compile with icc.
- Remove some comments.

2004-09-15Better handling of the input files of the tests.
alpar [Wed, 15 Sep 2004 11:50:50 +0000] rev 855
Better handling of the input files of the tests.

2004-09-15correction of SubGraphWrapper bug.
marci [Wed, 15 Sep 2004 10:34:12 +0000] rev 854
correction of SubGraphWrapper bug.

2004-09-14Change the name of a template parameter.
alpar [Tue, 14 Sep 2004 17:42:43 +0000] rev 853
Change the name of a template parameter.

2004-09-14Remove obsolete features.
alpar [Tue, 14 Sep 2004 17:41:40 +0000] rev 852
Remove obsolete features.

2004-09-14Changes in doc.
alpar [Tue, 14 Sep 2004 10:29:47 +0000] rev 851
Changes in doc.

2004-09-14(none)
marci [Tue, 14 Sep 2004 10:23:26 +0000] rev 850
(none)

2004-09-14(none)
marci [Tue, 14 Sep 2004 10:09:24 +0000] rev 849
(none)

2004-09-14Set 'svn:ignore' property.
ladanyi [Tue, 14 Sep 2004 09:53:57 +0000] rev 848
Set 'svn:ignore' property.

2004-09-14Set 'svn:ignore' property (again).
ladanyi [Tue, 14 Sep 2004 09:52:00 +0000] rev 847
Set 'svn:ignore' property (again).

2004-09-14Set 'svn:ignore' property.
ladanyi [Tue, 14 Sep 2004 09:02:33 +0000] rev 846
Set 'svn:ignore' property.

2004-09-14'make distcheck' works again\!
ladanyi [Tue, 14 Sep 2004 08:16:14 +0000] rev 845
'make distcheck' works again\!

2004-09-13Bug fix in the symmetric maps.
deba [Mon, 13 Sep 2004 20:05:13 +0000] rev 844
Bug fix in the symmetric maps.
Faster map initialization.
Iterators and Containers STL compatible.

2004-09-13Minor corrections. "make distclean" still doesn't work.
alpar [Mon, 13 Sep 2004 18:00:26 +0000] rev 843
Minor corrections. "make distclean" still doesn't work.

2004-09-13Fix a DANGEROUS bug.
alpar [Mon, 13 Sep 2004 17:20:03 +0000] rev 842
Fix a DANGEROUS bug.

2004-09-13Change the compilation order.
alpar [Mon, 13 Sep 2004 17:14:47 +0000] rev 841
Change the compilation order.

2004-09-13Change MaxFlow to Preflow.
alpar [Mon, 13 Sep 2004 17:14:03 +0000] rev 840
Change MaxFlow to Preflow.

2004-09-13Remove unnecessary include headers.
alpar [Mon, 13 Sep 2004 17:13:16 +0000] rev 839
Remove unnecessary include headers.

2004-09-13(none)
marci [Mon, 13 Sep 2004 16:15:12 +0000] rev 838
(none)

2004-09-13Reserve is resolved.
hegyi [Mon, 13 Sep 2004 15:30:01 +0000] rev 837
Reserve is resolved.

2004-09-13preflow last changes
jacint [Mon, 13 Sep 2004 13:57:13 +0000] rev 836
preflow last changes

2004-09-13Remove one remaining range checking.
alpar [Mon, 13 Sep 2004 11:24:35 +0000] rev 835
Remove one remaining range checking.

2004-09-13There is no runtime debug in path.h
hegyi [Mon, 13 Sep 2004 10:50:30 +0000] rev 834
There is no runtime debug in path.h

2004-09-13preflow test
jacint [Mon, 13 Sep 2004 10:50:28 +0000] rev 833
preflow test

2004-09-12Eliminating redundant lines.
hegyi [Sun, 12 Sep 2004 22:12:29 +0000] rev 832
Eliminating redundant lines.

2004-09-12The first version of new path test program. The old became old_path_test.
hegyi [Sun, 12 Sep 2004 21:46:26 +0000] rev 831
The first version of new path test program. The old became old_path_test.

2004-09-12KeySet and ValueSet are inserted into the map structures.
deba [Sun, 12 Sep 2004 19:32:21 +0000] rev 830
KeySet and ValueSet are inserted into the map structures.
They makes possible the iterating on the keys or values only.

2004-09-09... and add the missing header files.
alpar [Thu, 09 Sep 2004 09:40:45 +0000] rev 829
... and add the missing header files.

2004-09-09- hugo/skeletons/path.h added.
alpar [Thu, 09 Sep 2004 09:27:01 +0000] rev 828
- hugo/skeletons/path.h added.
- Obsolete XYZ_map_factory.h's removed.

2004-09-09Improve docs.
alpar [Thu, 09 Sep 2004 09:24:16 +0000] rev 827
Improve docs.

2004-09-09Spell checking (Ereasable ->Erasable), affected also the code.
alpar [Thu, 09 Sep 2004 09:18:41 +0000] rev 826
Spell checking (Ereasable ->Erasable), affected also the code.

2004-09-09Improved docs.
alpar [Thu, 09 Sep 2004 07:09:41 +0000] rev 825
Improved docs.

2004-09-09Shorter template parameter names to be more readable in Doxygen.
alpar [Thu, 09 Sep 2004 07:09:11 +0000] rev 824
Shorter template parameter names to be more readable in Doxygen.

2004-09-08There was a little troublie with the true return statement
hegyi [Wed, 08 Sep 2004 12:12:16 +0000] rev 823
There was a little troublie with the true return statement

2004-09-08The MapFactories have been removed from the code because
deba [Wed, 08 Sep 2004 12:06:45 +0000] rev 822
The MapFactories have been removed from the code because
if we use macros then they increases only the complexity.

The pair iterators of the maps are separeted from the maps.

Some macros and comments has been changed.

2004-09-08This is needed by path.h
hegyi [Wed, 08 Sep 2004 11:58:06 +0000] rev 821
This is needed by path.h

2004-09-08path_test is getting under construction
hegyi [Wed, 08 Sep 2004 11:57:13 +0000] rev 820
path_test is getting under construction

2004-09-08path.h by Misi, committed by Peter. There is DirPath usw. in it.
hegyi [Wed, 08 Sep 2004 11:49:09 +0000] rev 819
path.h by Misi, committed by Peter. There is DirPath usw. in it.

2004-09-08Getting compilable with path_test
hegyi [Wed, 08 Sep 2004 11:48:24 +0000] rev 818
Getting compilable with path_test

2004-09-07Some warining fix in maps.
deba [Tue, 07 Sep 2004 15:17:15 +0000] rev 817
Some warining fix in maps.

2004-09-07default_map_factory.h was missing.
alpar [Tue, 07 Sep 2004 15:14:29 +0000] rev 816
default_map_factory.h was missing.

2004-09-07(none)
hegyi [Tue, 07 Sep 2004 13:55:35 +0000] rev 815
(none)

2004-09-07Improve docs.
alpar [Tue, 07 Sep 2004 10:56:37 +0000] rev 814
Improve docs.

2004-09-07- maxEdgeId() and maxNodeId() now works as their names suggest.
alpar [Tue, 07 Sep 2004 10:35:31 +0000] rev 813
- maxEdgeId() and maxNodeId() now works as their names suggest.
- maxEdgeId(), maxNodeId(), nodeNum() and edgeNum() are documented.

2004-09-07Spell checking.
alpar [Tue, 07 Sep 2004 07:09:53 +0000] rev 812
Spell checking.

2004-09-06Minor change (STL naming conv. differs from our).
alpar [Mon, 06 Sep 2004 17:13:07 +0000] rev 811
Minor change (STL naming conv. differs from our).

2004-09-06Kruskal alg. (src/hugo/kruskal.h, src/test/kruskal_test.cc) is (almost) done.
alpar [Mon, 06 Sep 2004 17:12:00 +0000] rev 810
Kruskal alg. (src/hugo/kruskal.h, src/test/kruskal_test.cc) is (almost) done.
- Some input adaptor is still missing.
- The class and function names should be revised.
- Docs still needs some improvement.

2004-09-06Spell checking.
alpar [Mon, 06 Sep 2004 13:47:54 +0000] rev 809
Spell checking.

2004-09-06Bug: This file must be updated.
alpar [Mon, 06 Sep 2004 09:21:35 +0000] rev 808
Bug: This file must be updated.

2004-09-06Correction in doc: skeleton/path.h has been moved to the 'skeletons' module.
alpar [Mon, 06 Sep 2004 08:59:25 +0000] rev 807
Correction in doc: skeleton/path.h has been moved to the 'skeletons' module.

2004-09-06Minor changes in doc.
alpar [Mon, 06 Sep 2004 08:55:06 +0000] rev 806
Minor changes in doc.

2004-09-06Changes in doc.
alpar [Mon, 06 Sep 2004 08:22:48 +0000] rev 805
Changes in doc.

2004-09-06One more thing to do...
alpar [Mon, 06 Sep 2004 08:21:42 +0000] rev 804
One more thing to do...

2004-09-05- Clarified Path skeleton.
alpar [Sun, 05 Sep 2004 20:13:48 +0000] rev 803
- Clarified Path skeleton.
- setStart() changed to setStartNode()

2004-09-05- Changes in doc
alpar [Sun, 05 Sep 2004 20:11:47 +0000] rev 802
- Changes in doc
- setGraph(...) finally removed from Dijkstra, Bfs and Dfs.

2004-09-05- Changes in doc
alpar [Sun, 05 Sep 2004 20:06:08 +0000] rev 801
- Changes in doc
- Some obsolete features has been removed.

2004-09-03Move general graph compilation tests to 'src/test/graph_test.h'.
alpar [Fri, 03 Sep 2004 17:34:22 +0000] rev 800
Move general graph compilation tests to 'src/test/graph_test.h'.

2004-09-03(none)
deba [Fri, 03 Sep 2004 15:32:03 +0000] rev 799
(none)

2004-09-03(none)
deba [Fri, 03 Sep 2004 15:11:17 +0000] rev 798
(none)

2004-09-03Skeleton for paths.
alpar [Fri, 03 Sep 2004 14:26:03 +0000] rev 797
Skeleton for paths.

2004-09-03INSTALL and COPYING are not generated files.
alpar [Fri, 03 Sep 2004 12:11:27 +0000] rev 796
INSTALL and COPYING are not generated files.

2004-09-03Put a lot of missing header files to src/hugo/Makefile.am
alpar [Fri, 03 Sep 2004 10:43:22 +0000] rev 795
Put a lot of missing header files to src/hugo/Makefile.am

2004-09-03New doxygen module "skeletons" for the skeletons.
alpar [Fri, 03 Sep 2004 10:28:21 +0000] rev 794
New doxygen module "skeletons" for the skeletons.

2004-09-03- BFD/DFS/Dijkstra compile test is done with skeleton::GraphSkeleton graph
alpar [Fri, 03 Sep 2004 09:41:50 +0000] rev 793
- BFD/DFS/Dijkstra compile test is done with skeleton::GraphSkeleton graph
and skeleton::ReadMap.
- 'skeleton::' is explicitely written instead of 'using namespace ...'
in graph_test.cc
- Output messages of type "makeRep(3)..." in unionfind_test.cc have been
changed in order not to confuse compiler output parsers.

2004-09-02Nicer and more documented graph_wrapper.h file.
marci [Thu, 02 Sep 2004 17:56:40 +0000] rev 792
Nicer and more documented graph_wrapper.h file.
These are only the first steps for making this file more beautiful.

2004-09-02Formatting: breaking long lines.
alpar [Thu, 02 Sep 2004 17:30:06 +0000] rev 791
Formatting: breaking long lines.

2004-09-02- 'minlengpaths_test.cc' added.
alpar [Thu, 02 Sep 2004 17:11:04 +0000] rev 790
- 'minlengpaths_test.cc' added.
- Path tests in 'minlengpaths_test.cc' are swithced out.

2004-09-02.
marci [Thu, 02 Sep 2004 16:59:30 +0000] rev 789
.

2004-09-02mincostflow_test is ok.
marci [Thu, 02 Sep 2004 16:56:33 +0000] rev 788
mincostflow_test is ok.

2004-09-02Tests for the existence of 'KeyType' and 'ValueType' in the graph maps.
alpar [Thu, 02 Sep 2004 15:30:50 +0000] rev 787
Tests for the existence of 'KeyType' and 'ValueType' in the graph maps.

2004-09-02Change 'Key' to 'KeyType' (possibly temporarily).
alpar [Thu, 02 Sep 2004 15:21:13 +0000] rev 786
Change 'Key' to 'KeyType' (possibly temporarily).

2004-09-02Changes in doc. (New module name for array/vector maps added.)
alpar [Thu, 02 Sep 2004 15:13:21 +0000] rev 785
Changes in doc. (New module name for array/vector maps added.)

2004-09-02dimacs.h
marci [Thu, 02 Sep 2004 11:20:49 +0000] rev 784
dimacs.h

2004-09-02(none)
deba [Thu, 02 Sep 2004 10:54:26 +0000] rev 783
(none)

2004-09-02--This line, and those below, will be ignored--
deba [Thu, 02 Sep 2004 10:07:30 +0000] rev 782
--This line, and those below, will be ignored--

A hugo/sym_map_factory.h
M hugo/list_graph.h
A hugo/array_map_factory.h
A hugo/map_registry.h
M hugo/smart_graph.h
A hugo/map_defines.h
A hugo/extended_pair.h
M hugo/full_graph.h
A hugo/vector_map_factory.h

2004-09-01Changes in the doc.
alpar [Wed, 01 Sep 2004 15:37:36 +0000] rev 781
Changes in the doc.

2004-09-01- DFS class (bfs.h and bfs_test.cc) added
alpar [Wed, 01 Sep 2004 15:08:41 +0000] rev 780
- DFS class (bfs.h and bfs_test.cc) added
- Bugfixes in Dijkstra and Bfs

2004-09-01correction
marci [Wed, 01 Sep 2004 09:04:07 +0000] rev 779
correction

2004-08-31.
marci [Tue, 31 Aug 2004 17:59:33 +0000] rev 778
.

2004-08-31graph_wrapper.h is ready for hugo 0.2
marci [Tue, 31 Aug 2004 17:54:22 +0000] rev 777
graph_wrapper.h is ready for hugo 0.2

2004-08-31minlengthpaths_test.cc is already hugo++ comform and is compilable
hegyi [Tue, 31 Aug 2004 13:40:07 +0000] rev 776
minlengthpaths_test.cc is already hugo++ comform and is compilable

2004-08-31ResGraphWrapper<Graph> is done, so does dimacs.h.
marci [Tue, 31 Aug 2004 11:26:59 +0000] rev 775
ResGraphWrapper<Graph> is done, so does dimacs.h.

2004-08-30Merge back the whole branches/hugo++ to trunk.
alpar [Mon, 30 Aug 2004 12:01:47 +0000] rev 774
Merge back the whole branches/hugo++ to trunk.

2004-08-25bug fix, test...
marci [Wed, 25 Aug 2004 18:55:57 +0000] rev 773
bug fix, test...

2004-08-24Demo directory...
marci [Tue, 24 Aug 2004 09:50:33 +0000] rev 772
Demo directory...

2004-08-23sg is moved sg is not...
marci [Mon, 23 Aug 2004 11:44:36 +0000] rev 771
sg is moved sg is not...

2004-08-23.
marci [Mon, 23 Aug 2004 11:28:26 +0000] rev 770
.

2004-08-23.
marci [Mon, 23 Aug 2004 11:26:09 +0000] rev 769
.

2004-08-23stGraphWrapper modifications
marci [Mon, 23 Aug 2004 11:06:00 +0000] rev 768
stGraphWrapper modifications

2004-08-19Revome an unnecessary (but still important) comment.
alpar [Thu, 19 Aug 2004 11:34:48 +0000] rev 767
Revome an unnecessary (but still important) comment.

2004-08-19Add lp_solver_wrapper.h to work doxygen.
alpar [Thu, 19 Aug 2004 11:33:06 +0000] rev 766
Add lp_solver_wrapper.h to work doxygen.

2004-08-19Add empty docs in order to make the functions and classes visible in
alpar [Thu, 19 Aug 2004 11:31:40 +0000] rev 765
Add empty docs in order to make the functions and classes visible in
doxygen.

2004-08-17An experimental LPSolverWrapper class which uses glpk. For a short
marci [Tue, 17 Aug 2004 13:20:46 +0000] rev 764
An experimental LPSolverWrapper class which uses glpk. For a short
demo, max flow problems are solved with it. This demo does not
demonstrates, but the main aims of this class are row and column
generation capabilities, i.e. to be a core for easily
implementable branch-and-cut a column generetion algorithms.

2004-08-17lp_solver_wrapper stuff.
marci [Tue, 17 Aug 2004 13:05:59 +0000] rev 763
lp_solver_wrapper stuff.

2004-08-17technical corrections
marci [Tue, 17 Aug 2004 11:20:16 +0000] rev 762
technical corrections

2004-08-17flowValue() is reset to deal with excess[t].
marci [Tue, 17 Aug 2004 10:24:19 +0000] rev 761
flowValue() is reset to deal with excess[t].

2004-08-05Legal stuff, version 0.2.
alpar [Thu, 05 Aug 2004 11:41:36 +0000] rev 760
Legal stuff, version 0.2.

2004-08-05New Doxygen module for path/flow algs.
alpar [Thu, 05 Aug 2004 11:40:02 +0000] rev 759
New Doxygen module for path/flow algs.

2004-08-05New Doxygen module for path/flow algs.
alpar [Thu, 05 Aug 2004 11:38:26 +0000] rev 758
New Doxygen module for path/flow algs.

2004-08-05resetXxx() changed to setXxx().
alpar [Thu, 05 Aug 2004 08:53:09 +0000] rev 757
resetXxx() changed to setXxx().

2004-08-05- A summary of the implemented graph structures.
alpar [Thu, 05 Aug 2004 07:57:20 +0000] rev 756
- A summary of the implemented graph structures.
- Some words on the different (and still nonexisting) graph concepts.

2004-08-04- 'KruskalPairVec' is changed to 'KruskalMapInput'.
alpar [Wed, 04 Aug 2004 19:04:42 +0000] rev 755
- 'KruskalPairVec' is changed to 'KruskalMapInput'.
- Changes in KruskalMapVec. Still does not work.

2004-08-04Test icc compiler as well.
alpar [Wed, 04 Aug 2004 18:56:12 +0000] rev 754
Test icc compiler as well.

2004-08-04doc change - one more todo (saveState()).
alpar [Wed, 04 Aug 2004 18:55:24 +0000] rev 753
doc change - one more todo (saveState()).

2004-08-04doc change - one more todo.
alpar [Wed, 04 Aug 2004 18:54:17 +0000] rev 752
doc change - one more todo.

2004-08-04- Trimmed in order to work with gcc-3.4
alpar [Wed, 04 Aug 2004 18:51:51 +0000] rev 751
- Trimmed in order to work with gcc-3.4
- The number of executions of the tests can be controlled by command arg.

2004-08-04Bugfix in GRAPH_TYPEDEF_FACTORY
alpar [Wed, 04 Aug 2004 18:43:51 +0000] rev 750
Bugfix in GRAPH_TYPEDEF_FACTORY

2004-07-30bug fixing
jacint [Fri, 30 Jul 2004 10:24:05 +0000] rev 749
bug fixing

2004-07-29(none)
marci [Thu, 29 Jul 2004 17:23:55 +0000] rev 748
(none)

2004-07-29a bug test for preflow with preflow_bug_8 dimacs file
marci [Thu, 29 Jul 2004 17:20:51 +0000] rev 747
a bug test for preflow with preflow_bug_8 dimacs file

2006-11-05(none)
marci [Sun, 05 Nov 2006 00:39:31 +0000] rev 746
(none)

2004-07-29jacint javitgatott.
marci [Thu, 29 Jul 2004 17:18:49 +0000] rev 745
jacint javitgatott.

2004-07-27Some comments.
alpar [Tue, 27 Jul 2004 19:08:23 +0000] rev 744
Some comments.

2004-07-27Bugfix + working example
alpar [Tue, 27 Jul 2004 18:56:10 +0000] rev 743
Bugfix + working example

2004-07-27- bfs-bench added
alpar [Tue, 27 Jul 2004 16:09:42 +0000] rev 742
- bfs-bench added
- hypercube generators moved to bench-tools.h
- new benchmark script

2004-07-27A very flexible bfs function using named parameters and impicit map types.
alpar [Tue, 27 Jul 2004 16:04:21 +0000] rev 741
A very flexible bfs function using named parameters and impicit map types.

2004-07-27It is really obsolete, but containes interesting stuffs.
alpar [Tue, 27 Jul 2004 16:02:51 +0000] rev 740
It is really obsolete, but containes interesting stuffs.

2004-07-24GraphWrapper::id(const Node&), GraphWrapper::id(const Edge&) function,
marci [Sat, 24 Jul 2004 14:33:37 +0000] rev 739
GraphWrapper::id(const Node&), GraphWrapper::id(const Edge&) function,
'cause I need it.

2004-07-24correction of some bugs pointed by alpar
marci [Sat, 24 Jul 2004 14:01:31 +0000] rev 738
correction of some bugs pointed by alpar

2004-07-23Several changes in Kruskal alg.
alpar [Fri, 23 Jul 2004 17:13:23 +0000] rev 737
Several changes in Kruskal alg.
- Input object interface was changed to an STL compatible one.
- template parameters of class KruskalPairVec has been simplified.
- (the most of) the names meet the naming conventions.
- a lot of (but still not enough) documentation has been added.
- class KruskalMapVec has been commented out.

2004-07-23Marci (and the other developpers),
alpar [Fri, 23 Jul 2004 16:58:02 +0000] rev 736
Marci (and the other developpers),
please write exhaustive test code to avoid this kind of bugs...

2004-07-23gcc-3.4 tries to compile the _unused_ members of
alpar [Fri, 23 Jul 2004 12:27:24 +0000] rev 735
gcc-3.4 tries to compile the _unused_ members of
an instantiated template class

2004-07-22A remark added.
alpar [Thu, 22 Jul 2004 20:07:49 +0000] rev 734
A remark added.

2004-07-22Check StaticGraphSkeleton, as well.
alpar [Thu, 22 Jul 2004 20:06:40 +0000] rev 733
Check StaticGraphSkeleton, as well.

2004-07-22Skeletons have been simplified.
alpar [Thu, 22 Jul 2004 19:59:18 +0000] rev 732
Skeletons have been simplified.
"Optional features" have been deleted.
Map skeletons have been renamed.

2004-07-22max_flow.h added to Makefile.am
alpar [Thu, 22 Jul 2004 19:49:28 +0000] rev 731
max_flow.h added to Makefile.am

2004-07-22Custom made INSTALL file (will be sometime).
alpar [Thu, 22 Jul 2004 14:29:20 +0000] rev 730
Custom made INSTALL file (will be sometime).

2004-07-22Repeat tests more times.
alpar [Thu, 22 Jul 2004 14:28:00 +0000] rev 729
Repeat tests more times.

2004-07-22More documented file.
alpar [Thu, 22 Jul 2004 14:24:00 +0000] rev 728
More documented file.

2004-07-22- Better Makefile.am. (I hope.)
alpar [Thu, 22 Jul 2004 14:21:46 +0000] rev 727
- Better Makefile.am. (I hope.)
- Some more tests

2004-07-22max_flow.h (wich doesn't use STL
alpar [Thu, 22 Jul 2004 14:19:23 +0000] rev 726
max_flow.h (wich doesn't use STL
- max_flow.h (which doesn't use STL stack) moved to /src/hugo
- for_each_macros.h was removed from max_flow.h
- (blocking) flow augmenting stuffs was removed.

2004-07-22We do not yet need it.
alpar [Thu, 22 Jul 2004 14:09:21 +0000] rev 725
We do not yet need it.

2004-07-22Do not ignore INSTALL.
alpar [Thu, 22 Jul 2004 13:59:10 +0000] rev 724
Do not ignore INSTALL.

2004-07-21Doesn't compile 5 times for the five execution.
alpar [Wed, 21 Jul 2004 17:40:36 +0000] rev 723
Doesn't compile 5 times for the five execution.

2004-07-21For the sake of icc.
alpar [Wed, 21 Jul 2004 17:39:49 +0000] rev 722
For the sake of icc.

2004-07-21Indenting.
alpar [Wed, 21 Jul 2004 17:38:47 +0000] rev 721
Indenting.

2004-07-21MapBase added
alpar [Wed, 21 Jul 2004 17:38:02 +0000] rev 720
MapBase added

2004-07-21Indenting
alpar [Wed, 21 Jul 2004 13:03:11 +0000] rev 719
Indenting

2004-07-21Ready to run the first test series.
alpar [Wed, 21 Jul 2004 07:03:20 +0000] rev 718
Ready to run the first test series.

2004-07-21Test EdgeSet/NodeSet as well.
alpar [Wed, 21 Jul 2004 07:01:14 +0000] rev 717
Test EdgeSet/NodeSet as well.

2004-07-21Turn on '-Wall' by default.
alpar [Wed, 21 Jul 2004 06:59:55 +0000] rev 716
Turn on '-Wall' by default.

2004-07-20trying if without stl stack we are faster
jacint [Tue, 20 Jul 2004 14:31:24 +0000] rev 715
trying if without stl stack we are faster

2004-07-20without stl stack we are faster
jacint [Tue, 20 Jul 2004 14:29:16 +0000] rev 714
without stl stack we are faster

2004-07-20Oops: "static" and "const" does not like each other.
alpar [Tue, 20 Jul 2004 10:58:11 +0000] rev 713
Oops: "static" and "const" does not like each other.

2004-07-20src/becnhmark gets in the distro.
alpar [Tue, 20 Jul 2004 09:52:03 +0000] rev 712
src/becnhmark gets in the distro.
I hope it works well.

2004-07-20Some tools of common usage was put to bench_tool.h
alpar [Tue, 20 Jul 2004 09:50:11 +0000] rev 711
Some tools of common usage was put to bench_tool.h

2004-07-20Put some "static"'s.
alpar [Tue, 20 Jul 2004 09:43:12 +0000] rev 710
Put some "static"'s.

2004-07-19docfix
alpar [Mon, 19 Jul 2004 13:32:28 +0000] rev 709
docfix

2004-07-19A new benchmark (hcube)
alpar [Mon, 19 Jul 2004 13:31:47 +0000] rev 708
A new benchmark (hcube)
and other minor changes

2004-07-19Warning fixation.
alpar [Mon, 19 Jul 2004 13:30:20 +0000] rev 707
Warning fixation.

2004-07-19Temporal change: public Edge constructor with given ID.
alpar [Mon, 19 Jul 2004 13:29:32 +0000] rev 706
Temporal change: public Edge constructor with given ID.

2004-07-15Unnecessary friend declaration removed.
alpar [Thu, 15 Jul 2004 17:56:34 +0000] rev 705
Unnecessary friend declaration removed.

2004-07-15Added new make target 'benchmark'.
ladanyi [Thu, 15 Jul 2004 15:31:24 +0000] rev 704
Added new make target 'benchmark'.

2004-07-15(none)
deba [Thu, 15 Jul 2004 12:15:58 +0000] rev 703
(none)

2004-07-14(none)
deba [Wed, 14 Jul 2004 21:16:10 +0000] rev 702
(none)

2004-07-14(none)
deba [Wed, 14 Jul 2004 10:06:27 +0000] rev 701
(none)

2004-07-14*** empty log message ***
deba [Wed, 14 Jul 2004 10:05:31 +0000] rev 700
*** empty log message ***

2004-07-13Benchmarks
alpar [Tue, 13 Jul 2004 07:19:34 +0000] rev 699
Benchmarks

2004-07-09(none)
deba [Fri, 09 Jul 2004 07:33:12 +0000] rev 698
(none)

2004-07-06Capitalized section title.
alpar [Tue, 06 Jul 2004 13:57:01 +0000] rev 697
Capitalized section title.

2004-07-06Example in the doc is corrected.
alpar [Tue, 06 Jul 2004 11:28:20 +0000] rev 696
Example in the doc is corrected.

2004-07-06- Bugfix in erase()
alpar [Tue, 06 Jul 2004 11:27:36 +0000] rev 695
- Bugfix in erase()
- reserveEdge() added

2004-07-06I moved run() into the body of class Dijkstra, because Doxygen handles
alpar [Tue, 06 Jul 2004 10:07:48 +0000] rev 694
I moved run() into the body of class Dijkstra, because Doxygen handles
external member function definitions very poorly.

2004-07-06Fix some typos in docs.
alpar [Tue, 06 Jul 2004 09:52:04 +0000] rev 693
Fix some typos in docs.

2004-07-06Extended tutorial.
alpar [Tue, 06 Jul 2004 09:34:25 +0000] rev 692
Extended tutorial.

2004-07-05t/bin/bash: line 1: q: command not found
hegyi [Mon, 05 Jul 2004 16:44:18 +0000] rev 691
t/bin/bash: line 1: q: command not found
-j-This line, and those below, will be ignored--

M peter/hierarchygraph.h

2004-07-05(none)
hegyi [Mon, 05 Jul 2004 15:52:35 +0000] rev 690
(none)

2004-06-30I think I deserved it...
alpar [Wed, 30 Jun 2004 14:59:46 +0000] rev 689
I think I deserved it...

2004-06-30- Now, it is possible to have Dijkstra store its result directly in given maps.
alpar [Wed, 30 Jun 2004 14:50:31 +0000] rev 688
- Now, it is possible to have Dijkstra store its result directly in given maps.
- More docs.

2004-06-18Legal files. Proposal.
klao [Fri, 18 Jun 2004 12:43:20 +0000] rev 687
Legal files. Proposal.

2004-06-16src/work/alpar/path.h (docs) is merged into src/work/klao/path.h
alpar [Wed, 16 Jun 2004 09:44:30 +0000] rev 686
src/work/alpar/path.h (docs) is merged into src/work/klao/path.h
(and removed)

2004-06-15Doc updates
alpar [Tue, 15 Jun 2004 06:30:03 +0000] rev 685
Doc updates

2004-06-15Branch from path.h to extend its documentation.
alpar [Tue, 15 Jun 2004 06:29:27 +0000] rev 684
Branch from path.h to extend its documentation.

2004-06-14doc
alpar [Mon, 14 Jun 2004 10:21:52 +0000] rev 683
doc

2004-06-14doc
alpar [Mon, 14 Jun 2004 09:47:54 +0000] rev 682
doc

2004-06-14Nothing
alpar [Mon, 14 Jun 2004 09:46:03 +0000] rev 681
Nothing

2004-06-14Improved (but still not satisfactory) doc.
alpar [Mon, 14 Jun 2004 09:21:06 +0000] rev 680
Improved (but still not satisfactory) doc.

2004-06-14Small improvement on doc
alpar [Mon, 14 Jun 2004 08:49:07 +0000] rev 679
Small improvement on doc

2004-06-14New group for kruskal
alpar [Mon, 14 Jun 2004 08:35:10 +0000] rev 678
New group for kruskal
Better links on the main page.

2004-06-08NetGraphs v0
hegyi [Tue, 08 Jun 2004 22:38:12 +0000] rev 677
NetGraphs v0

2004-06-08c++ setting for emacs
alpar [Tue, 08 Jun 2004 06:44:05 +0000] rev 676
c++ setting for emacs
Empty commands for doxygen

2004-06-04My notes.
klao [Fri, 04 Jun 2004 16:05:20 +0000] rev 675
My notes.
Sources of information and software packages which could be interesting wrt
HUGO.

2004-06-04(none)
deba [Fri, 04 Jun 2004 11:52:53 +0000] rev 674
(none)

2004-06-02Restored common makefile.
athos [Wed, 02 Jun 2004 09:47:10 +0000] rev 673
Restored common makefile.

2004-06-02Seems to work. More tests required.
athos [Wed, 02 Jun 2004 09:45:50 +0000] rev 672
Seems to work. More tests required.

2004-06-01Compiles now
athos [Tue, 01 Jun 2004 11:00:24 +0000] rev 671
Compiles now

2004-06-01Spell checking / indenting only.
alpar [Tue, 01 Jun 2004 08:30:20 +0000] rev 670
Spell checking / indenting only.

2004-05-30New nice icons.
beckerjc [Sun, 30 May 2004 16:01:49 +0000] rev 669
New nice icons.

2004-05-30These will be customized icons for the doxygen tree view.
klao [Sun, 30 May 2004 14:15:24 +0000] rev 668
These will be customized icons for the doxygen tree view.

2004-05-28*** empty log message ***
alpar [Fri, 28 May 2004 12:55:02 +0000] rev 667
*** empty log message ***

2004-05-28Added a short tutorial on using graphs.
ladanyi [Fri, 28 May 2004 07:48:16 +0000] rev 666
Added a short tutorial on using graphs.

2004-05-27Added 'src/test/.deps' to the svn:ignore property.
ladanyi [Thu, 27 May 2004 10:04:55 +0000] rev 665
Added 'src/test/.deps' to the svn:ignore property.

2004-05-27Set svn:ignore on some files.
ladanyi [Thu, 27 May 2004 09:57:01 +0000] rev 664
Set svn:ignore on some files.

2004-05-27Added mrproper target.
ladanyi [Thu, 27 May 2004 09:49:58 +0000] rev 663
Added mrproper target.

2004-05-25Almost compiles.
athos [Tue, 25 May 2004 17:01:26 +0000] rev 662
Almost compiles.

2004-05-25Corrected some obvious errors.
athos [Tue, 25 May 2004 15:11:11 +0000] rev 661
Corrected some obvious errors.

2004-05-25ResCap, a map for the residual capacity in ResGraphWrapper
marci [Tue, 25 May 2004 13:13:52 +0000] rev 660
ResCap, a map for the residual capacity in ResGraphWrapper

2004-05-25Almost ready.
athos [Tue, 25 May 2004 12:31:18 +0000] rev 659
Almost ready.

2004-05-24ResGraphWrapper pretected default constructor
marci [Mon, 24 May 2004 14:13:03 +0000] rev 658
ResGraphWrapper pretected default constructor

2004-05-24Not ready yet.
athos [Mon, 24 May 2004 10:43:44 +0000] rev 657
Not ready yet.

2004-05-21max_flow.h bug correction
marci [Fri, 21 May 2004 12:40:39 +0000] rev 656
max_flow.h bug correction

2004-05-21bug correction in BidirGraphWrapper<Graph> default constructor
marci [Fri, 21 May 2004 10:57:30 +0000] rev 655
bug correction in BidirGraphWrapper<Graph> default constructor

2004-05-21The new for macros are: h_for, h_for_inc, h_for_glob, h_for_inc_glob.
marci [Fri, 21 May 2004 10:18:30 +0000] rev 654
The new for macros are: h_for, h_for_inc, h_for_glob, h_for_inc_glob.

2004-05-21misc
marci [Fri, 21 May 2004 08:15:45 +0000] rev 653
misc

2004-05-20misc
marci [Thu, 20 May 2004 17:21:55 +0000] rev 652
misc

2004-05-20misc
marci [Thu, 20 May 2004 16:57:18 +0000] rev 651
misc

2004-05-20a
marci [Thu, 20 May 2004 15:40:59 +0000] rev 650
a

2004-05-20Cooorected some eroorrs.
athos [Thu, 20 May 2004 09:42:31 +0000] rev 649
Cooorected some eroorrs.

2004-05-19for_each fix
marci [Wed, 19 May 2004 16:20:10 +0000] rev 648
for_each fix

2004-05-19the same
marci [Wed, 19 May 2004 16:09:38 +0000] rev 647
the same

2004-05-19max_flow.h: status flags for actMinCut
marci [Wed, 19 May 2004 16:06:57 +0000] rev 646
max_flow.h: status flags for actMinCut
leda_graph_wrapper.h: NodeMapWrapper, EdgeMapWrapper

2004-05-17I don't really feel like working on this at the moment.
athos [Mon, 17 May 2004 15:11:05 +0000] rev 645
I don't really feel like working on this at the moment.

2004-05-17#ifndef correction
marci [Mon, 17 May 2004 06:32:12 +0000] rev 644
#ifndef correction

2004-05-14comparision of ListGraph, SmartGraph and SageGraph
marci [Fri, 14 May 2004 18:33:17 +0000] rev 643
comparision of ListGraph, SmartGraph and SageGraph

2004-05-14To avoid confusion my old ListGraph is can be used under name SageGraph, work/sage_graph.h contains it.
marci [Fri, 14 May 2004 18:28:57 +0000] rev 642
To avoid confusion my old ListGraph is can be used under name SageGraph, work/sage_graph.h contains it.

2004-05-14some documentation in stGraphWrapper<Gr> and BipartiteGraphWrapper<Gr>
marci [Fri, 14 May 2004 18:08:29 +0000] rev 641
some documentation in stGraphWrapper<Gr> and BipartiteGraphWrapper<Gr>

2004-05-14for_each_macros.h in include
marci [Fri, 14 May 2004 15:33:52 +0000] rev 640
for_each_macros.h in include

2004-05-14misc
marci [Fri, 14 May 2004 15:19:18 +0000] rev 639
misc

2004-05-14for_eachmacros.h in include
marci [Fri, 14 May 2004 15:01:21 +0000] rev 638
for_eachmacros.h in include

2004-05-14for_each_macros.h in include
marci [Fri, 14 May 2004 14:42:58 +0000] rev 637
for_each_macros.h in include

2004-05-14(none)
marci [Fri, 14 May 2004 14:41:30 +0000] rev 636
(none)

2004-05-13Started mincostflow.
athos [Thu, 13 May 2004 17:42:23 +0000] rev 635
Started mincostflow.

2004-05-13Another slight modifications.
athos [Thu, 13 May 2004 17:33:40 +0000] rev 634
Another slight modifications.

2004-05-13Slight modifications.
athos [Thu, 13 May 2004 16:00:18 +0000] rev 633
Slight modifications.

2004-05-13undir -> dir in docs
marci [Thu, 13 May 2004 11:25:52 +0000] rev 632
undir -> dir in docs

2004-05-13Almost full documentation added, NO_FLOW incorporated, Phase0(1) changed to Phase1(2)
jacint [Thu, 13 May 2004 10:30:20 +0000] rev 631
Almost full documentation added, NO_FLOW incorporated, Phase0(1) changed to Phase1(2)

2004-05-13I modified mincostflows_test.cc a little.
athos [Thu, 13 May 2004 10:29:19 +0000] rev 630
I modified mincostflows_test.cc a little.

2004-05-13max_flow interface changes
jacint [Thu, 13 May 2004 10:29:13 +0000] rev 629
max_flow interface changes

2004-05-13Slight modification.
athos [Thu, 13 May 2004 09:56:21 +0000] rev 628
Slight modification.

2004-05-13(none)
deba [Thu, 13 May 2004 08:20:39 +0000] rev 627
(none)

2004-05-12:wq
marci [Wed, 12 May 2004 14:07:00 +0000] rev 626
:wq

2004-05-12(none)
marci [Wed, 12 May 2004 14:02:31 +0000] rev 625
(none)

2004-05-12bugs
marci [Wed, 12 May 2004 13:55:37 +0000] rev 624
bugs

2004-05-12(none)
marci [Wed, 12 May 2004 13:54:14 +0000] rev 623
(none)

2004-05-12(none)
marci [Wed, 12 May 2004 13:22:10 +0000] rev 622
(none)

2004-05-12BidirGraphWrapper<Graph> bug volt
marci [Wed, 12 May 2004 13:19:32 +0000] rev 621
BidirGraphWrapper<Graph> bug volt

2004-05-12(none)
jacint [Wed, 12 May 2004 10:51:53 +0000] rev 620
(none)

2004-05-11path improvements
klao [Tue, 11 May 2004 22:50:09 +0000] rev 619
path improvements

2004-05-11#include <hugo/...>
klao [Tue, 11 May 2004 22:49:13 +0000] rev 618
#include <hugo/...>

2004-05-11bip matching comparison
marci [Tue, 11 May 2004 21:26:29 +0000] rev 617
bip matching comparison

2004-05-11include -> hugo mods in leda files
marci [Tue, 11 May 2004 20:20:41 +0000] rev 616
include -> hugo mods in leda files

2004-05-11docs, max_flow improvments
marci [Tue, 11 May 2004 19:50:21 +0000] rev 615
docs, max_flow improvments

2004-05-11Minor changes: Section labels fixed.
alpar [Tue, 11 May 2004 19:38:00 +0000] rev 614
Minor changes: Section labels fixed.

2004-05-11documentation of bipartite matchings, cleaning
marci [Tue, 11 May 2004 17:37:34 +0000] rev 613
documentation of bipartite matchings, cleaning

2004-05-11BidirGraph, UndirGraph some docs, in group graphs
marci [Tue, 11 May 2004 17:02:32 +0000] rev 612
BidirGraph, UndirGraph some docs, in group graphs

2004-05-11Some modifications and another testfile.
athos [Tue, 11 May 2004 16:38:17 +0000] rev 611
Some modifications and another testfile.

2004-05-11Sorry, the other half of the move comes here.
athos [Tue, 11 May 2004 16:15:18 +0000] rev 610
Sorry, the other half of the move comes here.

2004-05-11misc
marci [Tue, 11 May 2004 15:54:00 +0000] rev 609
misc

2004-05-11Moved things into the include (hugo) directory.
athos [Tue, 11 May 2004 15:44:58 +0000] rev 608
Moved things into the include (hugo) directory.

2004-05-11Finished MinLengthPaths: a specialization of MinCostFlows.
athos [Tue, 11 May 2004 15:42:11 +0000] rev 607
Finished MinLengthPaths: a specialization of MinCostFlows.

2004-05-11docs
marci [Tue, 11 May 2004 14:58:09 +0000] rev 606
docs

2004-05-11docs
marci [Tue, 11 May 2004 12:09:06 +0000] rev 605
docs

2004-05-11some docs
marci [Tue, 11 May 2004 11:42:02 +0000] rev 604
some docs

2004-05-11I completed the description of the coding style.
athos [Tue, 11 May 2004 09:30:06 +0000] rev 603
I completed the description of the coding style.

2004-05-10bfs_iterator -> bfs_dfs.h, some docs
marci [Mon, 10 May 2004 16:59:20 +0000] rev 602
bfs_iterator -> bfs_dfs.h, some docs

2004-05-10That's what I wanted.
athos [Mon, 10 May 2004 16:52:51 +0000] rev 601
That's what I wanted.

2004-05-10(none)
athos [Mon, 10 May 2004 16:41:27 +0000] rev 600
(none)

2004-05-10Bocs, veletlen volt.
athos [Mon, 10 May 2004 16:40:16 +0000] rev 599
Bocs, veletlen volt.

2004-05-10complete graphs
marci [Mon, 10 May 2004 16:32:21 +0000] rev 598
complete graphs

2004-05-10bfs, dfs docs
marci [Mon, 10 May 2004 16:31:48 +0000] rev 597
bfs, dfs docs

2004-05-10Added full_graph.h to the installable headers.
ladanyi [Mon, 10 May 2004 15:15:37 +0000] rev 596
Added full_graph.h to the installable headers.

2004-05-10(none)
deba [Mon, 10 May 2004 13:49:35 +0000] rev 595
(none)

2004-05-10Spell check.
alpar [Mon, 10 May 2004 09:12:28 +0000] rev 594
Spell check.

2004-05-10comleteGraph
marci [Mon, 10 May 2004 08:25:10 +0000] rev 593
comleteGraph

2004-05-09The file src/work/alpar/fullgraph.h renamed and moved to src/hugo/full_graph.h.
alpar [Sun, 09 May 2004 16:29:53 +0000] rev 592
The file src/work/alpar/fullgraph.h renamed and moved to src/hugo/full_graph.h.
Compilation tests for FullGraph added to src/test/graph_test.h.

2004-05-09FullGraph class.
alpar [Sun, 09 May 2004 16:22:49 +0000] rev 591
FullGraph class.

2004-05-09Changes in the Maps' copy constructors.
alpar [Sun, 09 May 2004 16:21:56 +0000] rev 590
Changes in the Maps' copy constructors.

2004-05-09doc
alpar [Sun, 09 May 2004 16:20:41 +0000] rev 589
doc

2004-05-08felkesz tesztprogi
jacint [Sat, 08 May 2004 18:03:43 +0000] rev 588
felkesz tesztprogi

2004-05-08They go to /dev/null.
alpar [Sat, 08 May 2004 16:09:53 +0000] rev 587
They go to /dev/null.

2004-05-08doc
alpar [Sat, 08 May 2004 16:04:28 +0000] rev 586
doc

2004-05-08Some more test cases.
alpar [Sat, 08 May 2004 16:00:57 +0000] rev 585
Some more test cases.

2004-05-08Some new typedefs.
alpar [Sat, 08 May 2004 15:58:34 +0000] rev 584
Some new typedefs.

2004-05-08From now on 'work in progress' files are not in /doc/Doxyfile.
alpar [Sat, 08 May 2004 15:56:00 +0000] rev 583
From now on 'work in progress' files are not in /doc/Doxyfile.
The new src/work/Doxyfile containes these as well.

2004-05-08aprosagok
jacint [Sat, 08 May 2004 08:18:44 +0000] rev 582
aprosagok

2004-05-07leda-hugo matching alg osszehasonlito
jacint [Fri, 07 May 2004 21:16:26 +0000] rev 581
leda-hugo matching alg osszehasonlito

2004-05-07Property changes (some files was ignored).
alpar [Fri, 07 May 2004 16:04:39 +0000] rev 580
Property changes (some files was ignored).

2004-05-07EdgeSet is more or less working.
alpar [Fri, 07 May 2004 15:58:45 +0000] rev 579
EdgeSet is more or less working.

2004-05-07src/work/alpar/list_graph.h moved to /src/hugo.
alpar [Fri, 07 May 2004 13:27:16 +0000] rev 578
src/work/alpar/list_graph.h moved to /src/hugo.

2004-05-07top-sort, dimacs mods.
marci [Fri, 07 May 2004 11:57:34 +0000] rev 577
top-sort, dimacs mods.

2004-05-07(none)
marci [Fri, 07 May 2004 10:57:31 +0000] rev 576
(none)

2004-05-07Docs added
jacint [Fri, 07 May 2004 10:34:36 +0000] rev 575
Docs added

2004-05-07*** empty log message ***
alpar [Fri, 07 May 2004 10:22:30 +0000] rev 574
*** empty log message ***

2004-05-07(none)
marci [Fri, 07 May 2004 09:05:23 +0000] rev 573
(none)

2004-05-07Edge opposite(const Edge&) in BidirGaphWrapper<Graph>
marci [Fri, 07 May 2004 08:48:11 +0000] rev 572
Edge opposite(const Edge&) in BidirGaphWrapper<Graph>

2004-05-07(none)
deba [Fri, 07 May 2004 08:18:30 +0000] rev 571
(none)

2004-05-07Compile checks added.
alpar [Fri, 07 May 2004 08:02:17 +0000] rev 570
Compile checks added.

2004-05-07BidirGraphWrapper<Graph>, the map values are different for the opposite edges.
marci [Fri, 07 May 2004 07:44:44 +0000] rev 569
BidirGraphWrapper<Graph>, the map values are different for the opposite edges.

2004-05-07An alternative dijkstra_test.cc
alpar [Fri, 07 May 2004 06:58:24 +0000] rev 568
An alternative dijkstra_test.cc

2004-05-07time_measure.cc was renamed to time_measure_test.cc
alpar [Fri, 07 May 2004 06:57:50 +0000] rev 567
time_measure.cc was renamed to time_measure_test.cc
Add an alternative dijsktra_test.cc

2004-05-07Exit with correct return value
alpar [Fri, 07 May 2004 06:35:02 +0000] rev 566
Exit with correct return value

2004-05-07ResGraphWrapper mods.
marci [Fri, 07 May 2004 06:33:02 +0000] rev 565
ResGraphWrapper mods.

2004-05-07skeleton tests turned on again.
alpar [Fri, 07 May 2004 05:29:45 +0000] rev 564
skeleton tests turned on again.

2004-05-06We need to distribute the headers in 'skeletons' too.
ladanyi [Thu, 06 May 2004 23:05:01 +0000] rev 563
We need to distribute the headers in 'skeletons' too.

2004-05-06No automatic doc generation.
ladanyi [Thu, 06 May 2004 22:24:02 +0000] rev 562
No automatic doc generation.

2004-05-06(none)
marci [Thu, 06 May 2004 19:01:00 +0000] rev 561
(none)

2004-05-06(none)
marci [Thu, 06 May 2004 18:07:45 +0000] rev 560
(none)

2004-05-06A max bipartite matching class in src/work/marci/max_bipartite_matching.h
marci [Thu, 06 May 2004 17:45:12 +0000] rev 559
A max bipartite matching class in src/work/marci/max_bipartite_matching.h
which can be used for computing maximum cardinality ordinary matching, b-matching and capacitated b-matching.

2004-05-06random graph, random bipartite graph in jacint/graph_gen.h
marci [Thu, 06 May 2004 17:22:11 +0000] rev 558
random graph, random bipartite graph in jacint/graph_gen.h

2004-05-06(none)
marci [Thu, 06 May 2004 17:01:31 +0000] rev 557
(none)

2004-05-06graph_wrapper.h in hugo
marci [Thu, 06 May 2004 16:55:59 +0000] rev 556
graph_wrapper.h in hugo

2004-05-06#include <hugo/ > modifications
marci [Thu, 06 May 2004 16:54:54 +0000] rev 555
#include <hugo/ > modifications

2004-05-06Method checkSolution() added.
athos [Thu, 06 May 2004 15:47:42 +0000] rev 554
Method checkSolution() added.

2004-05-06SubGraphWrapper bug ok
marci [Thu, 06 May 2004 15:39:31 +0000] rev 553
SubGraphWrapper bug ok

2004-05-06top-sort, for fezso's sake
marci [Thu, 06 May 2004 15:24:42 +0000] rev 552
top-sort, for fezso's sake

2004-05-06Written hugo/ into includes.
athos [Thu, 06 May 2004 15:19:59 +0000] rev 551
Written hugo/ into includes.

2004-05-06Some tests must have been commented out temporarily.
alpar [Thu, 06 May 2004 15:14:13 +0000] rev 550
Some tests must have been commented out temporarily.

2004-05-06(none)
marci [Thu, 06 May 2004 15:10:48 +0000] rev 549
(none)

2004-05-06(none)
marci [Thu, 06 May 2004 14:25:21 +0000] rev 548
(none)

2004-05-06Modified a little bit
athos [Thu, 06 May 2004 14:23:48 +0000] rev 547
Modified a little bit

2004-05-06No automatic doc generation.
alpar [Thu, 06 May 2004 14:21:57 +0000] rev 546
No automatic doc generation.

2004-05-06Test cases for time_measure.h
alpar [Thu, 06 May 2004 14:11:09 +0000] rev 545
Test cases for time_measure.h

2004-05-06(none)
marci [Thu, 06 May 2004 14:00:50 +0000] rev 544
(none)

2004-05-06an experimental topsort
marci [Thu, 06 May 2004 13:48:48 +0000] rev 543
an experimental topsort

2004-05-06Set up automake environment.
ladanyi [Thu, 06 May 2004 13:48:04 +0000] rev 542
Set up automake environment.

2004-05-06(none)
marci [Thu, 06 May 2004 13:46:07 +0000] rev 541
(none)

2004-05-06(none)
marci [Thu, 06 May 2004 13:44:48 +0000] rev 540
(none)

2004-05-06Rename 'include' to 'hugo' (for automake)
ladanyi [Thu, 06 May 2004 13:21:24 +0000] rev 539
Rename 'include' to 'hugo' (for automake)

2004-05-06(none)
jacint [Thu, 06 May 2004 09:26:23 +0000] rev 538
(none)

2004-05-05Contains Edmonds' matching algorithm in a plain and in a heuristical form.
jacint [Wed, 05 May 2004 17:51:56 +0000] rev 537
Contains Edmonds' matching algorithm in a plain and in a heuristical form.

2004-05-05tests max_matching.h
jacint [Wed, 05 May 2004 17:29:41 +0000] rev 536
tests max_matching.h

2004-05-05(none)
jacint [Wed, 05 May 2004 17:24:06 +0000] rev 535
(none)

2004-05-05primitive random graph generator
jacint [Wed, 05 May 2004 17:23:04 +0000] rev 534
primitive random graph generator

2004-05-05Minor bugfix.
alpar [Wed, 05 May 2004 08:36:00 +0000] rev 533
Minor bugfix.

2004-05-05Compiles also with icc.
alpar [Wed, 05 May 2004 08:18:19 +0000] rev 532
Compiles also with icc.

2004-05-05Compiles with are icc, as well.
alpar [Wed, 05 May 2004 07:53:51 +0000] rev 531
Compiles with are icc, as well.

2004-05-04Minimum cost flows of small values: algorithm from Andras Frank's lecture notes (approximately)
athos [Tue, 04 May 2004 16:52:15 +0000] rev 530
Minimum cost flows of small values: algorithm from Andras Frank's lecture notes (approximately)

2004-05-04Adding update() to NullMap
jacint [Tue, 04 May 2004 16:17:17 +0000] rev 529
Adding update() to NullMap

2004-05-04Able to read min cost flow, max flow, shortest path, matching testgraphs
jacint [Tue, 04 May 2004 16:16:49 +0000] rev 528
Able to read min cost flow, max flow, shortest path, matching testgraphs

2004-05-04Nem tudom, a hugo-n miert nem megy.
athos [Tue, 04 May 2004 14:54:21 +0000] rev 527
Nem tudom, a hugo-n miert nem megy.

2004-05-04bool forward(Edge), bool backward(Edge)
marci [Tue, 04 May 2004 14:06:00 +0000] rev 526
bool forward(Edge), bool backward(Edge)

2004-05-04misc
marci [Tue, 04 May 2004 12:03:04 +0000] rev 525
misc

2004-05-04An undirected graph template UndirGraph<Graph> can be used.
marci [Tue, 04 May 2004 12:01:49 +0000] rev 524
An undirected graph template UndirGraph<Graph> can be used.

2004-05-04Started.
athos [Tue, 04 May 2004 12:00:13 +0000] rev 523
Started.

2004-05-04Nothing special.
athos [Tue, 04 May 2004 11:20:16 +0000] rev 522
Nothing special.

2004-05-04Ezt mintha mar toroltem volna.
athos [Tue, 04 May 2004 10:58:42 +0000] rev 521
Ezt mintha mar toroltem volna.

2004-05-04Created minlengthpaths_test.cc. Compiles with: g++-3.0 -Wall -I. -I../{klao,jacint,marci} -I.. -I../../include minlengthpaths_test.cc -o min | & less
athos [Tue, 04 May 2004 09:33:21 +0000] rev 520
Created minlengthpaths_test.cc. Compiles with: g++-3.0 -Wall -I. -I../{klao,jacint,marci} -I.. -I../../include minlengthpaths_test.cc -o min | & less

2004-05-04Putting things in their place
athos [Tue, 04 May 2004 09:03:00 +0000] rev 519
Putting things in their place

2004-05-04Started minlengthpaths_test, but it should not be here
athos [Tue, 04 May 2004 09:00:11 +0000] rev 518
Started minlengthpaths_test, but it should not be here

2004-05-04Test file xy_test.cc finished. Really.
athos [Tue, 04 May 2004 08:34:01 +0000] rev 517
Test file xy_test.cc finished. Really.

2004-05-04Test file xy_test.cc finished.
athos [Tue, 04 May 2004 08:31:48 +0000] rev 516
Test file xy_test.cc finished.

2004-05-03To be compatible with gcc-3.4.0 ...
alpar [Mon, 03 May 2004 17:06:38 +0000] rev 515
To be compatible with gcc-3.4.0 ...

2004-05-03An awful mistake found and corrected.
athos [Mon, 03 May 2004 14:43:49 +0000] rev 514
An awful mistake found and corrected.

2004-05-03xy_test added: it was not entirely useless, I found a mistake in xy.h
athos [Mon, 03 May 2004 14:42:40 +0000] rev 513
xy_test added: it was not entirely useless, I found a mistake in xy.h

2004-05-03bip matching...
marci [Mon, 03 May 2004 11:43:27 +0000] rev 512
bip matching...

2004-05-03getPath() function implemented.
athos [Mon, 03 May 2004 10:27:20 +0000] rev 511
getPath() function implemented.

2004-05-03matching, flows
marci [Mon, 03 May 2004 10:04:27 +0000] rev 510
matching, flows

2004-05-03(none)
alpar [Mon, 03 May 2004 09:44:00 +0000] rev 509
(none)

2004-05-03docfix.
alpar [Mon, 03 May 2004 09:43:03 +0000] rev 508
docfix.

2004-05-03A "related pages" about Hugo Coding Style.
alpar [Mon, 03 May 2004 09:38:17 +0000] rev 507
A "related pages" about Hugo Coding Style.
To be improved.

2004-05-03Now it sucks the whole src/include and src/include/skeletons
alpar [Mon, 03 May 2004 09:18:01 +0000] rev 506
Now it sucks the whole src/include and src/include/skeletons
instead of individual files.

2004-05-03I changed it to correspond changing requirements
athos [Mon, 03 May 2004 09:00:09 +0000] rev 505
I changed it to correspond changing requirements

2004-05-03One more test case with minor importance.
alpar [Mon, 03 May 2004 08:13:41 +0000] rev 504
One more test case with minor importance.

2004-05-03test/graph_test.cc added.
alpar [Mon, 03 May 2004 07:27:29 +0000] rev 503
test/graph_test.cc added.
It discovered several bugs and warnings in 'include/smart_graph.h',
in 'include/skeletons/graph.h' and in 'work/alpar/list_graph.h'.
They have also been fixed.

2004-04-30static const bool BipartiteGraphWrapper<Graph>::S_CLASS, T_CLASS
marci [Fri, 30 Apr 2004 19:02:40 +0000] rev 502
static const bool BipartiteGraphWrapper<Graph>::S_CLASS, T_CLASS

2004-04-30bipatite
marci [Fri, 30 Apr 2004 18:43:18 +0000] rev 501
bipatite

2004-04-30misc
marci [Fri, 30 Apr 2004 17:48:50 +0000] rev 500
misc

2004-04-30A bipartite graph template can be used as BipartiteGraph<ListGraph>.
marci [Fri, 30 Apr 2004 17:10:01 +0000] rev 499
A bipartite graph template can be used as BipartiteGraph<ListGraph>.

2004-04-30bipartite graphs
marci [Fri, 30 Apr 2004 16:46:19 +0000] rev 498
bipartite graphs

2004-04-30bipartite graph in bipartite_graph_wrapper.h
marci [Fri, 30 Apr 2004 16:10:49 +0000] rev 497
bipartite graph in bipartite_graph_wrapper.h

2004-04-30gw
marci [Fri, 30 Apr 2004 14:02:10 +0000] rev 496
gw

2004-04-30(none)
marci [Fri, 30 Apr 2004 13:52:17 +0000] rev 495
(none)

2004-04-30Felkesz kod!
jacint [Fri, 30 Apr 2004 06:46:39 +0000] rev 494
Felkesz kod!

2004-04-30DirPath fejlodes.
klao [Fri, 30 Apr 2004 01:59:15 +0000] rev 493
DirPath fejlodes.
Kiserleti struktura a forditasi idoben kapcsolhato konzisztencia es range
ellenorzesekre.

2004-04-30spell checking
klao [Fri, 30 Apr 2004 01:10:13 +0000] rev 492
spell checking

2004-04-30ingroup bug
klao [Fri, 30 Apr 2004 01:02:22 +0000] rev 491
ingroup bug

2004-04-29The -W gcc option _does_ matter even if you use -Wall!
klao [Thu, 29 Apr 2004 23:24:42 +0000] rev 490
The -W gcc option _does_ matter even if you use -Wall!
Minor changes.

2004-04-29Basic error handling facilities
klao [Thu, 29 Apr 2004 22:39:17 +0000] rev 489
Basic error handling facilities
(and possibly a g++-3.4.0 bug)

2004-04-29misc
marci [Thu, 29 Apr 2004 19:38:53 +0000] rev 488
misc

2004-04-29some documentation
marci [Thu, 29 Apr 2004 19:25:52 +0000] rev 487
some documentation

2004-04-29TODO
marci [Thu, 29 Apr 2004 18:48:25 +0000] rev 486
TODO

2004-04-29Some docu in MaxFlow class, jacint/max_flow.h
marci [Thu, 29 Apr 2004 17:34:42 +0000] rev 485
Some docu in MaxFlow class, jacint/max_flow.h

2004-04-29Move unionfind.h in Doxyfile too
beckerjc [Thu, 29 Apr 2004 17:23:56 +0000] rev 484
Move unionfind.h in Doxyfile too

2004-04-29UnionFind moved to include. Test compiles and runs cleanly.
beckerjc [Thu, 29 Apr 2004 17:00:44 +0000] rev 483
UnionFind moved to include. Test compiles and runs cleanly.

* test/makefile:
minor cleanups

2004-04-29corrections for leda matching files
marci [Thu, 29 Apr 2004 16:59:00 +0000] rev 482
corrections for leda matching files

2004-04-29Three new methods in UnionFindEnum.
beckerjc [Thu, 29 Apr 2004 16:45:40 +0000] rev 481
Three new methods in UnionFindEnum.
UnionFindEnum completed.

2004-04-29corrections
marci [Thu, 29 Apr 2004 16:30:39 +0000] rev 480
corrections

2004-04-29Main page added.
alpar [Thu, 29 Apr 2004 16:29:43 +0000] rev 479
Main page added.

2004-04-29preflow.f -> max_flow.h
marci [Thu, 29 Apr 2004 16:26:01 +0000] rev 478
preflow.f -> max_flow.h

2004-04-29doc
alpar [Thu, 29 Apr 2004 16:26:01 +0000] rev 477
doc

2004-04-29preflow, maxflow
marci [Thu, 29 Apr 2004 16:25:03 +0000] rev 476
preflow, maxflow

2004-04-29edmonds_karp_demo->max_flow_demo
marci [Thu, 29 Apr 2004 16:08:16 +0000] rev 475
edmonds_karp_demo->max_flow_demo

2004-04-29edmonds_karp
marci [Thu, 29 Apr 2004 16:07:10 +0000] rev 474
edmonds_karp

2004-04-29ledagraph
marci [Thu, 29 Apr 2004 16:04:27 +0000] rev 473
ledagraph

2004-04-29preflow, maxflow
marci [Thu, 29 Apr 2004 15:58:34 +0000] rev 472
preflow, maxflow

2004-04-29misc
marci [Thu, 29 Apr 2004 15:01:52 +0000] rev 471
misc

2004-04-29Comparison == changed to <=
jacint [Thu, 29 Apr 2004 11:09:12 +0000] rev 470
Comparison == changed to <=

2004-04-29const-ok
marci [Thu, 29 Apr 2004 10:51:58 +0000] rev 469
const-ok

2004-04-29nem irunk olyat hogy "void resetTarget(const Node _t) {t=_t;}" mert az a const az ott jobbara hulyeseg
marci [Thu, 29 Apr 2004 10:41:56 +0000] rev 468
nem irunk olyat hogy "void resetTarget(const Node _t) {t=_t;}" mert az a const az ott jobbara hulyeseg

2004-04-29preflow maxflow ...
marci [Thu, 29 Apr 2004 10:29:51 +0000] rev 467
preflow maxflow ...

2004-04-29preflow, maxflow comp
marci [Thu, 29 Apr 2004 10:16:46 +0000] rev 466
preflow, maxflow comp

2004-04-29mods implied by preflow mods
marci [Thu, 29 Apr 2004 09:08:14 +0000] rev 465
mods implied by preflow mods

2004-04-29It breaks my heart to say them goodbye...
alpar [Thu, 29 Apr 2004 08:42:05 +0000] rev 464
It breaks my heart to say them goodbye...

2004-04-29doc
alpar [Thu, 29 Apr 2004 08:33:16 +0000] rev 463
doc

2004-04-28Doc for the union-find structures.
beckerjc [Wed, 28 Apr 2004 20:55:18 +0000] rev 462
Doc for the union-find structures.

2004-04-28bug ellen
marci [Wed, 28 Apr 2004 16:25:34 +0000] rev 461
bug ellen

2004-04-28test makefile hiba
marci [Wed, 28 Apr 2004 14:20:24 +0000] rev 460
test makefile hiba

2004-04-28dijstra const ref, misc
marci [Wed, 28 Apr 2004 14:17:54 +0000] rev 459
dijstra const ref, misc

2004-04-28Docs.
alpar [Wed, 28 Apr 2004 12:58:58 +0000] rev 458
Docs.

2004-04-28\author's added
alpar [Wed, 28 Apr 2004 12:33:05 +0000] rev 457
\author's added

2004-04-28Doxygen options changed.
alpar [Wed, 28 Apr 2004 12:22:34 +0000] rev 456
Doxygen options changed.
\author's added.

2004-04-28for checking bipartiteness
marci [Wed, 28 Apr 2004 09:59:23 +0000] rev 455
for checking bipartiteness

2004-04-28makefile: nem veletlenul commit-oltam
marci [Wed, 28 Apr 2004 09:55:11 +0000] rev 454
makefile: nem veletlenul commit-oltam

2004-04-27(none)
jacint [Tue, 27 Apr 2004 23:01:15 +0000] rev 453
(none)

2004-04-27(none)
jacint [Tue, 27 Apr 2004 23:00:42 +0000] rev 452
(none)

2004-04-27Changes in the interface and new test program added.
jacint [Tue, 27 Apr 2004 22:59:15 +0000] rev 451
Changes in the interface and new test program added.

2004-04-27trifles
klao [Tue, 27 Apr 2004 22:29:11 +0000] rev 450
trifles

2004-04-27debug
jacint [Tue, 27 Apr 2004 18:33:39 +0000] rev 449
debug

2004-04-27bfs, dfs, bfsiterator, dfsiterator for alpar's sake of being much more standardized.
marci [Tue, 27 Apr 2004 16:27:08 +0000] rev 448
bfs, dfs, bfsiterator, dfsiterator for alpar's sake of being much more standardized.

2004-04-27misc
marci [Tue, 27 Apr 2004 14:17:13 +0000] rev 447
misc

2004-04-27comparison for matchings with leda
marci [Tue, 27 Apr 2004 14:10:19 +0000] rev 446
comparison for matchings with leda

2004-04-27Egy helyes (warning nelkuli) megvalositasa az operator<< -nek az stGraphWrapper
klao [Tue, 27 Apr 2004 13:53:27 +0000] rev 445
Egy helyes (warning nelkuli) megvalositasa az operator<< -nek az stGraphWrapper
Node es Edge-enek. Csak a konverziok es templates fuggvenyek "alacsony
prioritasa" miatt hasznalhatatlan.

Magyarul az stGW::Node -ra jol mukodik, de a NodeIt-ra mar nem, pedig van hozza
konverzio. Csak akkor mar inkabb a ListGraph::Node-jara definialt nem
template-es fuggvenyt hasznalja.

2004-04-27debug
jacint [Tue, 27 Apr 2004 13:47:05 +0000] rev 444
debug

2004-04-27* list_graph.h:
klao [Tue, 27 Apr 2004 13:44:14 +0000] rev 443
* list_graph.h:
- node_item and edge_item are structs and not classes
- operator<< is inline

2004-04-27oops
klao [Tue, 27 Apr 2004 13:35:09 +0000] rev 442
oops

2004-04-27makefile improvement in work/jacint
marci [Tue, 27 Apr 2004 11:58:14 +0000] rev 441
makefile improvement in work/jacint

2004-04-27doc trimming.
alpar [Tue, 27 Apr 2004 11:32:22 +0000] rev 440
doc trimming.

2004-04-27makefile
marci [Tue, 27 Apr 2004 11:04:35 +0000] rev 439
makefile

2004-04-27The long description is now the description of the module.
alpar [Tue, 27 Apr 2004 10:50:46 +0000] rev 438
The long description is now the description of the module.

2004-04-27Testing preprocess.
jacint [Tue, 27 Apr 2004 10:27:34 +0000] rev 437
Testing preprocess.

2004-04-27gcc-3.4.0
marci [Tue, 27 Apr 2004 09:40:25 +0000] rev 436
gcc-3.4.0

2004-04-27misc
marci [Tue, 27 Apr 2004 09:26:32 +0000] rev 435
misc

2004-04-27Some more docs.
alpar [Tue, 27 Apr 2004 08:31:00 +0000] rev 434
Some more docs.
DirPath::Builder::setFist() added. (It is empty.)

2004-04-27g++-3.4.0, misc
marci [Tue, 27 Apr 2004 08:19:39 +0000] rev 433
g++-3.4.0, misc

2004-04-26xy.h went to src/include.
alpar [Mon, 26 Apr 2004 18:22:34 +0000] rev 432
xy.h went to src/include.

2004-04-26docs
alpar [Mon, 26 Apr 2004 18:16:42 +0000] rev 431
docs

2004-04-26Many new modules (groups) in the documentation.
alpar [Mon, 26 Apr 2004 18:08:46 +0000] rev 430
Many new modules (groups) in the documentation.

2004-04-26Path of time_measure.h fixed.
alpar [Mon, 26 Apr 2004 17:41:23 +0000] rev 429
Path of time_measure.h fixed.

2004-04-26time_measure.h went to src/include.
alpar [Mon, 26 Apr 2004 17:39:38 +0000] rev 428
time_measure.h went to src/include.

2004-04-26Minor doc corrections
klao [Mon, 26 Apr 2004 17:39:15 +0000] rev 427
Minor doc corrections

2004-04-26Some more tests.
alpar [Mon, 26 Apr 2004 17:36:49 +0000] rev 426
Some more tests.

2004-04-26Some more docs.
alpar [Mon, 26 Apr 2004 17:33:51 +0000] rev 425
Some more docs.
Put it into the 'misc' group.

2004-04-26'misc' group added to the documentation
alpar [Mon, 26 Apr 2004 17:31:49 +0000] rev 424
'misc' group added to the documentation

2004-04-26misc
marci [Mon, 26 Apr 2004 17:10:27 +0000] rev 423
misc

2004-04-26macro erase
jacint [Mon, 26 Apr 2004 17:05:22 +0000] rev 422
macro erase

2004-04-26For working with undirected graphs, head is changed to aNode.
marci [Mon, 26 Apr 2004 16:58:14 +0000] rev 421
For working with undirected graphs, head is changed to aNode.
Some dimacs doki.

2004-04-26leda comparison files
marci [Mon, 26 Apr 2004 16:21:36 +0000] rev 420
leda comparison files

2004-04-26comparison with leda algorithms, wrapper for leda graphs
marci [Mon, 26 Apr 2004 16:08:46 +0000] rev 419
comparison with leda algorithms, wrapper for leda graphs

2004-04-26misc
marci [Mon, 26 Apr 2004 16:02:09 +0000] rev 418
misc

2004-04-26Better control of gcc version
marci [Mon, 26 Apr 2004 15:14:23 +0000] rev 417
Better control of gcc version

2004-04-26typo
klao [Mon, 26 Apr 2004 14:52:51 +0000] rev 416
typo

2004-04-26for igcc-3.4.0
marci [Mon, 26 Apr 2004 14:40:59 +0000] rev 415
for igcc-3.4.0

2004-04-26gcc-3.4.0
marci [Mon, 26 Apr 2004 14:25:51 +0000] rev 414
gcc-3.4.0

2004-04-26misc
marci [Mon, 26 Apr 2004 14:19:19 +0000] rev 413
misc

2004-04-26To be on the safe side...
alpar [Mon, 26 Apr 2004 11:11:55 +0000] rev 412
To be on the safe side...

2004-04-26misc
marci [Mon, 26 Apr 2004 10:35:36 +0000] rev 411
misc

2004-04-26as you see...
marci [Mon, 26 Apr 2004 09:55:31 +0000] rev 410
as you see...

2004-04-26stGraphWrapper is almost working
marci [Mon, 26 Apr 2004 09:54:24 +0000] rev 409
stGraphWrapper is almost working

2004-04-26Some more docs.
alpar [Mon, 26 Apr 2004 09:21:27 +0000] rev 408
Some more docs.

2004-04-26The doc modules clearly needs some restructuring...
alpar [Mon, 26 Apr 2004 09:06:13 +0000] rev 407
The doc modules clearly needs some restructuring...

2004-04-26Docs are now divided into modules.
alpar [Mon, 26 Apr 2004 09:00:12 +0000] rev 406
Docs are now divided into modules.

2004-04-26#define HUGO_SMART_GRAPH_H ---> #define HUGO_LIST_GRAPH_H
alpar [Mon, 26 Apr 2004 08:07:53 +0000] rev 405
#define HUGO_SMART_GRAPH_H ---> #define HUGO_LIST_GRAPH_H

2004-04-26More docs.
alpar [Mon, 26 Apr 2004 08:03:00 +0000] rev 404
More docs.

2004-04-25Try to compile before commit, please.
alpar [Sun, 25 Apr 2004 22:29:27 +0000] rev 403
Try to compile before commit, please.

2004-04-25A missing conversion added
alpar [Sun, 25 Apr 2004 22:28:19 +0000] rev 402
A missing conversion added

2004-04-25Some bugfixes.
alpar [Sun, 25 Apr 2004 22:26:19 +0000] rev 401
Some bugfixes.
Some more docs.

2004-04-25class NodeSet: A graph class with no edges
alpar [Sun, 25 Apr 2004 20:16:16 +0000] rev 400
class NodeSet: A graph class with no edges
class EdgeSet: A graph class using the node set of another graph.
It compiles but untested and undocumented.

2004-04-25The diffs in src/include/smart_graph.h between 528:529 was merged into
alpar [Sun, 25 Apr 2004 17:06:40 +0000] rev 399
The diffs in src/include/smart_graph.h between 528:529 was merged into
this file.

2004-04-25A (non)bug was fixed.
alpar [Sun, 25 Apr 2004 16:58:05 +0000] rev 398
A (non)bug was fixed.
Some more docs in SymSmartGraph.

2004-04-25I hope it works. The 'erase' functions hasn't been tested yet.
alpar [Sun, 25 Apr 2004 16:53:38 +0000] rev 397
I hope it works. The 'erase' functions hasn't been tested yet.

2004-04-25Some day this file will contain an erasable version of SmartGraph.
alpar [Sun, 25 Apr 2004 14:25:04 +0000] rev 396
Some day this file will contain an erasable version of SmartGraph.

2004-04-25For the future "node_set" and "edge_set" structures.
alpar [Sun, 25 Apr 2004 14:20:36 +0000] rev 395
For the future "node_set" and "edge_set" structures.

2004-04-24New union-find structure with enumerable classes.
beckerjc [Sat, 24 Apr 2004 16:03:25 +0000] rev 394
New union-find structure with enumerable classes.

2004-04-24misc
marci [Sat, 24 Apr 2004 15:19:17 +0000] rev 393
misc

2004-04-24g++-4.0
marci [Sat, 24 Apr 2004 14:25:03 +0000] rev 392
g++-4.0

2004-04-24StdMap compiles with 3.4
beckerjc [Sat, 24 Apr 2004 13:24:42 +0000] rev 391
StdMap compiles with 3.4

2004-04-24jacint mindig modosit, es ezert nekunk is kell
marci [Sat, 24 Apr 2004 12:53:46 +0000] rev 390
jacint mindig modosit, es ezert nekunk is kell

2004-04-24modifications for better compatibility with gcc 3.4.0
marci [Sat, 24 Apr 2004 12:44:41 +0000] rev 389
modifications for better compatibility with gcc 3.4.0

2004-04-23ResGraphWrapper running time comparison test.
jacint [Fri, 23 Apr 2004 21:26:32 +0000] rev 388
ResGraphWrapper running time comparison test.

2004-04-23Documentation added.
jacint [Fri, 23 Apr 2004 19:41:01 +0000] rev 387
Documentation added.

2004-04-23aprosag
jacint [Fri, 23 Apr 2004 19:15:55 +0000] rev 386
aprosag

2004-04-23Some changes in the documentation.
jacint [Fri, 23 Apr 2004 19:04:05 +0000] rev 385
Some changes in the documentation.

2004-04-23Testfile for dijkstra.h, bin_heap.h and fib_heap.h
jacint [Fri, 23 Apr 2004 18:48:56 +0000] rev 384
Testfile for dijkstra.h, bin_heap.h and fib_heap.h

2004-04-233.4.0-asban megszuntettek a bug-ot.
klao [Fri, 23 Apr 2004 16:48:54 +0000] rev 383
3.4.0-asban megszuntettek a bug-ot.
Egyaltalan nem hagyta leforditani a file-t, ha nem irtunk elet "typename" es
"template" kulcsszot.
Azota viszont mar a 3.3-as is gond nelkul forditja.

2004-04-23(none)
alpar [Fri, 23 Apr 2004 13:31:34 +0000] rev 382
(none)

2004-04-23misc
marci [Fri, 23 Apr 2004 08:32:18 +0000] rev 381
misc

2004-04-23.
marci [Fri, 23 Apr 2004 08:08:41 +0000] rev 380
.

2004-04-23.
marci [Fri, 23 Apr 2004 07:41:48 +0000] rev 379
.

2004-04-22(none)
deba [Thu, 22 Apr 2004 20:36:21 +0000] rev 378
(none)

2004-04-22(none)
deba [Thu, 22 Apr 2004 16:36:57 +0000] rev 377
(none)

2004-04-22preflow mods
marci [Thu, 22 Apr 2004 16:07:17 +0000] rev 376
preflow mods

2004-04-22(none)
jacint [Thu, 22 Apr 2004 15:58:08 +0000] rev 375
(none)

2004-04-22(none)
jacint [Thu, 22 Apr 2004 15:56:05 +0000] rev 374
(none)

2004-04-22Changes in the documentation.
jacint [Thu, 22 Apr 2004 14:50:24 +0000] rev 373
Changes in the documentation.

2004-04-22(none)
jacint [Thu, 22 Apr 2004 14:11:28 +0000] rev 372
(none)

2004-04-22misc
marci [Thu, 22 Apr 2004 13:59:37 +0000] rev 371
misc

2004-04-22(none)
jacint [Thu, 22 Apr 2004 13:51:25 +0000] rev 370
(none)

2004-04-21Directed path structure.
klao [Wed, 21 Apr 2004 23:47:01 +0000] rev 369
Directed path structure.
Proposal for a path building interface.

2004-04-21experimental bipartite graph wrapper
marci [Wed, 21 Apr 2004 20:48:00 +0000] rev 368
experimental bipartite graph wrapper

2004-04-21Remove function and some todos.
klao [Wed, 21 Apr 2004 19:52:09 +0000] rev 367
Remove function and some todos.

2004-04-21Test for the new style iter
klao [Wed, 21 Apr 2004 19:10:59 +0000] rev 366
Test for the new style iter

2004-04-21Masikfele iteralas, Node-hoz alkalmazkodva...
klao [Wed, 21 Apr 2004 18:56:26 +0000] rev 365
Masikfele iteralas, Node-hoz alkalmazkodva...

2004-04-21dimacs.hh goes to oldies
marci [Wed, 21 Apr 2004 17:14:59 +0000] rev 364
dimacs.hh goes to oldies

2004-04-21Idezni csak pontosan, szepen, ahogy a csiga...
klao [Wed, 21 Apr 2004 16:22:50 +0000] rev 363
Idezni csak pontosan, szepen, ahogy a csiga...

2004-04-21IterableMap: no range checking, no warning :)
klao [Wed, 21 Apr 2004 16:09:42 +0000] rev 362
IterableMap: no range checking, no warning :)

2004-04-21IterableMap with template ValueType. IterableBoolMap as a specialization.
klao [Wed, 21 Apr 2004 15:46:40 +0000] rev 361
IterableMap with template ValueType. IterableBoolMap as a specialization.
Range checking warnings...

2004-04-21work/marci/bfs_iterator.h BfsIterator5 -> BfsIterator, DfsIterator5 -> DfsIterator
marci [Wed, 21 Apr 2004 15:14:45 +0000] rev 360
work/marci/bfs_iterator.h BfsIterator5 -> BfsIterator, DfsIterator5 -> DfsIterator

2004-04-21misc
marci [Wed, 21 Apr 2004 14:59:43 +0000] rev 359
misc

2004-04-21time comparison for bfs iterator and iterator by hand
marci [Wed, 21 Apr 2004 14:50:42 +0000] rev 358
time comparison for bfs iterator and iterator by hand

2004-04-21Requests for docs.
alpar [Wed, 21 Apr 2004 12:36:53 +0000] rev 357
Requests for docs.

2004-04-21.
alpar [Wed, 21 Apr 2004 12:31:51 +0000] rev 356
.

2004-04-21Folder for the test programs.
alpar [Wed, 21 Apr 2004 08:14:44 +0000] rev 355
Folder for the test programs.

2004-04-20UndirListGraph, somebody should try it.
marci [Tue, 20 Apr 2004 13:43:36 +0000] rev 354
UndirListGraph, somebody should try it.

2004-04-20template first goes to comment...
marci [Tue, 20 Apr 2004 12:10:36 +0000] rev 353
template first goes to comment...

2004-04-17A successful work-around for using const map reference as an output
beckerjc [Sat, 17 Apr 2004 21:50:48 +0000] rev 352
A successful work-around for using const map reference as an output
parameter to Kruskal().

2004-04-17NullMap
alpar [Sat, 17 Apr 2004 19:54:04 +0000] rev 351
NullMap

2004-04-17Maximum Adjacency Ordering (beta)
beckerjc [Sat, 17 Apr 2004 19:34:43 +0000] rev 350
Maximum Adjacency Ordering (beta)

2004-04-17Kruskal lenyegeben kesz.
beckerjc [Sat, 17 Apr 2004 19:19:57 +0000] rev 349
Kruskal lenyegeben kesz.
Kell meg dokumentalni, meg meg egy par jol hasznalhato wrapper fv.
Es valamit meg kene csinalni azzal, hogy nem const ref. a kimeno boolmap,
viszont sokszor "on-the-fly" akarjuk megkonstrualni (es ilyenkor persze a
const-os mapet is lehet set-elni...)

2004-04-17A bool Edge Map with iterators that goes through the true or the false edges.
alpar [Sat, 17 Apr 2004 13:15:53 +0000] rev 348
A bool Edge Map with iterators that goes through the true or the false edges.

2004-04-17A generic map with value type [0, N) where N is a small integer.
klao [Sat, 17 Apr 2004 01:57:48 +0000] rev 347
A generic map with value type [0, N) where N is a small integer.
Can enumerate keys with a given value.

2004-04-17megsem volt bug
klao [Sat, 17 Apr 2004 01:50:23 +0000] rev 346
megsem volt bug

2004-04-16Misterious bug with StdMap::set (?)
klao [Fri, 16 Apr 2004 23:00:09 +0000] rev 345
Misterious bug with StdMap::set (?)
Fixed default contstructor.

2004-04-16Some cosmetic changes and spell checking.
alpar [Fri, 16 Apr 2004 22:00:11 +0000] rev 344
Some cosmetic changes and spell checking.

2004-04-16time_measure.h has been added to the doc.
alpar [Fri, 16 Apr 2004 21:35:25 +0000] rev 343
time_measure.h has been added to the doc.
graph_concept.h has been removed for it was confusing.

2004-04-16An example for a readable/writeable but non-referrable map
alpar [Fri, 16 Apr 2004 21:18:40 +0000] rev 342
An example for a readable/writeable but non-referrable map
without get() and set().

2004-04-16semmi
marci [Fri, 16 Apr 2004 17:39:19 +0000] rev 341
semmi

2004-04-16(none)
deba [Fri, 16 Apr 2004 13:42:03 +0000] rev 340
(none)

2004-04-16graph_wrapper.h, kicsi doksi. erdekes dolgokat rak az abrakadabra, nem is ertem
marci [Fri, 16 Apr 2004 13:26:15 +0000] rev 339
graph_wrapper.h, kicsi doksi. erdekes dolgokat rak az abrakadabra, nem is ertem

2004-04-16kicsit takaritottam, es szepitettem es, es maga a csuda, de azer nem
marci [Fri, 16 Apr 2004 13:05:08 +0000] rev 338
kicsit takaritottam, es szepitettem es, es maga a csuda, de azer nem
teljesen mer' meg kell csinalni vele dolgokat.

2004-04-16(none)
deba [Fri, 16 Apr 2004 12:15:17 +0000] rev 337
(none)

2004-04-16(none)
deba [Fri, 16 Apr 2004 12:13:07 +0000] rev 336
(none)

2004-04-16jflsjfljskf
marci [Fri, 16 Apr 2004 08:26:00 +0000] rev 335
jflsjfljskf

2004-04-15brrr
marci [Thu, 15 Apr 2004 20:50:03 +0000] rev 334
brrr

2004-04-15makroizeles
marci [Thu, 15 Apr 2004 20:19:26 +0000] rev 333
makroizeles

2004-04-15.
marci [Thu, 15 Apr 2004 19:01:00 +0000] rev 332
.

2004-04-15Elkezdtem atirni a preflow_push-t. Csinaltam egy backupot graph wrapper nelkul (without gw, azaz wogw)
athos [Thu, 15 Apr 2004 17:03:44 +0000] rev 331
Elkezdtem atirni a preflow_push-t. Csinaltam egy backupot graph wrapper nelkul (without gw, azaz wogw)

2004-04-15In the resgraphwrapper interface, and in the constructor,
marci [Thu, 15 Apr 2004 14:41:20 +0000] rev 330
In the resgraphwrapper interface, and in the constructor,
the order of FlowMap and CapacityMap is changed.

2004-04-15*** empty log message ***
alpar [Thu, 15 Apr 2004 08:06:43 +0000] rev 329
*** empty log message ***

2004-04-15Spell chechking
alpar [Thu, 15 Apr 2004 08:00:17 +0000] rev 328
Spell chechking

2004-04-15Documentation.
alpar [Thu, 15 Apr 2004 06:49:49 +0000] rev 327
Documentation.

2004-04-15Deprecated...
alpar [Thu, 15 Apr 2004 05:51:12 +0000] rev 326
Deprecated...

2004-04-14kiserletezek a concept-leirassal, skeleton kereteben, ha kesz lesz majd szolok
marci [Wed, 14 Apr 2004 20:57:58 +0000] rev 325
kiserletezek a concept-leirassal, skeleton kereteben, ha kesz lesz majd szolok

2004-04-14Naming conventions...
alpar [Wed, 14 Apr 2004 16:16:40 +0000] rev 324
Naming conventions...

2004-04-14gw, kiszedtem ami nem kell
marci [Wed, 14 Apr 2004 13:57:48 +0000] rev 323
gw, kiszedtem ami nem kell

2004-04-14The paths are stored in vectors, assumed there is no circle of length 0
athos [Wed, 14 Apr 2004 13:30:05 +0000] rev 322
The paths are stored in vectors, assumed there is no circle of length 0

2004-04-14Some concerns about the copy constructors of graph.h
alpar [Wed, 14 Apr 2004 12:24:55 +0000] rev 321
Some concerns about the copy constructors of graph.h

2004-04-14constructor az elejere
marci [Wed, 14 Apr 2004 11:48:46 +0000] rev 320
constructor az elejere

2004-04-14.
marci [Wed, 14 Apr 2004 11:42:38 +0000] rev 319
.

2004-04-14gw
marci [Wed, 14 Apr 2004 11:26:12 +0000] rev 318
gw

2004-04-13gw
marci [Tue, 13 Apr 2004 20:35:47 +0000] rev 317
gw

2004-04-08bug
marci [Thu, 08 Apr 2004 13:11:58 +0000] rev 316
bug

2004-04-08ansi pedantic bug in gcc
marci [Thu, 08 Apr 2004 12:03:49 +0000] rev 315
ansi pedantic bug in gcc

2004-04-07minlengthpaths is ready, but the paths are not yet determined: needs to canonize a flow
athos [Wed, 07 Apr 2004 17:42:05 +0000] rev 314
minlengthpaths is ready, but the paths are not yet determined: needs to canonize a flow

2004-04-07marci makes makefile
marci [Wed, 07 Apr 2004 11:02:00 +0000] rev 313
marci makes makefile

2004-04-07gw
marci [Wed, 07 Apr 2004 10:57:58 +0000] rev 312
gw

2004-04-06gw
marci [Tue, 06 Apr 2004 12:00:34 +0000] rev 311
gw

2004-04-05Converted the "minlengthpaths" alg. to the new style graph_wrappers.
klao [Mon, 05 Apr 2004 18:24:37 +0000] rev 310
Converted the "minlengthpaths" alg. to the new style graph_wrappers.

2004-04-05.
marci [Mon, 05 Apr 2004 17:56:31 +0000] rev 309
.

2004-04-05Working on athos' minlengthpaths algo
klao [Mon, 05 Apr 2004 17:44:00 +0000] rev 308
Working on athos' minlengthpaths algo

2004-04-051 konstruktor nem volt publikus
marci [Mon, 05 Apr 2004 17:38:54 +0000] rev 307
1 konstruktor nem volt publikus

2004-04-05Compiles and segfaults again. Renamed from Suurballe.
athos [Mon, 05 Apr 2004 17:33:04 +0000] rev 306
Compiles and segfaults again. Renamed from Suurballe.

2004-04-05.
marci [Mon, 05 Apr 2004 17:25:40 +0000] rev 305
.

2004-04-05ez mar kafa
marci [Mon, 05 Apr 2004 17:10:25 +0000] rev 304
ez mar kafa

2004-04-05konvergalunk, konvergalunk...
marci [Mon, 05 Apr 2004 16:52:46 +0000] rev 303
konvergalunk, konvergalunk...

2004-04-05Move bfs.h to my own territory.
alpar [Mon, 05 Apr 2004 15:31:21 +0000] rev 302
Move bfs.h to my own territory.

2004-04-05kicsi moveolgatas
marci [Mon, 05 Apr 2004 15:02:39 +0000] rev 301
kicsi moveolgatas

2004-04-05Renaming Suurballe to minlengthpaths
athos [Mon, 05 Apr 2004 14:56:41 +0000] rev 300
Renaming Suurballe to minlengthpaths

2004-04-05Renaming Suurballe to minlengthpaths
athos [Mon, 05 Apr 2004 14:56:32 +0000] rev 299
Renaming Suurballe to minlengthpaths

2004-04-05graph_wrappers ...
marci [Mon, 05 Apr 2004 14:19:02 +0000] rev 298
graph_wrappers ...

2004-04-05It was there because of a mistake.
alpar [Mon, 05 Apr 2004 14:01:41 +0000] rev 297
It was there because of a mistake.

2004-04-05Swept out some deprecated comments
alpar [Mon, 05 Apr 2004 13:55:55 +0000] rev 296
Swept out some deprecated comments

2004-04-05(none)
alpar [Mon, 05 Apr 2004 13:49:20 +0000] rev 295
(none)

2004-04-05file doc added
alpar [Mon, 05 Apr 2004 13:48:25 +0000] rev 294
file doc added

2004-04-05+ suurballe.h
alpar [Mon, 05 Apr 2004 13:48:01 +0000] rev 293
+ suurballe.h
- LaTeX generation is switched off to speed up the compilations.

2004-04-05Nem tom, mi valtozott
athos [Mon, 05 Apr 2004 11:55:33 +0000] rev 292
Nem tom, mi valtozott

2004-04-05Mukodik a Suurballe
athos [Mon, 05 Apr 2004 11:55:01 +0000] rev 291
Mukodik a Suurballe

2004-04-04(none)
alpar [Sun, 04 Apr 2004 11:38:07 +0000] rev 290
(none)

2004-04-04Some improvements and proposals in map.doc.
alpar [Sun, 04 Apr 2004 09:17:58 +0000] rev 289
Some improvements and proposals in map.doc.
demo -> work in Doxyfile.

2004-04-04Always deletes ./html and ./latex
alpar [Sun, 04 Apr 2004 09:16:35 +0000] rev 288
Always deletes ./html and ./latex

2004-04-03A docbook -os doksinak mar nem kell latszodnia
klao [Sat, 03 Apr 2004 23:13:41 +0000] rev 287
A docbook -os doksinak mar nem kell latszodnia

2004-04-03Miscellaneous maps, early version
klao [Sat, 03 Apr 2004 20:33:05 +0000] rev 286
Miscellaneous maps, early version
skeletons/maps.h: minor bug

2004-04-03Many of the old stuffs has been finally removed.
alpar [Sat, 03 Apr 2004 18:42:39 +0000] rev 285
Many of the old stuffs has been finally removed.

2004-04-03Superfluous parts removed
klao [Sat, 03 Apr 2004 18:41:46 +0000] rev 284
Superfluous parts removed

2004-04-03map tests (not yet)
klao [Sat, 03 Apr 2004 18:22:08 +0000] rev 283
map tests (not yet)

2004-04-03Bit more elaborated map concepts
klao [Sat, 03 Apr 2004 18:21:25 +0000] rev 282
Bit more elaborated map concepts

2004-04-03One more experimental study about dereferation vs optimization
marci [Sat, 03 Apr 2004 17:26:46 +0000] rev 281
One more experimental study about dereferation vs optimization

2004-04-03takaritas
marci [Sat, 03 Apr 2004 14:41:31 +0000] rev 280
takaritas

2004-04-03minor changes
marci [Sat, 03 Apr 2004 14:22:33 +0000] rev 279
minor changes

2004-04-02const Graph&, const CapMap& in preflow constructor
marci [Fri, 02 Apr 2004 18:31:19 +0000] rev 278
const Graph&, const CapMap& in preflow constructor

2004-04-02Munkaido
athos [Fri, 02 Apr 2004 15:59:17 +0000] rev 277
Munkaido

2004-04-02suurballe fordulo es segfaultolo(!) valtozata
athos [Fri, 02 Apr 2004 14:53:05 +0000] rev 276
suurballe fordulo es segfaultolo(!) valtozata

2004-04-02misc
marci [Fri, 02 Apr 2004 12:10:11 +0000] rev 275
misc

2004-04-01bin_heap merge-olva
klao [Thu, 01 Apr 2004 21:06:53 +0000] rev 274
bin_heap merge-olva

2004-04-01M_PI
alpar [Thu, 01 Apr 2004 15:32:31 +0000] rev 273
M_PI

2004-03-31Nehany folyamalgoritmus futasi ideje, azzal a kozponti kerdessel, hogy a sok dereferalas
marci [Wed, 31 Mar 2004 17:57:15 +0000] rev 272
Nehany folyamalgoritmus futasi ideje, azzal a kozponti kerdessel, hogy a sok dereferalas
hasznalata/kerulese
optimalizalassal/optimalizalas nelkul
kulonbozo gepeken Celeron 600/karp
milyen futasi idoket eredmenyez.

2004-03-31makefile, you see...
marci [Wed, 31 Mar 2004 16:39:42 +0000] rev 271
makefile, you see...

2004-03-31Ment-e a dereferalasok sporolasaval elobbre a vilag?
marci [Wed, 31 Mar 2004 16:38:38 +0000] rev 270
Ment-e a dereferalasok sporolasaval elobbre a vilag?

2004-03-31Working on-the-fly with wrappers
marci [Wed, 31 Mar 2004 15:50:21 +0000] rev 269
Working on-the-fly with wrappers

2004-03-30blocking flows
marci [Tue, 30 Mar 2004 17:47:51 +0000] rev 268
blocking flows

2004-03-30.
marci [Tue, 30 Mar 2004 17:37:14 +0000] rev 267
.

2004-03-30GraphWrappers, MapWrappers
marci [Tue, 30 Mar 2004 17:16:53 +0000] rev 266
GraphWrappers, MapWrappers

2004-03-30GraphWrappers
marci [Tue, 30 Mar 2004 13:37:21 +0000] rev 265
GraphWrappers

2004-03-30bin_heap.hh -> bin_heap.h
alpar [Tue, 30 Mar 2004 13:18:10 +0000] rev 264
bin_heap.hh -> bin_heap.h

2004-03-30ResGraphWrapper ...
marci [Tue, 30 Mar 2004 07:07:44 +0000] rev 263
ResGraphWrapper ...

2004-03-29(none)
deba [Mon, 29 Mar 2004 21:43:27 +0000] rev 262
(none)

2004-03-29(none)
deba [Mon, 29 Mar 2004 20:34:24 +0000] rev 261
(none)

2004-03-29HUGO_ in header file defines
marci [Mon, 29 Mar 2004 16:02:14 +0000] rev 260
HUGO_ in header file defines

2004-03-29ResGraphWrapper partial improvement
marci [Mon, 29 Mar 2004 16:00:00 +0000] rev 259
ResGraphWrapper partial improvement

2004-03-29bin_heap.hh atnevezese
klao [Mon, 29 Mar 2004 11:08:59 +0000] rev 258
bin_heap.hh atnevezese

2004-03-29Minor changes in #include's
alpar [Mon, 29 Mar 2004 10:25:23 +0000] rev 257
Minor changes in #include's

2004-03-29(none)
alpar [Mon, 29 Mar 2004 10:24:13 +0000] rev 256
(none)

2004-03-29dijkstra.h and fib_heap.h has moved to include.
alpar [Mon, 29 Mar 2004 08:31:01 +0000] rev 255
dijkstra.h and fib_heap.h has moved to include.
The versions of bin_heap.hh shuld be merged and renamed to bin_heap.h

2004-03-29(none)
alpar [Mon, 29 Mar 2004 08:22:39 +0000] rev 254
(none)

2004-03-29Move invalid.h smart_graph.h maps.h emptygraph.h to include
alpar [Mon, 29 Mar 2004 08:16:18 +0000] rev 253
Move invalid.h smart_graph.h maps.h emptygraph.h to include

2004-03-26.keepme -k torolve
klao [Fri, 26 Mar 2004 23:34:45 +0000] rev 252
.keepme -k torolve
.cvsignore -ok konvertalva

2004-03-26Csak p?r ?tlet...
athos [Fri, 26 Mar 2004 15:01:25 +0000] rev 251
Csak p?r ?tlet...

2004-03-26Hozz?adtam p?r dolgot, miel?tt ?tt?r?nk az svn-re.
athos [Fri, 26 Mar 2004 14:59:18 +0000] rev 250
Hozz?adtam p?r dolgot, miel?tt ?tt?r?nk az svn-re.

2004-03-26DocFix
alpar [Fri, 26 Mar 2004 14:33:32 +0000] rev 249
DocFix

2004-03-26New project name.
alpar [Fri, 26 Mar 2004 14:05:01 +0000] rev 248
New project name.

2004-03-26Heap is now a template-template parameter
alpar [Fri, 26 Mar 2004 14:03:02 +0000] rev 247
Heap is now a template-template parameter

2004-03-26koztes valtozat
beckerjc [Fri, 26 Mar 2004 13:59:59 +0000] rev 246
koztes valtozat

2004-03-26.
alpar [Fri, 26 Mar 2004 13:03:09 +0000] rev 245
.

2004-03-25Betettem 1 file-ba a boundingbox-ot ?s az xy-t + egy?b apr? m?dos?t?sok.
athos [Thu, 25 Mar 2004 17:38:45 +0000] rev 244
Betettem 1 file-ba a boundingbox-ot ?s az xy-t + egy?b apr? m?dos?t?sok.

2004-03-25.
marci [Thu, 25 Mar 2004 09:42:59 +0000] rev 243
.

2004-03-24DocFixes
alpar [Wed, 24 Mar 2004 13:06:06 +0000] rev 242
DocFixes

2004-03-24state_enum change
jacint [Wed, 24 Mar 2004 09:36:21 +0000] rev 241
state_enum change

2004-03-23Elk?sz?lt a boundingbox oszt?ly (boundingbox.h) ?s hozz? a tesztprogi.
athos [Tue, 23 Mar 2004 17:28:47 +0000] rev 240
Elk?sz?lt a boundingbox oszt?ly (boundingbox.h) ?s hozz? a tesztprogi.

2004-03-23.
marci [Tue, 23 Mar 2004 13:47:31 +0000] rev 239
.

2004-03-23.
marci [Tue, 23 Mar 2004 13:31:02 +0000] rev 238
.

2004-03-23.
marci [Tue, 23 Mar 2004 11:12:48 +0000] rev 237
.

2004-03-22wrappers
marci [Mon, 22 Mar 2004 17:27:20 +0000] rev 236
wrappers

2004-03-22.
marci [Mon, 22 Mar 2004 17:05:08 +0000] rev 235
.

2004-03-22RevGraphWrapper
marci [Mon, 22 Mar 2004 16:37:10 +0000] rev 234
RevGraphWrapper

2004-03-22.
marci [Mon, 22 Mar 2004 16:07:42 +0000] rev 233
.

2004-03-22.
marci [Mon, 22 Mar 2004 15:53:05 +0000] rev 232
.

2004-03-22.
marci [Mon, 22 Mar 2004 13:08:24 +0000] rev 231
.

2004-03-22.
marci [Mon, 22 Mar 2004 12:17:44 +0000] rev 230
.

2004-03-22DocFix
alpar [Mon, 22 Mar 2004 10:21:30 +0000] rev 229
DocFix

2004-03-21Bugfix
alpar [Sun, 21 Mar 2004 18:43:15 +0000] rev 228
Bugfix

2004-03-21aprosagok
klao [Sun, 21 Mar 2004 17:20:20 +0000] rev 227
aprosagok

2004-03-21Reszutas konstruktorok
klao [Sun, 21 Mar 2004 17:09:16 +0000] rev 226
Reszutas konstruktorok

2004-03-21Ut struktura. Elso valtozat.
klao [Sun, 21 Mar 2004 16:16:08 +0000] rev 225
Ut struktura. Elso valtozat.

2004-03-21Some doc added
alpar [Sun, 21 Mar 2004 14:59:51 +0000] rev 224
Some doc added

2004-03-21Dijkstra, bin_heap, fib_heap added to the doc.
alpar [Sun, 21 Mar 2004 14:58:48 +0000] rev 223
Dijkstra, bin_heap, fib_heap added to the doc.

2004-03-20Aprosagok...
alpar [Sat, 20 Mar 2004 21:38:16 +0000] rev 222
Aprosagok...

2004-03-20map.get(v) <- map[v] csere
jacint [Sat, 20 Mar 2004 20:08:24 +0000] rev 221
map.get(v) <- map[v] csere

2004-03-20*** empty log message ***
jacint [Sat, 20 Mar 2004 20:06:23 +0000] rev 220
*** empty log message ***

2004-03-20*** empty log message ***
jacint [Sat, 20 Mar 2004 19:39:42 +0000] rev 219
*** empty log message ***

2004-03-20unionfind: componentSize tagfv
beckerjc [Sat, 20 Mar 2004 17:01:45 +0000] rev 218
unionfind: componentSize tagfv

kruskal: osztalyositva; lehet beadni sajat elorendezett el-koltseg vektort
nem tul elegans megoldas...

2004-03-20Several bugfixes
alpar [Sat, 20 Mar 2004 16:13:19 +0000] rev 217
Several bugfixes

2004-03-20.
alpar [Sat, 20 Mar 2004 16:10:26 +0000] rev 216
.

2004-03-20bool map problems solved.
alpar [Sat, 20 Mar 2004 16:07:19 +0000] rev 215
bool map problems solved.
(now operator[] gives back 'std::vector<T>::reference' rather that 'T&')

2004-03-20Feluton az uj map stilus fele.
klao [Sat, 20 Mar 2004 13:48:04 +0000] rev 214
Feluton az uj map stilus fele.
Nehany const javitas.

2004-03-20.
marci [Sat, 20 Mar 2004 11:32:44 +0000] rev 213
.

2004-03-20.
marci [Sat, 20 Mar 2004 11:19:00 +0000] rev 212
.

2004-03-19updating
jacint [Fri, 19 Mar 2004 22:16:05 +0000] rev 211
updating

2004-03-19get() -> operator[]()
alpar [Fri, 19 Mar 2004 21:15:14 +0000] rev 210
get() -> operator[]()

2004-03-19get() -> operator[]()
alpar [Fri, 19 Mar 2004 20:58:39 +0000] rev 209
get() -> operator[]()

2004-03-19warnings
marci [Fri, 19 Mar 2004 15:41:58 +0000] rev 208
warnings

2004-03-19M?g ?rtam bele 2 dolgot, meg a tesztelot is kibovitettem.
athos [Fri, 19 Mar 2004 14:47:36 +0000] rev 207
M?g ?rtam bele 2 dolgot, meg a tesztelot is kibovitettem.

2004-03-19.
marci [Fri, 19 Mar 2004 09:09:20 +0000] rev 206
.

2004-03-19.
alpar [Fri, 19 Mar 2004 07:59:52 +0000] rev 205
.

2004-03-19.
alpar [Fri, 19 Mar 2004 07:58:58 +0000] rev 204
.

2004-03-19.
alpar [Fri, 19 Mar 2004 07:40:00 +0000] rev 203
.

2004-03-19Documentation page for maps.
alpar [Fri, 19 Mar 2004 07:39:09 +0000] rev 202
Documentation page for maps.

2004-03-18Alp?r javaslat?ra k?sz?tettem egy strukt?r?t 2 dimenzi?s vektorok (s?kvektorok) t?rol?s?ra. Olyasmiket tud, amiket s?kvektorokt?l szeretn?nk. A neve: xy, a hasonl? nevu .h file-ban tal?lhat?.
athos [Thu, 18 Mar 2004 16:50:07 +0000] rev 201
Alp?r javaslat?ra k?sz?tettem egy strukt?r?t 2 dimenzi?s vektorok (s?kvektorok) t?rol?s?ra. Olyasmiket tud, amiket s?kvektorokt?l szeretn?nk. A neve: xy, a hasonl? nevu .h file-ban tal?lhat?.

2004-03-18.
marci [Thu, 18 Mar 2004 12:07:37 +0000] rev 200
.

2004-03-18.
marci [Thu, 18 Mar 2004 11:35:41 +0000] rev 199
.

2004-03-17max cardinality bipartite matching demo, something to play with it
marci [Wed, 17 Mar 2004 18:18:26 +0000] rev 198
max cardinality bipartite matching demo, something to play with it

2004-03-17.
marci [Wed, 17 Mar 2004 17:04:41 +0000] rev 197
.

2004-03-17.
marci [Wed, 17 Mar 2004 16:10:33 +0000] rev 196
.

2004-03-17.
marci [Wed, 17 Mar 2004 15:41:00 +0000] rev 195
.

2004-03-17.
marci [Wed, 17 Mar 2004 15:09:48 +0000] rev 194
.

2004-03-17.
marci [Wed, 17 Mar 2004 15:01:04 +0000] rev 193
.

2004-03-17.
marci [Wed, 17 Mar 2004 14:50:01 +0000] rev 192
.

2004-03-17.
marci [Wed, 17 Mar 2004 13:33:13 +0000] rev 191
.

2004-03-16leda_graph_wrapper.h
marci [Tue, 16 Mar 2004 15:28:04 +0000] rev 190
leda_graph_wrapper.h

2004-03-16LedaGraph -> LedaGraphWrapper
marci [Tue, 16 Mar 2004 15:27:20 +0000] rev 189
LedaGraph -> LedaGraphWrapper

2004-03-16.
marci [Tue, 16 Mar 2004 13:06:06 +0000] rev 188
.

2004-03-15.
alpar [Mon, 15 Mar 2004 16:42:26 +0000] rev 187
.

2004-03-15.
alpar [Mon, 15 Mar 2004 16:30:20 +0000] rev 186
.

2004-03-13Dynamic maps became the defaults.
alpar [Sat, 13 Mar 2004 22:53:07 +0000] rev 185
Dynamic maps became the defaults.
Maps got copy constructors and operator=. Also work between different types.
SymSmartGraph added
smart_graph_demo.cc was extended.

2004-03-13.
alpar [Sat, 13 Mar 2004 22:49:54 +0000] rev 184
.

2004-03-13put the namespace into the main #ifdef
alpar [Sat, 13 Mar 2004 22:48:43 +0000] rev 183
put the namespace into the main #ifdef

2004-03-13More comments, bug fixes, and copy constructors
alpar [Sat, 13 Mar 2004 22:40:36 +0000] rev 182
More comments, bug fixes, and copy constructors

2004-03-12leda graph wrapper
marci [Fri, 12 Mar 2004 20:11:31 +0000] rev 181
leda graph wrapper

2004-03-12.
marci [Fri, 12 Mar 2004 20:09:35 +0000] rev 180
.

2004-03-12const
marci [Fri, 12 Mar 2004 16:37:08 +0000] rev 179
const

2004-03-12Node <-> NodeIt correction in next
marci [Fri, 12 Mar 2004 16:13:44 +0000] rev 178
Node <-> NodeIt correction in next

2004-03-12Marci's changes accepted.
alpar [Fri, 12 Mar 2004 15:42:51 +0000] rev 177
Marci's changes accepted.

2004-03-12.
marci [Fri, 12 Mar 2004 09:46:44 +0000] rev 176
.

2004-03-12correcting implicit typenames
marci [Fri, 12 Mar 2004 09:40:03 +0000] rev 175
correcting implicit typenames

2004-03-12towards on ListGraph, SmartGraph compatibility
marci [Fri, 12 Mar 2004 09:19:54 +0000] rev 174
towards on ListGraph, SmartGraph compatibility

2004-03-11*** empty log message ***
jacint [Thu, 11 Mar 2004 23:31:13 +0000] rev 173
*** empty log message ***

2004-03-11Uj kupac nevezektan
klao [Thu, 11 Mar 2004 19:24:28 +0000] rev 172
Uj kupac nevezektan

2004-03-11hurokeles bug
klao [Thu, 11 Mar 2004 19:19:52 +0000] rev 171
hurokeles bug

2004-03-11*** empty log message ***
jacint [Thu, 11 Mar 2004 18:17:20 +0000] rev 170
*** empty log message ***

2004-03-11egy kicsit szebb INVALID
klao [Thu, 11 Mar 2004 15:57:17 +0000] rev 169
egy kicsit szebb INVALID

2004-03-11graph wrapper improvements, blocking flow on fly
marci [Thu, 11 Mar 2004 14:15:07 +0000] rev 168
graph wrapper improvements, blocking flow on fly

2004-03-11*** empty log message ***
jacint [Thu, 11 Mar 2004 12:55:50 +0000] rev 167
*** empty log message ***

2004-03-11*** empty log message ***
jacint [Thu, 11 Mar 2004 11:03:22 +0000] rev 166
*** empty log message ***

2004-03-10Some mod in the doc
alpar [Wed, 10 Mar 2004 17:49:55 +0000] rev 165
Some mod in the doc

2004-03-10New graph interface
alpar [Wed, 10 Mar 2004 17:47:54 +0000] rev 164
New graph interface

2004-03-10Emtygraph with the new interface
alpar [Wed, 10 Mar 2004 16:46:17 +0000] rev 163
Emtygraph with the new interface

2004-03-10Declarations and definitions of Invalid and INVALID
alpar [Wed, 10 Mar 2004 16:43:50 +0000] rev 162
Declarations and definitions of Invalid and INVALID

2004-03-09*** empty log message ***
jacint [Tue, 09 Mar 2004 18:42:14 +0000] rev 161
*** empty log message ***

2004-03-09*** empty log message ***
jacint [Tue, 09 Mar 2004 15:53:19 +0000] rev 160
*** empty log message ***

2004-03-09*** empty log message ***
jacint [Tue, 09 Mar 2004 15:32:40 +0000] rev 159
*** empty log message ***

2004-03-08a lot of interesting and very useful wrapper graphs
marci [Mon, 08 Mar 2004 12:29:07 +0000] rev 158
a lot of interesting and very useful wrapper graphs

2004-03-07One more step toward the standars interface.
alpar [Sun, 07 Mar 2004 19:33:34 +0000] rev 157
One more step toward the standars interface.

2004-03-04.
marci [Thu, 04 Mar 2004 19:45:06 +0000] rev 156
.

2004-03-04graph wrappers
marci [Thu, 04 Mar 2004 19:38:07 +0000] rev 155
graph wrappers

2004-03-04*** empty log message ***
marci [Thu, 04 Mar 2004 15:13:43 +0000] rev 154
*** empty log message ***

2004-03-04.
beckerjc [Thu, 04 Mar 2004 13:08:17 +0000] rev 153
.

2004-03-04.
beckerjc [Thu, 04 Mar 2004 13:01:53 +0000] rev 152
.

2004-03-04.
marci [Thu, 04 Mar 2004 12:59:24 +0000] rev 151
.

2004-03-03Uni?-HolVan strukt?ra,
beckerjc [Wed, 03 Mar 2004 19:16:48 +0000] rev 150
Uni?-HolVan strukt?ra,
Kruskal algoritmus,
hozz?val? kis tesztf?jl ?s Makefile.

2004-03-03Apr?bb jav?t?sok.
beckerjc [Wed, 03 Mar 2004 19:14:27 +0000] rev 149
Apr?bb jav?t?sok.

2004-03-03G.next(...), G.valid(...), ...
marci [Wed, 03 Mar 2004 14:30:38 +0000] rev 148
G.next(...), G.valid(...), ...

2004-03-02Step toward to a standardised graph interface.
alpar [Tue, 02 Mar 2004 20:40:39 +0000] rev 147
Step toward to a standardised graph interface.

2004-03-02.
marci [Tue, 02 Mar 2004 18:24:00 +0000] rev 146
.

2004-03-02next() -> getNext()
alpar [Tue, 02 Mar 2004 15:45:27 +0000] rev 145
next() -> getNext()
goNext() -> next()

2004-03-02BfsIterator4, DfsIterator4 extension
marci [Tue, 02 Mar 2004 14:51:13 +0000] rev 144
BfsIterator4, DfsIterator4 extension

2004-03-01nagytakaritas
jacint [Mon, 01 Mar 2004 17:34:37 +0000] rev 143
nagytakaritas

2004-03-01nagytakaritas
jacint [Mon, 01 Mar 2004 17:24:34 +0000] rev 142
nagytakaritas

2004-03-01.
marci [Mon, 01 Mar 2004 16:32:50 +0000] rev 141
.

2004-03-01*** empty log message ***
jacint [Mon, 01 Mar 2004 14:43:07 +0000] rev 140
*** empty log message ***

2004-03-01next, getNext
marci [Mon, 01 Mar 2004 14:33:00 +0000] rev 139
next, getNext

2004-03-01.
marci [Mon, 01 Mar 2004 12:06:56 +0000] rev 138
.

2004-03-01ResGraph3::EdgeMap<T>
marci [Mon, 01 Mar 2004 11:33:10 +0000] rev 137
ResGraph3::EdgeMap<T>

2004-02-27Zoli listaja
alpar [Fri, 27 Feb 2004 14:20:47 +0000] rev 136
Zoli listaja

2004-02-27blocking flow improvement
marci [Fri, 27 Feb 2004 13:58:41 +0000] rev 135
blocking flow improvement

2004-02-27nem hekkelunk.
marci [Fri, 27 Feb 2004 12:58:17 +0000] rev 134
nem hekkelunk.

2004-02-27Dinits blocking flow added to edmonds_karp_demo.hh.
marci [Fri, 27 Feb 2004 12:39:15 +0000] rev 133
Dinits blocking flow added to edmonds_karp_demo.hh.

2004-02-26makefile: tobb include konyvtar, jobb depend keszites
klao [Thu, 26 Feb 2004 16:07:40 +0000] rev 132
makefile: tobb include konyvtar, jobb depend keszites
flow_test.cc: torolve, mert a depend-et megakasztja, igy gondolom nem is fordul

2004-02-26Alpar SmartGraph-janak atirasa
jacint [Thu, 26 Feb 2004 11:38:51 +0000] rev 131
Alpar SmartGraph-janak atirasa

2004-02-25.
alpar [Wed, 25 Feb 2004 15:27:17 +0000] rev 130
.

2004-02-25setInvalid() functions added.
alpar [Wed, 25 Feb 2004 15:26:39 +0000] rev 129
setInvalid() functions added.

2004-02-25.
alpar [Wed, 25 Feb 2004 12:11:28 +0000] rev 128
.

2004-02-24private typedef problemak
klao [Tue, 24 Feb 2004 18:22:53 +0000] rev 127
private typedef problemak

2004-02-24Makefile a html-hez. A verbatim m?dok elk?sz?t?se.
beckerjc [Tue, 24 Feb 2004 16:36:02 +0000] rev 126
Makefile a html-hez. A verbatim m?dok elk?sz?t?se.

2004-02-234.4.1-es ledahoz a demo atalakitva
klao [Mon, 23 Feb 2004 19:02:16 +0000] rev 125
4.4.1-es ledahoz a demo atalakitva

2004-02-23.
alpar [Mon, 23 Feb 2004 17:33:50 +0000] rev 124
.

2004-02-23Sajat dtd es dsl kezdetleges valtozatai.
beckerjc [Mon, 23 Feb 2004 16:38:49 +0000] rev 123
Sajat dtd es dsl kezdetleges valtozatai.

2004-02-23generalt fajlok torlese
beckerjc [Mon, 23 Feb 2004 16:34:08 +0000] rev 122
generalt fajlok torlese

2004-02-23include unistd
jacint [Mon, 23 Feb 2004 13:23:53 +0000] rev 121
include unistd

2004-02-23Itt van.
athos [Mon, 23 Feb 2004 11:31:14 +0000] rev 120
Itt van.

2004-02-23Alpar, nezz bele
athos [Mon, 23 Feb 2004 11:17:41 +0000] rev 119
Alpar, nezz bele

2004-02-23Improvements in 'Timer'/'TimeStamp'
alpar [Mon, 23 Feb 2004 07:05:27 +0000] rev 118
Improvements in 'Timer'/'TimeStamp'

2004-02-22Timer class for measuring user/system time added.
alpar [Sun, 22 Feb 2004 15:17:58 +0000] rev 117
Timer class for measuring user/system time added.

2004-02-22Bugfix in Dyn{Node|Edge}Maps.
alpar [Sun, 22 Feb 2004 15:16:54 +0000] rev 116
Bugfix in Dyn{Node|Edge}Maps.

2004-02-22.
alpar [Sun, 22 Feb 2004 12:51:34 +0000] rev 115
.

2004-02-22marci ->hugo
alpar [Sun, 22 Feb 2004 12:43:48 +0000] rev 114
marci ->hugo

2004-02-22*** empty log message ***
jacint [Sun, 22 Feb 2004 12:17:16 +0000] rev 113
*** empty log message ***

2004-02-22*** empty log message ***
jacint [Sun, 22 Feb 2004 11:45:38 +0000] rev 112
*** empty log message ***

2004-02-21*** empty log message ***
jacint [Sat, 21 Feb 2004 22:15:11 +0000] rev 111
*** empty log message ***

2004-02-21leiras
jacint [Sat, 21 Feb 2004 21:40:59 +0000] rev 110
leiras

2004-02-21Flows with test files. The best is preflow.h
jacint [Sat, 21 Feb 2004 21:01:22 +0000] rev 109
Flows with test files. The best is preflow.h

2004-02-20Dynamic Maps added.
alpar [Fri, 20 Feb 2004 22:01:02 +0000] rev 108
Dynamic Maps added.

2004-02-20marci -> hugo
alpar [Fri, 20 Feb 2004 21:59:34 +0000] rev 107
marci -> hugo
resize -> update

2004-02-20.
alpar [Fri, 20 Feb 2004 21:57:39 +0000] rev 106
.

2004-02-20marci -> hugo replacements
alpar [Fri, 20 Feb 2004 21:45:07 +0000] rev 105
marci -> hugo replacements
resize -> update replacements

2004-02-20A smart (and fast) graph class
alpar [Fri, 20 Feb 2004 00:29:19 +0000] rev 104
A smart (and fast) graph class

2004-02-20.
alpar [Fri, 20 Feb 2004 00:27:49 +0000] rev 103
.

2004-02-19The best etik-ol flow alg so far.
jacint [Thu, 19 Feb 2004 22:28:33 +0000] rev 102
The best etik-ol flow alg so far.

2004-02-18another heuristic
jacint [Wed, 18 Feb 2004 21:50:45 +0000] rev 101
another heuristic

2004-02-18.
marci [Wed, 18 Feb 2004 17:27:13 +0000] rev 100
.

2004-02-18dfs iterator: DfsIterator4 improved version
marci [Wed, 18 Feb 2004 15:58:28 +0000] rev 99
dfs iterator: DfsIterator4 improved version

2004-02-18egyfajta preflow
jacint [Wed, 18 Feb 2004 14:43:01 +0000] rev 98
egyfajta preflow

2004-02-18javitott valtozat
jacint [Wed, 18 Feb 2004 14:42:38 +0000] rev 97
javitott valtozat

2004-02-18numerical results
marci [Wed, 18 Feb 2004 13:06:41 +0000] rev 96
numerical results

2004-02-18.
marci [Wed, 18 Feb 2004 12:45:44 +0000] rev 95
.

2004-02-17.
alpar [Tue, 17 Feb 2004 16:59:52 +0000] rev 94
.

2004-02-17It is working...
alpar [Tue, 17 Feb 2004 14:04:46 +0000] rev 93
It is working...

2004-02-17.
alpar [Tue, 17 Feb 2004 13:26:44 +0000] rev 92
.

2004-02-17.
alpar [Tue, 17 Feb 2004 12:27:49 +0000] rev 91
.

2004-02-17for alpar's sake...
marci [Tue, 17 Feb 2004 12:26:25 +0000] rev 90
for alpar's sake...

2004-02-17mostmar jonak tunik jacint mind2 flow-ja
marci [Tue, 17 Feb 2004 11:46:27 +0000] rev 89
mostmar jonak tunik jacint mind2 flow-ja

2004-02-17fast version
jacint [Tue, 17 Feb 2004 11:43:22 +0000] rev 88
fast version

2004-02-17mostmar pontosabb erteket ad
marci [Tue, 17 Feb 2004 11:24:21 +0000] rev 87
mostmar pontosabb erteket ad

2004-02-17next, goNext
marci [Tue, 17 Feb 2004 11:23:00 +0000] rev 86
next, goNext

2004-02-17*** empty log message ***
jacint [Tue, 17 Feb 2004 11:16:39 +0000] rev 85
*** empty log message ***

2004-02-17after debugging
jacint [Tue, 17 Feb 2004 09:34:55 +0000] rev 84
after debugging

2004-02-17debuggolt valtozatok
jacint [Tue, 17 Feb 2004 08:59:49 +0000] rev 83
debuggolt valtozatok

2004-02-16Can you test more preflow algs?
marci [Mon, 16 Feb 2004 18:15:31 +0000] rev 82
Can you test more preflow algs?

2004-02-16#include<vector> added
alpar [Mon, 16 Feb 2004 16:36:12 +0000] rev 81
#include<vector> added

2004-02-16Several bugfixes
alpar [Mon, 16 Feb 2004 16:27:49 +0000] rev 80
Several bugfixes

2004-02-16delete
jacint [Mon, 16 Feb 2004 16:21:22 +0000] rev 79
delete

2004-02-16modern valtozat
jacint [Mon, 16 Feb 2004 16:15:58 +0000] rev 78
modern valtozat

2004-02-16Kijavitottam a preflow_push algoritmust az uj koncept szerint.
athos [Mon, 16 Feb 2004 15:57:59 +0000] rev 77
Kijavitottam a preflow_push algoritmust az uj koncept szerint.

2004-02-16.
marci [Mon, 16 Feb 2004 11:38:19 +0000] rev 76
.

2004-02-16.
marci [Mon, 16 Feb 2004 11:29:48 +0000] rev 75
.

2004-02-16.
alpar [Mon, 16 Feb 2004 10:57:01 +0000] rev 74
.

2004-02-13.
marci [Fri, 13 Feb 2004 15:57:22 +0000] rev 73
.

2004-02-13modern valtozat
jacint [Fri, 13 Feb 2004 15:12:10 +0000] rev 72
modern valtozat

2004-02-12read_dimacs_demo: measures elapsed time
marci [Thu, 12 Feb 2004 18:11:08 +0000] rev 71
read_dimacs_demo: measures elapsed time

2004-02-10.
alpar [Tue, 10 Feb 2004 13:29:15 +0000] rev 70
.

2004-02-09.
marci [Mon, 09 Feb 2004 13:11:10 +0000] rev 69
.

2004-02-06Bookmark-okkal, b?r el?g bugosan.
beckerjc [Fri, 06 Feb 2004 15:55:06 +0000] rev 68
Bookmark-okkal, b?r el?g bugosan.

2004-02-06.
marci [Fri, 06 Feb 2004 11:45:47 +0000] rev 67
.

2004-02-05docbook dokumentacio illusztracio
beckerjc [Thu, 05 Feb 2004 17:35:42 +0000] rev 66
docbook dokumentacio illusztracio

2004-02-05Some Graph wrapper classes
alpar [Thu, 05 Feb 2004 15:56:12 +0000] rev 65
Some Graph wrapper classes

2004-02-05.
marci [Thu, 05 Feb 2004 15:06:45 +0000] rev 64
.

2004-02-04added the loader for the DIMACS file format
ladanyi [Wed, 04 Feb 2004 18:59:07 +0000] rev 63
added the loader for the DIMACS file format

2004-02-04{}'s has been inserted after the function declarations. (For Misi's sake.)
alpar [Wed, 04 Feb 2004 16:02:48 +0000] rev 62
{}'s has been inserted after the function declarations. (For Misi's sake.)

2004-02-04ValueType/KeyType is NodeMap/EdgeMap
alpar [Wed, 04 Feb 2004 14:36:46 +0000] rev 61
ValueType/KeyType is NodeMap/EdgeMap

2004-02-04.
marci [Wed, 04 Feb 2004 12:59:17 +0000] rev 60
.

2004-02-04.
marci [Wed, 04 Feb 2004 12:46:33 +0000] rev 59
.

2004-02-04BfsIterator2
marci [Wed, 04 Feb 2004 12:45:32 +0000] rev 58
BfsIterator2

2004-02-04To make clear, clean() became clear().
alpar [Wed, 04 Feb 2004 12:34:15 +0000] rev 57
To make clear, clean() became clear().

2004-02-04Some correction proposed by Marci.
alpar [Wed, 04 Feb 2004 11:55:27 +0000] rev 56
Some correction proposed by Marci.

2004-02-03aNode(), bNode(), head() and tail() added
alpar [Tue, 03 Feb 2004 13:41:46 +0000] rev 55
aNode(), bNode(), head() and tail() added

2004-02-03.
alpar [Tue, 03 Feb 2004 13:29:49 +0000] rev 54
.

2004-02-03.
alpar [Tue, 03 Feb 2004 12:42:54 +0000] rev 53
.

2004-02-03An empty Graph class.
alpar [Tue, 03 Feb 2004 12:41:29 +0000] rev 52
An empty Graph class.

2004-01-30atrendezes
marci [Fri, 30 Jan 2004 15:23:46 +0000] rev 51
atrendezes

2004-01-30*** empty log message ***
jacint [Fri, 30 Jan 2004 14:56:11 +0000] rev 50
*** empty log message ***

2004-01-30marci_graph_demo in new concept
marci [Fri, 30 Jan 2004 14:55:10 +0000] rev 49
marci_graph_demo in new concept

2004-01-30marci_graph_demo, iterator_bfs_dfs_demo
marci [Fri, 30 Jan 2004 14:54:32 +0000] rev 48
marci_graph_demo, iterator_bfs_dfs_demo

2004-01-30Moved to /jacint
jacint [Fri, 30 Jan 2004 14:53:17 +0000] rev 47
Moved to /jacint

2004-01-30marci_list_graph.hh in the new upper-cased concept
marci [Fri, 30 Jan 2004 14:52:04 +0000] rev 46
marci_list_graph.hh in the new upper-cased concept

2004-01-30iterator style bfs, dfs
marci [Fri, 30 Jan 2004 14:51:01 +0000] rev 45
iterator style bfs, dfs

2004-01-30some informations on the upper-cased new graph concept
marci [Fri, 30 Jan 2004 14:50:10 +0000] rev 44
some informations on the upper-cased new graph concept

2004-01-30marci_max_flow.hh in the new concept
marci [Fri, 30 Jan 2004 14:49:04 +0000] rev 43
marci_max_flow.hh in the new concept

2004-01-30marci_bfs.hh in the new, upper-case concept, and som further improvements
marci [Fri, 30 Jan 2004 14:48:06 +0000] rev 42
marci_bfs.hh in the new, upper-case concept, and som further improvements

2004-01-29bin_heap.hh:
klao [Thu, 29 Jan 2004 17:47:41 +0000] rev 41
bin_heap.hh:
erase metodus
empty szebben :)

2004-01-27Jacint conflict-janak kijavitasa
klao [Tue, 27 Jan 2004 21:36:17 +0000] rev 40
Jacint conflict-janak kijavitasa

2004-01-27Alap leiras a BinHeap -rol
klao [Tue, 27 Jan 2004 21:23:33 +0000] rev 39
Alap leiras a BinHeap -rol

BinHeap::state() befejezese

2004-01-27-MM sajnos mashogy mukodik meg a 3.0 alatt
klao [Tue, 27 Jan 2004 19:17:46 +0000] rev 38
-MM sajnos mashogy mukodik meg a 3.0 alatt
-ansi -pedantic
bin_heap_demo hozzaadva a binarisokhoz

2004-01-27Generikus binaris kupac implementacio.
klao [Tue, 27 Jan 2004 19:16:38 +0000] rev 37
Generikus binaris kupac implementacio.
Alap demo file mukodesenek bemutatasahoz.

2004-01-27preflow_push.hh: Preflow-push valtozat by athos
athos [Tue, 27 Jan 2004 16:23:51 +0000] rev 36
preflow_push.hh: Preflow-push valtozat by athos
A tesztfile: pf_demo.cc
Kulon makefile is van.

2004-01-26.
alpar [Mon, 26 Jan 2004 11:17:14 +0000] rev 35
.

2004-01-25Okos makefile
klao [Sun, 25 Jan 2004 18:33:17 +0000] rev 34
Okos makefile
depend szabalyok
egyszeru valami.cc -> valami esetek implicit szabalyokkal

2004-01-23Primitive Dijkstra with stl priority queue. flow_test.cc is for testing flows and Dijkstra.
jacint [Fri, 23 Jan 2004 22:26:13 +0000] rev 33
Primitive Dijkstra with stl priority queue. flow_test.cc is for testing flows and Dijkstra.

2004-01-23A new version is coming.
jacint [Fri, 23 Jan 2004 22:22:12 +0000] rev 32
A new version is coming.

2004-01-22c++
marci [Thu, 22 Jan 2004 17:04:38 +0000] rev 31
c++

2004-01-21is_valid changed to valid
jacint [Wed, 21 Jan 2004 14:51:05 +0000] rev 30
is_valid changed to valid

2004-01-21.
alpar [Wed, 21 Jan 2004 08:39:33 +0000] rev 29
.

2004-01-21@insertcopying is kikommentezve.
alpar [Wed, 21 Jan 2004 08:38:45 +0000] rev 28
@insertcopying is kikommentezve.

2004-01-21a @copying-gal baj van -> kikommentezve!
alpar [Wed, 21 Jan 2004 08:37:17 +0000] rev 27
a @copying-gal baj van -> kikommentezve!

2004-01-21a @tie nem megy a neumannon
alpar [Wed, 21 Jan 2004 08:36:30 +0000] rev 26
a @tie nem megy a neumannon

2004-01-21.
alpar [Wed, 21 Jan 2004 08:28:57 +0000] rev 25
.

2004-01-20makefile for the flow algorithms by jacint
jacint [Tue, 20 Jan 2004 21:28:29 +0000] rev 24
makefile for the flow algorithms by jacint

2004-01-20Test for the flow algorithms
jacint [Tue, 20 Jan 2004 21:27:45 +0000] rev 23
Test for the flow algorithms

2004-01-20A reverse bfs
jacint [Tue, 20 Jan 2004 21:27:28 +0000] rev 22
A reverse bfs

2004-01-20A max flow algorithm counting only the max flow value
jacint [Tue, 20 Jan 2004 21:27:10 +0000] rev 21
A max flow algorithm counting only the max flow value

2004-01-20A max flow algorithm
jacint [Tue, 20 Jan 2004 21:22:35 +0000] rev 20
A max flow algorithm

2004-01-20*** empty log message ***
marci [Tue, 20 Jan 2004 17:39:13 +0000] rev 19
*** empty log message ***

2004-01-20A documentation proposal using texinfo.
alpar [Tue, 20 Jan 2004 11:21:42 +0000] rev 18
A documentation proposal using texinfo.

2004-01-16make_invalid()
marci [Fri, 16 Jan 2004 11:22:05 +0000] rev 17
make_invalid()

2004-01-16*** empty log message ***
marci [Fri, 16 Jan 2004 11:21:47 +0000] rev 16
*** empty log message ***

2004-01-16new method for making invalid iterators: make_invalid()
marci [Fri, 16 Jan 2004 11:20:09 +0000] rev 15
new method for making invalid iterators: make_invalid()

2004-01-12reimplemented max_flow algorithm class with bfs_iterator1
marci [Mon, 12 Jan 2004 11:50:52 +0000] rev 14
reimplemented max_flow algorithm class with bfs_iterator1

2004-01-12b_node bug correction
marci [Mon, 12 Jan 2004 11:49:56 +0000] rev 13
b_node bug correction

2004-01-12.
marci [Mon, 12 Jan 2004 11:49:16 +0000] rev 12
.

2004-01-12bfs_iterator1
marci [Mon, 12 Jan 2004 11:48:49 +0000] rev 11
bfs_iterator1

2004-01-09property vectorokhoz korabban is letezo
marci [Fri, 09 Jan 2004 14:57:01 +0000] rev 10
property vectorokhoz korabban is letezo
fill constructorok dokumentaciojat beraktam a doksiba

2003-12-30marci
marci [Tue, 30 Dec 2003 13:59:08 +0000] rev 9
marci

2003-12-16-New test: bfsdemo2.cc added
alpar [Tue, 16 Dec 2003 18:17:51 +0000] rev 8
-New test: bfsdemo2.cc added
- Graph class has a NodeMap and an EdgeMap member class
- default_bfs_T uning the above Maps is added
- a (property)map must provide a member function SetG() to attach the map
to a graph

2003-12-16.
alpar [Tue, 16 Dec 2003 17:52:52 +0000] rev 7
.

2003-12-16!!!Tests!!!
alpar [Tue, 16 Dec 2003 16:19:08 +0000] rev 6
!!!Tests!!!

2003-12-15.
alpar [Mon, 15 Dec 2003 17:46:22 +0000] rev 5
.

2003-12-14a 'bfs algorithm class' proposal added
alpar [Sun, 14 Dec 2003 15:32:46 +0000] rev 4
a 'bfs algorithm class' proposal added

2003-12-13- Marci type iterator constructors
alpar [Sat, 13 Dec 2003 15:44:50 +0000] rev 3
- Marci type iterator constructors
- src/demo/bfsdemo.cc: demo for bfs.h
- cosmetical changes

2003-12-11bfs
alpar [Thu, 11 Dec 2003 07:24:53 +0000] rev 2
bfs

2003-12-06src/demo/graph.h: a proposal for a graph implementation
alpar [Sat, 06 Dec 2003 19:32:27 +0000] rev 1
src/demo/graph.h: a proposal for a graph implementation
src/demo/graphdemo.cc: a simle demo using graph.h

2003-12-06Initial revision
alpar [Sat, 06 Dec 2003 19:14:54 +0000] rev 0
Initial revision