klao [Wed, 09 Mar 2005 14:23:36 +0000] rev 1209
Fix a bug noticed by deba.
deba [Wed, 09 Mar 2005 14:15:22 +0000] rev 1208
Easy input-output function for common graphs.
Modified Exception handling in graph_reader.
deba [Wed, 09 Mar 2005 14:13:01 +0000] rev 1207
ExceptionMember helper class.
Modified DataFormatError
IOLogicError
deba [Wed, 09 Mar 2005 14:10:21 +0000] rev 1206
Increase test
Changing test graph
deba [Wed, 09 Mar 2005 14:06:32 +0000] rev 1205
Bug fix in radix heap.
alpar [Mon, 07 Mar 2005 08:54:45 +0000] rev 1204
Minor doc changes
alpar [Mon, 07 Mar 2005 07:57:06 +0000] rev 1203
Nothing special
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
alpar [Sun, 06 Mar 2005 21:20:49 +0000] rev 1201
Bugfix in DijkstraWizard
alpar [Sun, 06 Mar 2005 21:13:24 +0000] rev 1200
Doc improvements
alpar [Sun, 06 Mar 2005 20:44:29 +0000] rev 1199
Missing #ifndef-#define
alpar [Sun, 06 Mar 2005 20:38:28 +0000] rev 1198
Bugfix in BidirGraphWrapper
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
alpar [Fri, 04 Mar 2005 23:14:36 +0000] rev 1196
- Bugfix in setting the previous Node
- Bugfix in DijkstraWizard _source member initialization
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.
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.
deba [Fri, 04 Mar 2005 17:18:25 +0000] rev 1193
Bug fix, and g++ 3.4 compatibility changes.
deba [Fri, 04 Mar 2005 17:16:01 +0000] rev 1192
Adding GraphEdgeSet and GraphNodeSet classes to graph_utils.h.
deba [Fri, 04 Mar 2005 17:14:48 +0000] rev 1191
Correcting explicit declaration.
deba [Fri, 04 Mar 2005 17:13:40 +0000] rev 1190
Bug fix
deba [Fri, 04 Mar 2005 17:12:36 +0000] rev 1189
Bug fix
deba [Fri, 04 Mar 2005 17:11:54 +0000] rev 1188
Fix documentation.
Temporarly removing the exception handling.
deba [Fri, 04 Mar 2005 17:10:23 +0000] rev 1187
concept and checking functions for heaps
deba [Fri, 04 Mar 2005 17:09:24 +0000] rev 1186
Radix heap_implementation
deba [Fri, 04 Mar 2005 17:08:55 +0000] rev 1185
make constructors explicit
athos [Fri, 04 Mar 2005 15:24:07 +0000] rev 1184
Corrected an error (dicussed with marci)
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)
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.
athos [Wed, 02 Mar 2005 09:51:11 +0000] rev 1181
Some work has been done in the quicktour.
alpar [Mon, 28 Feb 2005 13:03:36 +0000] rev 1180
Better color to bw conversion
hegyi [Mon, 28 Feb 2005 12:22:38 +0000] rev 1179
Changing to gtk-mm
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).