# # ChangeLog for lemon in lemon-0.x # # Generated by Trac 1.2.3 # 03/29/24 05:26:44 Fri, 03 Nov 2006 16:29:32 GMT Balazs Dezso [2293:1ee6e8788cc7] * lemon/Makefile.am (modified) * lemon/static_graph.h (added) First implementation of the static graph class It could be improved ... Fri, 03 Nov 2006 15:21:52 GMT Balazs Dezso [2292:38d985e82205] * lemon/bits/variant.h (modified) General mapping based variant type Fri, 03 Nov 2006 14:24:44 GMT Balazs Dezso [2291:fbc4af1f9378] * lemon/concepts/bpugraph.h (modified) * lemon/concepts/ugraph.h (modified) Spellchecking Fri, 03 Nov 2006 14:20:24 GMT Balazs Dezso [2290:f30867b359a8] * lemon/bits/graph_extender.h (modified) * lemon/bits/traits.h (modified) * lemon/graph_utils.h (modified) * test/Makefile.am (modified) * test/graph_copy_test.cc (added) GraphCopy and UGraphCopy modifications Preliminary support for ... Fri, 03 Nov 2006 14:14:05 GMT Balazs Dezso [2289:03e4d2128efe] * lemon/bits/debug_map.h (modified) Strict checking disabled Tue, 31 Oct 2006 14:56:13 GMT Balazs Dezso [2287:16954ac69517] * lemon/graph_utils.h (modified) Removing template Map template parameter from InvertableMaps Tue, 31 Oct 2006 14:41:12 GMT Balazs Dezso [2286:1ef281b2b10e] * lemon/graph_utils.h (modified) The implementation of the graph copy is changed Make explicit more ... Tue, 31 Oct 2006 14:31:13 GMT Balazs Dezso [2285:8c5c4b5ae31c] * lemon/random.h (modified) Bug fix Tue, 31 Oct 2006 14:30:54 GMT Balazs Dezso [2284:05ff57dc401d] * lemon/Makefile.am (modified) * lemon/min_cut.h (deleted) * lemon/nagamochi_ibaraki.h (added) Renaming MinCut Tue, 31 Oct 2006 14:28:27 GMT Balazs Dezso [2283:a877258468e4] * lemon/bits/graph_extender.h (modified) Bug fix Tue, 31 Oct 2006 14:27:58 GMT Balazs Dezso [2282:9d7b12f83daa] * lemon/lemon_reader.h (modified) * lemon/lemon_writer.h (modified) Bug fixes Tue, 31 Oct 2006 08:28:55 GMT Alpar Juttner [2277:a7896017fc7d] * lemon/graph_adaptor.h (modified) icpc-9.0 compilation bugfix Mon, 30 Oct 2006 17:22:14 GMT Balazs Dezso [2276:1a8a66b6c6ce] * lemon/Makefile.am (modified) * lemon/min_cost_flow.h (deleted) * lemon/ssp_min_cost_flow.h (added) * lemon/suurballe.h (modified) * test/min_cost_flow_test.cc (modified) Min cost flow is renamed to SspMinCostFlow Mon, 30 Oct 2006 16:26:13 GMT athos [2275:ff46747676ed] * lemon/hao_orlin.h (modified) Small bugs in the documentation 2. Mon, 30 Oct 2006 16:12:44 GMT athos [2273:507232469f5e] * lemon/hao_orlin.h (modified) Small bugs in the documentation. Mon, 30 Oct 2006 12:07:52 GMT Balazs Dezso [2269:fb1c634fff29] * demo/coloring.cc (modified) * lemon/bipartite_matching.h (modified) * lemon/dijkstra.h (modified) * test/all_pairs_shortest_path_test.cc (modified) * test/heap_test.cc (modified) * test/heap_test.h (modified) Bug fix for removing heap Item from template parameter list Mon, 30 Oct 2006 12:01:51 GMT athos [2268:ad15bdd334bf] * lemon/lp_base.h (modified) ColName() -> colName(), Coeff() -> coeff() Mon, 30 Oct 2006 11:32:19 GMT athos [2267:3575f17a6e7f] * lemon/lp_base.h (modified) * lemon/mip_cplex.cc (modified) * lemon/mip_glpk.cc (modified) * test/mip_test.cc (modified) LEMON_INTEGER -> INT Thu, 26 Oct 2006 14:20:17 GMT mqrelly [2263:9273fe7d850c] * lemon/bin_heap.h (modified) * lemon/bipartite_matching.h (modified) * lemon/bucket_heap.h (modified) * lemon/concepts/heap.h (modified) * lemon/dijkstra.h (modified) * lemon/fib_heap.h (modified) * lemon/fredman_tarjan.h (modified) * lemon/johnson.h (modified) * lemon/min_cost_arborescence.h (modified) * lemon/min_cut.h (modified) * lemon/prim.h (modified) * lemon/radix_heap.h (modified) Bug #46 fixed: Superfluous template parameter in Heap concept NOTE: ... Thu, 26 Oct 2006 06:54:13 GMT Alpar Juttner [2261:c52b572c294f] * lemon/concepts/bpugraph.h (modified) * lemon/concepts/ugraph.h (modified) * lemon/smart_graph.h (modified) Doc update Tue, 24 Oct 2006 17:19:16 GMT Alpar Juttner [2260:4274224f8a7d] * Makefile.am (modified) * doc/graphs.dox (modified) * doc/groups.dox (modified) * doc/maps.dox (modified) * doc/namespaces.dox (modified) * lemon/Makefile.am (modified) * lemon/bellman_ford.h (modified) * lemon/bfs.h (modified) * lemon/bits/array_map.h (modified) * lemon/bits/base_extender.h (modified) * lemon/bits/debug_map.h (modified) * lemon/bits/graph_extender.h (modified) * lemon/bits/map_extender.h (modified) * lemon/bits/vector_map.h (modified) * lemon/color.h (modified) * lemon/concept/bpugraph.h (deleted) * lemon/concept/graph.h (deleted) * lemon/concept/graph_components.h (deleted) * lemon/concept/heap.h (deleted) * lemon/concept/maps.h (deleted) * lemon/concept/matrix_maps.h (deleted) * lemon/concept/path.h (deleted) * lemon/concept/ugraph.h (deleted) * lemon/concepts/bpugraph.h (added) * lemon/concepts/graph.h (added) * lemon/concepts/graph_components.h (added) * lemon/concepts/heap.h (added) * lemon/concepts/maps.h (added) * lemon/concepts/matrix_maps.h (added) * lemon/concepts/path.h (added) * lemon/concepts/ugraph.h (added) * lemon/dag_shortest_path.h (modified) * lemon/dfs.h (modified) * lemon/dijkstra.h (modified) * lemon/edge_set.h (modified) * lemon/floyd_warshall.h (modified) * lemon/fredman_tarjan.h (modified) * lemon/full_graph.h (modified) * lemon/graph_adaptor.h (modified) * lemon/grid_ugraph.h (modified) * lemon/hypercube_graph.h (modified) * lemon/johnson.h (modified) * lemon/kruskal.h (modified) * lemon/lemon_reader.h (modified) * lemon/lemon_writer.h (modified) * lemon/list_graph.h (modified) * lemon/lp_base.h (modified) * lemon/maps.h (modified) * lemon/matrix_maps.h (modified) * lemon/min_cost_arborescence.h (modified) * lemon/min_cut.h (modified) * lemon/prim.h (modified) * lemon/smart_graph.h (modified) * lemon/topology.h (modified) * lemon/vmap.h (modified) * test/bfs_test.cc (modified) * test/bpugraph_test.cc (modified) * test/dfs_test.cc (modified) * test/dijkstra_test.cc (modified) * test/edge_set_test.cc (modified) * test/graph_adaptor_test.cc (modified) * test/graph_factory_test.cc (modified) * test/graph_test.cc (modified) * test/heap_test.cc (modified) * test/kruskal_test.cc (modified) * test/maps_test.cc (modified) * test/matrix_maps_test.cc (modified) * test/path_test.cc (modified) * test/preflow_test.cc (modified) * test/test_tools.h (modified) * test/ugraph_test.cc (modified) concept -> concepts (namespace & directory) Tue, 24 Oct 2006 16:49:41 GMT Alpar Juttner [2259:da142c310d02] * lemon/kruskal.h (modified) * lemon/min_cost_arborescence.h (modified) Spellcheck Sun, 22 Oct 2006 19:45:57 GMT Alpar Juttner [2258:741995f3dbc4] * lemon/bin_heap.h (modified) * lemon/maps.h (modified) Docfix. maps.h is still very fuzzy. Fri, 20 Oct 2006 12:06:49 GMT Alpar Juttner [2257:0a9393adc747] * lemon/random.h (modified) Doc improvements. Fri, 20 Oct 2006 12:05:54 GMT Alpar Juttner [2256:b22dfb6c5ff3] * lemon/full_graph.h (modified) * lemon/grid_ugraph.h (modified) * lemon/list_graph.h (modified) * lemon/smart_graph.h (modified) Graph imlementations actually provide ReferenceMaps. Wed, 18 Oct 2006 15:18:27 GMT Balazs Dezso [2255:4a9cc8c800ae] * lemon/bits/item_writer.h (modified) It have not been saved Wed, 18 Oct 2006 15:05:12 GMT Balazs Dezso [2254:50cb2b90daa9] * lemon/bits/item_reader.h (modified) * lemon/bits/item_writer.h (modified) Some improvements on item readers and writers Tue, 17 Oct 2006 11:05:23 GMT Alpar Juttner [2253:1645f6cc9667] * lemon/lp_glpk.cc (modified) * lemon/mip_cplex.cc (modified) * lemon/mip_glpk.cc (modified) Remove superfluous #ifndef boundaries Tue, 17 Oct 2006 11:02:05 GMT Balazs Dezso [2251:37fa5f83251e] * lemon/graph_adaptor.h (modified) Documentation for UndirGraphAdaptor Tue, 17 Oct 2006 11:01:35 GMT Alpar Juttner [2250:b8fbffd35445] * lemon/time_measure.h (modified) Compilation warning resolved. Tue, 17 Oct 2006 11:01:19 GMT Alpar Juttner [2249:dd8e95c663f0] * lemon/random.cc (modified) Compilation warning resolved. Tue, 17 Oct 2006 11:01:16 GMT Balazs Dezso [2248:1ac928089d68] * lemon/maps.h (modified) SimpleMap and SimpleWriteMap - Trivial adaptors, but they are ... Tue, 17 Oct 2006 10:50:57 GMT Balazs Dezso [2247:269a0dcee70b] * lemon/concept/path.h (modified) * lemon/path.h (modified) * test/bfs_test.cc (modified) * test/dfs_test.cc (modified) * test/dijkstra_test.cc (modified) * test/path_test.cc (modified) Update the Path concept Concept check for paths DirPath renamed to ... Tue, 17 Oct 2006 10:42:19 GMT Balazs Dezso [2246:9c472eee236f] * lemon/random.cc (modified) Documentation is moved to source file Tue, 17 Oct 2006 10:40:28 GMT Balazs Dezso [2245:f09b1ea5c249] * lemon/random.h (modified) Little modification on interface and documentation Tue, 17 Oct 2006 10:31:20 GMT Alpar Juttner [2243:5deb7b22a0ec] * lemon/time_measure.h (modified) * test/time_measure_test.cc (modified) Change for better measurement very fast operations (enable a higher ... Sat, 14 Oct 2006 15:26:05 GMT Balazs Dezso [2242:16523135943d] * benchmark/edge_lookup.cc (modified) * benchmark/radix_sort-bench.cc (modified) * benchmark/swap_bipartite_bench.cc (modified) * demo/descriptor_map_demo.cc (modified) * demo/simann_maxcut_demo.cc (modified) * demo/topology_demo.cc (modified) * lemon/hypercube_graph.h (modified) * lemon/random.h (modified) * lemon/simann.h (modified) * test/all_pairs_shortest_path_test.cc (modified) * test/arborescence_test.cc (modified) * test/graph_utils_test.cc (modified) * test/graph_utils_test.h (modified) * test/heap_test.h (modified) * test/matrix_maps_test.cc (modified) * test/radix_sort_test.cc (modified) * test/simann_test.cc (modified) * test/test_tools.h (modified) New random interface Switching to the new interface Thu, 12 Oct 2006 10:53:25 GMT Alpar Juttner [2235:48801095a410] * benchmark/Makefile.am (modified) * benchmark/edge_lookup.cc (added) * benchmark/edge_lookup_test (added) * benchmark/edge_lookup_test.h (added) * lemon/graph_utils.h (modified) EdgeLookUp and AllEdgeLookUp added. Tue, 03 Oct 2006 11:46:39 GMT Balazs Dezso [2231:06faf3f06d67] * lemon/bits/base_extender.h (modified) * lemon/bits/graph_adaptor_extender.h (modified) * lemon/bits/graph_extender.h (modified) * lemon/bpugraph_adaptor.h (modified) * lemon/concept/bpugraph.h (modified) * lemon/concept/graph.h (modified) * lemon/concept/graph_components.h (modified) * lemon/concept/ugraph.h (modified) * lemon/full_graph.h (modified) * lemon/list_graph.h (modified) * lemon/smart_graph.h (modified) * test/Makefile.am (modified) * test/bpugraph_test.cc (added) * test/graph_adaptor_test.cc (modified) * test/graph_test.cc (modified) * test/ugraph_test.cc (modified) Some rearrangement of concepts and extenders BpUGraph concepts and ... Tue, 03 Oct 2006 11:24:41 GMT Balazs Dezso [2230:67af33b34394] * lemon/color.h (modified) * lemon/dijkstra.h (modified) * lemon/johnson.h (modified) * lemon/prim.h (modified) * lemon/random.h (modified) Some doc fix Mon, 02 Oct 2006 16:11:00 GMT Balazs Dezso [2229:4dbb6dd2dd4b] * lemon/Makefile.am (modified) * lemon/bits/mingw32_rand.cc (deleted) * lemon/bits/mingw32_rand.h (deleted) * lemon/hypercube_graph.h (modified) * lemon/random.cc (added) * lemon/random.h (added) * lemon/simann.h (modified) * test/graph_utils_test.h (modified) * test/heap_test.h (modified) * test/test_tools.h (modified) Mersenne Twister random number generator The code is based on the ... Mon, 02 Oct 2006 14:41:53 GMT athos [2228:f71b0f9a7c3a] * lemon/hao_orlin.h (modified) Improved documentation. Mon, 02 Oct 2006 11:18:30 GMT athos [2226:0411ac8a2d87] * lemon/mip_cplex.cc (modified) MIP interface tested (and corrected) for cplex 9.0 Fri, 29 Sep 2006 11:36:30 GMT Balazs Dezso [2225:bb3d5e6f9fcb] * lemon/hao_orlin.h (modified) * lemon/min_cut.h (modified) Doc fix Fri, 29 Sep 2006 11:26:29 GMT Balazs Dezso [2224:f973894da54e] * lemon/edge_set.h (modified) * lemon/sub_graph.h (modified) Moving the file into correct group Fri, 29 Sep 2006 11:25:27 GMT Balazs Dezso [2223:590c1b663a27] * doc/images/grid_ugraph.eps (added) * doc/images/grid_ugraph.png (added) * lemon/full_graph.h (modified) * lemon/grid_ugraph.h (modified) * lemon/hypercube_graph.h (modified) Exporting interface to the Graph class Some documentation improvements Fri, 29 Sep 2006 11:23:54 GMT Balazs Dezso [2222:a24939ee343c] * lemon/bits/base_extender.h (modified) * lemon/bits/graph_extender.h (modified) findEdge extension also for the BpUGraphs proper handling of loop ... Tue, 26 Sep 2006 12:20:22 GMT athos [2221:c7261e981330] * lemon/lp.h (modified) * test/mip_test.cc (modified) Minor changes. Mon, 25 Sep 2006 08:51:08 GMT athos [2220:4473c872599a] * lemon/mip_cplex.cc~ (deleted) * lemon/mip_cplex.h~ (deleted) Too many files added: sorry. Mon, 25 Sep 2006 08:50:36 GMT athos [2219:c263168e0964] * lemon/mip_cplex.cc (added) * lemon/mip_cplex.cc~ (added) * lemon/mip_cplex.h (added) * lemon/mip_cplex.h~ (added) Missing cplex files: sorry. Thu, 21 Sep 2006 14:46:28 GMT athos [2218:50f1a780a5ff] * lemon/Makefile.am (modified) * lemon/lp.h (modified) * lemon/lp_base.h (modified) * lemon/lp_cplex.cc (modified) * lemon/lp_cplex.h (modified) * lemon/mip_glpk.cc (modified) * lemon/mip_glpk.h (modified) * test/mip_test.cc (modified) Interface to the cplex MIP solver: it is little, a bit sour but it is ... Thu, 14 Sep 2006 19:58:29 GMT Balazs Dezso [2217:4a10a45d55f6] * lemon/dim2.h (modified) Doc fix Thu, 14 Sep 2006 18:39:07 GMT Alpar Juttner [2214:a886e48e0d91] * lemon/dim2.h (modified) * lemon/eps.h (modified) Doc improvements Fri, 08 Sep 2006 15:51:32 GMT athos [2213:2c094dfa176d] * lemon/mip_glpk.cc (modified) * test/mip_test.cc (modified) Some corrections. Fri, 08 Sep 2006 08:55:07 GMT Balazs Dezso [2212:0ad3835449f8] * lemon/dim2.h (modified) * test/dim_test.cc (modified) Some small improvments size() and subscription operators ... Thu, 07 Sep 2006 14:16:47 GMT Balazs Dezso [2211:c790d04e192a] * lemon/Makefile.am (modified) * lemon/hao_orlin.h (added) Hao-Orlin algorithm It is based on Attila's work It is tested on ... Thu, 07 Sep 2006 14:04:31 GMT Balazs Dezso [2210:25aab9493dd2] * lemon/iterable_maps.h (modified) Add missing header sentry Thu, 07 Sep 2006 13:27:16 GMT Alpar Juttner [2207:75a29ac69c19] * benchmark/swap_bipartite_bench.cc (modified) * demo/coloring.cc (modified) * demo/descriptor_map_demo.cc (modified) * demo/disjoint_paths_demo.cc (modified) * demo/graph_orientation.cc (modified) * demo/graph_to_eps_demo.cc (modified) * demo/grid_ugraph_demo.cc (modified) * demo/min_route.cc (modified) * demo/strongly_connected_orientation.cc (modified) * demo/topology_demo.cc (modified) * lemon.spec.in (modified) * lemon/Makefile.am (modified) * lemon/bits/bezier.h (modified) * lemon/dim2.h (moved) * lemon/eps.cc (modified) * lemon/eps.h (modified) * lemon/graph_to_eps.h (modified) * lemon/grid_ugraph.h (modified) * lemon/hypercube_graph.h (modified) * lemon/lemon_reader.h (modified) * lemon/lemon_writer.h (modified) * lemon/polynomial.h (modified) * test/Makefile.am (modified) * test/dim_test.cc (moved) * test/polynomial_test.cc (modified) xy -> dim2::Point Wed, 06 Sep 2006 11:39:22 GMT Balazs Dezso [2206:c3ff11b0025c] * lemon/kruskal.h (modified) I forgot to remove the benchmarking part of code Wed, 06 Sep 2006 11:17:12 GMT Balazs Dezso [2205:c20b0eb92a33] * lemon/kruskal.h (modified) * lemon/max_matching.h (modified) * lemon/unionfind.h (modified) * test/unionfind_test.cc (modified) UnionFind Changing the representation of the union-find it has the ... Wed, 06 Sep 2006 10:28:13 GMT Balazs Dezso [2204:5617107d27e9] * lemon/map_iterator.h (modified) Some doc fix Wed, 06 Sep 2006 10:20:55 GMT Balazs Dezso [2203:5f1a83b565fb] * lemon/bits/graph_extender.h (modified) Signaling alterations in BpUGraphs Wed, 06 Sep 2006 10:19:57 GMT Balazs Dezso [2202:09cbc87cb4ab] * lemon/Makefile.am (modified) * lemon/bits/array_map.h (modified) * lemon/bits/debug_map.h (added) * lemon/bits/default_map.h (modified) * lemon/bits/vector_map.h (modified) New map type based on array map for debugging purpose It checks ... Wed, 06 Sep 2006 10:10:48 GMT Balazs Dezso [2201:597714206430] * lemon/graph_utils.h (modified) Bug fix in DescriptorMap Avoiding the possibility of the memory leak Wed, 06 Sep 2006 10:01:15 GMT Balazs Dezso [2200:2f2ac1b1ca1e] * lemon/graph_reader.h (modified) * lemon/graph_writer.h (modified) An easy avoiding of a bug The functional interfaces are removed. ... Wed, 06 Sep 2006 09:55:37 GMT Balazs Dezso [2199:1229af45cc69] * lemon/polynomial.h (modified) Bug fix Mon, 04 Sep 2006 12:27:03 GMT Balazs Dezso [2193:8057a4245685] * lemon/edge_set.h (modified) Bug fix in SmartEdgeSet + validity check function Mon, 04 Sep 2006 12:15:20 GMT Balazs Dezso [2192:d6e4efb477d8] * lemon/edge_set.h (modified) Bug fix rethrow of exception missing Mon, 04 Sep 2006 11:09:59 GMT Balazs Dezso [2191:ef3560193856] * lemon/edge_set.h (modified) Proper exception handling in the SmartEdgeSet Mon, 04 Sep 2006 11:09:13 GMT Balazs Dezso [2190:dd887831e9c1] * lemon/smart_graph.h (modified) Snapshot for SmartUGraph an SmartBpUGraph Mon, 04 Sep 2006 11:08:32 GMT Balazs Dezso [2189:de2b77e3868c] * lemon/list_graph.h (modified) Bug fix in ListBpUGraph Snapshot improvments Mon, 04 Sep 2006 11:05:21 GMT Balazs Dezso [2188:984870a2dde4] * lemon/bits/alteration_notifier.h (modified) Improvment in exception handling The erase and clear handlers have ... Mon, 04 Sep 2006 11:02:31 GMT Balazs Dezso [2187:a54a2dd03f03] * lemon/bits/base_extender.h (modified) Bug fix in UndirGraphAdaptor Mon, 04 Sep 2006 11:01:56 GMT Balazs Dezso [2186:284a9ad118dd] * lemon/graph_utils.h (modified) Bug fix in countANodes/countBNodes Wed, 30 Aug 2006 16:08:03 GMT athos [2185:e2bf51eab7f7] * lemon/lp_base.h (modified) * lemon/mip_glpk.cc (modified) * lemon/mip_glpk.h (modified) Fixed the mip error (mipstatus was incorrect). Mon, 28 Aug 2006 16:11:02 GMT Alpar Juttner [2184:05a5e48010ab] * lemon/floyd_warshall.h (modified) Doc improvementst & todos Mon, 28 Aug 2006 16:10:12 GMT Alpar Juttner [2183:b6602864e456] * lemon/Makefile.am (modified) Update header list Mon, 28 Aug 2006 15:43:17 GMT Akos Ladanyi [2182:d8cea77af505] * lemon/Makefile.am (modified) bezier.h is no longer in the repository. Mon, 14 Aug 2006 16:14:10 GMT Balazs Dezso [2181:b2c38f4f72ff] * lemon/concept/graph_components.h (modified) Omit warnings Mon, 14 Aug 2006 15:18:09 GMT Alpar Juttner [2179:a3bb30be417c] * lemon/color.h (modified) Remove superfluous include headers Mon, 14 Aug 2006 15:15:57 GMT Alpar Juttner [2178:0d7c0f96a5ee] * demo/graph_to_eps_demo.cc (modified) * lemon/bezier.h (deleted) * lemon/bits/bezier.h (added) * lemon/graph_to_eps.h (modified) - bezier.h went to lemon/bits/ - new graphToEps() option: ... Fri, 11 Aug 2006 14:55:33 GMT Balazs Dezso [2177:416a7030b7e3] * lemon/Makefile.am (modified) * lemon/bits/utility.h (modified) * lemon/bits/variant.h (added) * lemon/graph_adaptor.h (modified) BiVariant moved to lemon/bits/variant.h Fri, 11 Aug 2006 14:55:02 GMT Balazs Dezso [2176:0f647e65ecad] * lemon/min_cut.h (modified) Doc fix Thu, 10 Aug 2006 13:54:01 GMT Alpar Juttner [2175:0975cad06c2b] * lemon/error.h (modified) Doc improvements Thu, 10 Aug 2006 13:52:56 GMT Alpar Juttner [2174:f9e43b5cc617] * demo/disjoint_paths_demo.cc (modified) * demo/strongly_connected_orientation.cc (modified) * demo/topology_demo.cc (modified) * lemon/Makefile.am (modified) * lemon/color.cc (added) * lemon/color.h (modified) * lemon/eps.h (modified) * lemon/graph_to_eps.h (modified) Some color constants added (BLACK, WHITE, RED etc) Thu, 10 Aug 2006 10:18:04 GMT Alpar Juttner [2172:4b25e7003868] * demo/coloring.cc (modified) * demo/graph_orientation.cc (modified) * demo/graph_to_eps_demo.cc (modified) * demo/grid_ugraph_demo.cc (modified) * demo/topology_demo.cc (modified) * doc/graph_orientation.dox (modified) * lemon/color.h (modified) * lemon/graph_to_eps.h (modified) - Change ColorSet to Palette - Minor change in graph_orientation demo. Wed, 02 Aug 2006 20:15:59 GMT Akos Ladanyi [2168:6474b8254f24] * lemon/lp_cplex.cc (modified) CPLEX 9.x support. Mon, 24 Jul 2006 16:15:48 GMT Balazs Dezso [2164:160ca7667159] * lemon/bits/default_map.h (modified) * lemon/tolerance.h (modified) long long just for gnu compilers Mon, 24 Jul 2006 16:08:34 GMT Balazs Dezso [2163:bef3457be038] * lemon/concept/bpugraph.h (modified) * lemon/concept/ugraph.h (modified) Improving UGraph and BpUGraph concept classes Mon, 24 Jul 2006 09:51:28 GMT Balazs Dezso [2162:6831fa007688] * lemon/full_graph.h (modified) * lemon/smart_graph.h (modified) make public what() in NodeSetError Mon, 24 Jul 2006 09:49:50 GMT Balazs Dezso [2160:abd867cf8a9c] * lemon/list_graph.h (modified) Change source and target for the bipartite list graph Some ... Mon, 24 Jul 2006 08:11:00 GMT Alpar Juttner [2159:dd3181a462d0] * lemon/color.h (modified) Minor doc improvement Thu, 20 Jul 2006 06:20:27 GMT Alpar Juttner [2157:f9171bfc7ebb] * doc/coding_style.dox (modified) * doc/dirs.dox (modified) * doc/namespaces.dox (modified) * doc/template.h (modified) * lemon/xy.h (modified) - Doc improvements - rot180() added to xy.h Wed, 19 Jul 2006 15:13:24 GMT Alpar Juttner [2156:478ba329ffb7] * lemon/dfs.h (modified) spellcheck Tue, 18 Jul 2006 17:00:24 GMT Alpar Juttner [2155:c712e66532d8] * lemon/graph_utils.h (modified) Minor doc changes. Tue, 18 Jul 2006 16:59:34 GMT Alpar Juttner [2154:bbc79b698f62] * lemon/tolerance.h (modified) Tolerance and Tolerance added. Tue, 18 Jul 2006 15:57:55 GMT Alpar Juttner [2153:b1fb96088350] * lemon/error.h (modified) * lemon/lemon_reader.h (modified) Better 'Naming Convention' conformance. Tue, 18 Jul 2006 15:14:56 GMT Alpar Juttner [2152:ba87d27667cd] * lemon/dfs.h (modified) Bugfix Tue, 18 Jul 2006 13:29:59 GMT Alpar Juttner [2151:38ec4a930c05] * lemon/bellman_ford.h (modified) * lemon/bfs.h (modified) * lemon/bipartite_matching.h (modified) * lemon/bits/utility.h (modified) * lemon/dag_shortest_path.h (modified) * lemon/dfs.h (modified) * lemon/dijkstra.h (modified) * lemon/edge_set.h (modified) * lemon/edmonds_karp.h (modified) * lemon/error.h (modified) * lemon/floyd_warshall.h (modified) * lemon/fredman_tarjan.h (modified) * lemon/full_graph.h (modified) * lemon/grid_ugraph.h (modified) * lemon/johnson.h (modified) * lemon/list_graph.h (modified) * lemon/min_cost_arborescence.h (modified) * lemon/min_cut.h (modified) * lemon/preflow.h (modified) * lemon/prim.h (modified) * lemon/radix_heap.h (modified) * lemon/refptr.h (modified) * lemon/smart_graph.h (modified) * lemon/tabu_search.h (modified) exceptionName() has been thrown away Tue, 18 Jul 2006 12:10:52 GMT Balazs Dezso [2150:cce8ac91c08c] * lemon/error.h (modified) Disable assertions in default behaviour Documentation changed