Mon, 26 Jun 2006 15:40:35 +0000Smaller 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[]

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

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

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

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

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

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

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

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

Mon, 19 Jun 2006 13:44:06 +0000Improvement:
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.