Tue, 06 Dec 2005 11:59:44 +0000Bugfix
marci [Tue, 06 Dec 2005 11:59:44 +0000] rev 1850
Bugfix

Tue, 06 Dec 2005 10:53:38 +0000Notebook 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).

Mon, 05 Dec 2005 17:03:58 +0000Doc bug fix
deba [Mon, 05 Dec 2005 17:03:58 +0000] rev 1848
Doc bug fix

Mon, 05 Dec 2005 17:03:31 +0000- 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.

Sat, 03 Dec 2005 18:30:31 +0000I have forgot the attributes
deba [Sat, 03 Dec 2005 18:30:31 +0000] rev 1846
I have forgot the attributes

Sat, 03 Dec 2005 18:17:29 +0000Implementation redesign
deba [Sat, 03 Dec 2005 18:17:29 +0000] rev 1845
Implementation redesign
Throws exception

Sat, 03 Dec 2005 18:15:43 +0000Changed implementation and bug fix
deba [Sat, 03 Dec 2005 18:15:43 +0000] rev 1844
Changed implementation and bug fix

Fri, 02 Dec 2005 10:02:40 +0000bugfix
alpar [Fri, 02 Dec 2005 10:02:40 +0000] rev 1843
bugfix

Thu, 01 Dec 2005 15:08:46 +0000NewEdgeSetAdaptor -> ListEdgeSet
deba [Thu, 01 Dec 2005 15:08:46 +0000] rev 1842
NewEdgeSetAdaptor -> ListEdgeSet
and moved to edge_set.h

Wed, 30 Nov 2005 17:49:01 +0000bug fix
marci [Wed, 30 Nov 2005 17:49:01 +0000] rev 1841
bug fix

Wed, 30 Nov 2005 17:00:17 +0000max flow with lp column generation
marci [Wed, 30 Nov 2005 17:00:17 +0000] rev 1840
max flow with lp column generation

Wed, 30 Nov 2005 13:24:37 +0000Some bug fix
deba [Wed, 30 Nov 2005 13:24:37 +0000] rev 1839
Some bug fix

Wed, 30 Nov 2005 13:24:23 +0000MapWin 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.

Tue, 29 Nov 2005 19:31:58 +0000Structure 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.

Tue, 29 Nov 2005 08:43:50 +0000Clarify INVALID implementation.
alpar [Tue, 29 Nov 2005 08:43:50 +0000] rev 1836
Clarify INVALID implementation.

Tue, 29 Nov 2005 08:40:03 +0000- 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!!).

Mon, 28 Nov 2005 11:14:59 +0000Doc fix
deba [Mon, 28 Nov 2005 11:14:59 +0000] rev 1834
Doc fix

Mon, 28 Nov 2005 11:14:01 +0000Radix sort algorithm
deba [Mon, 28 Nov 2005 11:14:01 +0000] rev 1833
Radix sort algorithm

Thu, 24 Nov 2005 15:48:53 +0000Bug fix
deba [Thu, 24 Nov 2005 15:48:53 +0000] rev 1832
Bug fix

Wed, 23 Nov 2005 16:24:59 +0000No 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.

Wed, 23 Nov 2005 16:08:02 +0000Document improvments
deba [Wed, 23 Nov 2005 16:08:02 +0000] rev 1830
Document improvments

Wed, 23 Nov 2005 15:42:36 +0000Correcting alteration notifing
deba [Wed, 23 Nov 2005 15:42:36 +0000] rev 1829
Correcting alteration notifing

Wed, 23 Nov 2005 11:20:14 +0000Static maps for bipartite graphs.
deba [Wed, 23 Nov 2005 11:20:14 +0000] rev 1828
Static maps for bipartite graphs.

Tue, 22 Nov 2005 15:15:31 +0000Fixing bug in g++-3.3
deba [Tue, 22 Nov 2005 15:15:31 +0000] rev 1827
Fixing bug in g++-3.3

Tue, 22 Nov 2005 14:35:33 +0000clean-up
ladanyi [Tue, 22 Nov 2005 14:35:33 +0000] rev 1826
clean-up

Tue, 22 Nov 2005 10:27:25 +0000fixed some memory leaks
ladanyi [Tue, 22 Nov 2005 10:27:25 +0000] rev 1825
fixed some memory leaks

Mon, 21 Nov 2005 18:12:11 +0000Erasing old header
deba [Mon, 21 Nov 2005 18:12:11 +0000] rev 1824
Erasing old header
Correcting makefile

Mon, 21 Nov 2005 18:03:20 +0000NewMapWin 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.