Thu, 19 Aug 2004 11:34:48 +0000 alpar Revome an unnecessary (but still important) comment.
Thu, 19 Aug 2004 11:33:06 +0000 alpar Add lp_solver_wrapper.h to work doxygen.
Thu, 19 Aug 2004 11:31:40 +0000 alpar Add empty docs in order to make the functions and classes visible in
Tue, 17 Aug 2004 13:20:46 +0000 marci An experimental LPSolverWrapper class which uses glpk. For a short
Tue, 17 Aug 2004 13:05:59 +0000 marci lp_solver_wrapper stuff.
Tue, 17 Aug 2004 11:20:16 +0000 marci technical corrections
Tue, 17 Aug 2004 10:24:19 +0000 marci flowValue() is reset to deal with excess[t].
Thu, 05 Aug 2004 11:41:36 +0000 alpar Legal stuff, version 0.2.
Thu, 05 Aug 2004 11:40:02 +0000 alpar New Doxygen module for path/flow algs.
Thu, 05 Aug 2004 11:38:26 +0000 alpar New Doxygen module for path/flow algs.
Thu, 05 Aug 2004 08:53:09 +0000 alpar resetXxx() changed to setXxx().
Thu, 05 Aug 2004 07:57:20 +0000 alpar - A summary of the implemented graph structures.
Wed, 04 Aug 2004 19:04:42 +0000 alpar - 'KruskalPairVec' is changed to 'KruskalMapInput'.
Wed, 04 Aug 2004 18:56:12 +0000 alpar Test icc compiler as well.
Wed, 04 Aug 2004 18:55:24 +0000 alpar doc change - one more todo (saveState()).
Wed, 04 Aug 2004 18:54:17 +0000 alpar doc change - one more todo.
Wed, 04 Aug 2004 18:51:51 +0000 alpar - Trimmed in order to work with gcc-3.4
Wed, 04 Aug 2004 18:43:51 +0000 alpar Bugfix in GRAPH_TYPEDEF_FACTORY
Fri, 30 Jul 2004 10:24:05 +0000 jacint bug fixing
Thu, 29 Jul 2004 17:23:55 +0000 marci (none)
Thu, 29 Jul 2004 17:20:51 +0000 marci a bug test for preflow with preflow_bug_8 dimacs file
Sun, 05 Nov 2006 00:39:31 +0000 marci (none)
Thu, 29 Jul 2004 17:18:49 +0000 marci jacint javitgatott.
Tue, 27 Jul 2004 19:08:23 +0000 alpar Some comments.
Tue, 27 Jul 2004 18:56:10 +0000 alpar Bugfix + working example
Tue, 27 Jul 2004 16:09:42 +0000 alpar - bfs-bench added
Tue, 27 Jul 2004 16:04:21 +0000 alpar A very flexible bfs function using named parameters and impicit map types.
Tue, 27 Jul 2004 16:02:51 +0000 alpar It is really obsolete, but containes interesting stuffs.
Sat, 24 Jul 2004 14:33:37 +0000 marci GraphWrapper::id(const Node&), GraphWrapper::id(const Edge&) function,
Sat, 24 Jul 2004 14:01:31 +0000 marci correction of some bugs pointed by alpar
Fri, 23 Jul 2004 17:13:23 +0000 alpar Several changes in Kruskal alg.
Fri, 23 Jul 2004 16:58:02 +0000 alpar Marci (and the other developpers),
Fri, 23 Jul 2004 12:27:24 +0000 alpar gcc-3.4 tries to compile the _unused_ members of
Thu, 22 Jul 2004 20:07:49 +0000 alpar A remark added.
Thu, 22 Jul 2004 20:06:40 +0000 alpar Check StaticGraphSkeleton, as well.
Thu, 22 Jul 2004 19:59:18 +0000 alpar Skeletons have been simplified.
Thu, 22 Jul 2004 19:49:28 +0000 alpar max_flow.h added to Makefile.am
Thu, 22 Jul 2004 14:29:20 +0000 alpar Custom made INSTALL file (will be sometime).
Thu, 22 Jul 2004 14:28:00 +0000 alpar Repeat tests more times.
Thu, 22 Jul 2004 14:24:00 +0000 alpar More documented file.
Thu, 22 Jul 2004 14:21:46 +0000 alpar - Better Makefile.am. (I hope.)
Thu, 22 Jul 2004 14:19:23 +0000 alpar max_flow.h (wich doesn't use STL
Thu, 22 Jul 2004 14:09:21 +0000 alpar We do not yet need it.
Thu, 22 Jul 2004 13:59:10 +0000 alpar Do not ignore INSTALL.
Wed, 21 Jul 2004 17:40:36 +0000 alpar Doesn't compile 5 times for the five execution.
Wed, 21 Jul 2004 17:39:49 +0000 alpar For the sake of icc.
Wed, 21 Jul 2004 17:38:47 +0000 alpar Indenting.
Wed, 21 Jul 2004 17:38:02 +0000 alpar MapBase added
Wed, 21 Jul 2004 13:03:11 +0000 alpar Indenting
Wed, 21 Jul 2004 07:03:20 +0000 alpar Ready to run the first test series.
Wed, 21 Jul 2004 07:01:14 +0000 alpar Test EdgeSet/NodeSet as well.
Wed, 21 Jul 2004 06:59:55 +0000 alpar Turn on '-Wall' by default.
Tue, 20 Jul 2004 14:31:24 +0000 jacint trying if without stl stack we are faster
Tue, 20 Jul 2004 14:29:16 +0000 jacint without stl stack we are faster
Tue, 20 Jul 2004 10:58:11 +0000 alpar Oops: "static" and "const" does not like each other.
Tue, 20 Jul 2004 09:52:03 +0000 alpar src/becnhmark gets in the distro.
Tue, 20 Jul 2004 09:50:11 +0000 alpar Some tools of common usage was put to bench_tool.h
Tue, 20 Jul 2004 09:43:12 +0000 alpar Put some "static"'s.
Mon, 19 Jul 2004 13:32:28 +0000 alpar docfix
Mon, 19 Jul 2004 13:31:47 +0000 alpar A new benchmark (hcube)
Mon, 19 Jul 2004 13:30:20 +0000 alpar Warning fixation.
Mon, 19 Jul 2004 13:29:32 +0000 alpar Temporal change: public Edge constructor with given ID.
Thu, 15 Jul 2004 17:56:34 +0000 alpar Unnecessary friend declaration removed.
Thu, 15 Jul 2004 15:31:24 +0000 ladanyi Added new make target 'benchmark'.
Thu, 15 Jul 2004 12:15:58 +0000 deba (none)
Wed, 14 Jul 2004 21:16:10 +0000 deba (none)
Wed, 14 Jul 2004 10:06:27 +0000 deba (none)
Wed, 14 Jul 2004 10:05:31 +0000 deba *** empty log message ***
Tue, 13 Jul 2004 07:19:34 +0000 alpar Benchmarks
Fri, 09 Jul 2004 07:33:12 +0000 deba (none)
Tue, 06 Jul 2004 13:57:01 +0000 alpar Capitalized section title.
Tue, 06 Jul 2004 11:28:20 +0000 alpar Example in the doc is corrected.
Tue, 06 Jul 2004 11:27:36 +0000 alpar - Bugfix in erase()
Tue, 06 Jul 2004 10:07:48 +0000 alpar I moved run() into the body of class Dijkstra, because Doxygen handles
Tue, 06 Jul 2004 09:52:04 +0000 alpar Fix some typos in docs.
Tue, 06 Jul 2004 09:34:25 +0000 alpar Extended tutorial.
Mon, 05 Jul 2004 16:44:18 +0000 hegyi t/bin/bash: line 1: q: command not found
Mon, 05 Jul 2004 15:52:35 +0000 hegyi (none)
Wed, 30 Jun 2004 14:59:46 +0000 alpar I think I deserved it...
Wed, 30 Jun 2004 14:50:31 +0000 alpar - Now, it is possible to have Dijkstra store its result directly in given maps.
Fri, 18 Jun 2004 12:43:20 +0000 klao Legal files. Proposal.
Wed, 16 Jun 2004 09:44:30 +0000 alpar src/work/alpar/path.h (docs) is merged into src/work/klao/path.h
Tue, 15 Jun 2004 06:30:03 +0000 alpar Doc updates
Tue, 15 Jun 2004 06:29:27 +0000 alpar Branch from path.h to extend its documentation.
Mon, 14 Jun 2004 10:21:52 +0000 alpar doc
Mon, 14 Jun 2004 09:47:54 +0000 alpar doc
Mon, 14 Jun 2004 09:46:03 +0000 alpar Nothing
Mon, 14 Jun 2004 09:21:06 +0000 alpar Improved (but still not satisfactory) doc.
Mon, 14 Jun 2004 08:49:07 +0000 alpar Small improvement on doc
Mon, 14 Jun 2004 08:35:10 +0000 alpar New group for kruskal
Tue, 08 Jun 2004 22:38:12 +0000 hegyi NetGraphs v0
Tue, 08 Jun 2004 06:44:05 +0000 alpar c++ setting for emacs
Fri, 04 Jun 2004 16:05:20 +0000 klao My notes.
Fri, 04 Jun 2004 11:52:53 +0000 deba (none)
Wed, 02 Jun 2004 09:47:10 +0000 athos Restored common makefile.
Wed, 02 Jun 2004 09:45:50 +0000 athos Seems to work. More tests required.
Tue, 01 Jun 2004 11:00:24 +0000 athos Compiles now
Tue, 01 Jun 2004 08:30:20 +0000 alpar Spell checking / indenting only.
Sun, 30 May 2004 16:01:49 +0000 beckerjc New nice icons.
Sun, 30 May 2004 14:15:24 +0000 klao These will be customized icons for the doxygen tree view.
Fri, 28 May 2004 12:55:02 +0000 alpar *** empty log message ***
Fri, 28 May 2004 07:48:16 +0000 ladanyi Added a short tutorial on using graphs.
Thu, 27 May 2004 10:04:55 +0000 ladanyi Added 'src/test/.deps' to the svn:ignore property.
Thu, 27 May 2004 09:57:01 +0000 ladanyi Set svn:ignore on some files.
Thu, 27 May 2004 09:49:58 +0000 ladanyi Added mrproper target.
Tue, 25 May 2004 17:01:26 +0000 athos Almost compiles.
Tue, 25 May 2004 15:11:11 +0000 athos Corrected some obvious errors.
Tue, 25 May 2004 13:13:52 +0000 marci ResCap, a map for the residual capacity in ResGraphWrapper
Tue, 25 May 2004 12:31:18 +0000 athos Almost ready.
Mon, 24 May 2004 14:13:03 +0000 marci ResGraphWrapper pretected default constructor
Mon, 24 May 2004 10:43:44 +0000 athos Not ready yet.
Fri, 21 May 2004 12:40:39 +0000 marci max_flow.h bug correction
Fri, 21 May 2004 10:57:30 +0000 marci bug correction in BidirGraphWrapper<Graph> default constructor
Fri, 21 May 2004 10:18:30 +0000 marci The new for macros are: h_for, h_for_inc, h_for_glob, h_for_inc_glob.
Fri, 21 May 2004 08:15:45 +0000 marci misc
Thu, 20 May 2004 17:21:55 +0000 marci misc
Thu, 20 May 2004 16:57:18 +0000 marci misc
Thu, 20 May 2004 15:40:59 +0000 marci a
Thu, 20 May 2004 09:42:31 +0000 athos Cooorected some eroorrs.
Wed, 19 May 2004 16:20:10 +0000 marci for_each fix
Wed, 19 May 2004 16:09:38 +0000 marci the same
Wed, 19 May 2004 16:06:57 +0000 marci max_flow.h: status flags for actMinCut
Mon, 17 May 2004 15:11:05 +0000 athos I don't really feel like working on this at the moment.
Mon, 17 May 2004 06:32:12 +0000 marci #ifndef correction
Fri, 14 May 2004 18:33:17 +0000 marci comparision of ListGraph, SmartGraph and SageGraph
Fri, 14 May 2004 18:28:57 +0000 marci To avoid confusion my old ListGraph is can be used under name SageGraph, work/sage_graph.h contains it.
Fri, 14 May 2004 18:08:29 +0000 marci some documentation in stGraphWrapper<Gr> and BipartiteGraphWrapper<Gr>
Fri, 14 May 2004 15:33:52 +0000 marci for_each_macros.h in include
Fri, 14 May 2004 15:19:18 +0000 marci misc
Fri, 14 May 2004 15:01:21 +0000 marci for_eachmacros.h in include
Fri, 14 May 2004 14:42:58 +0000 marci for_each_macros.h in include
Fri, 14 May 2004 14:41:30 +0000 marci (none)
Thu, 13 May 2004 17:42:23 +0000 athos Started mincostflow.
Thu, 13 May 2004 17:33:40 +0000 athos Another slight modifications.
Thu, 13 May 2004 16:00:18 +0000 athos Slight modifications.
Thu, 13 May 2004 11:25:52 +0000 marci undir -> dir in docs
Thu, 13 May 2004 10:30:20 +0000 jacint Almost full documentation added, NO_FLOW incorporated, Phase0(1) changed to Phase1(2)
Thu, 13 May 2004 10:29:19 +0000 athos I modified mincostflows_test.cc a little.
Thu, 13 May 2004 10:29:13 +0000 jacint max_flow interface changes
Thu, 13 May 2004 09:56:21 +0000 athos Slight modification.
Thu, 13 May 2004 08:20:39 +0000 deba (none)
Wed, 12 May 2004 14:07:00 +0000 marci :wq
Wed, 12 May 2004 14:02:31 +0000 marci (none)
Wed, 12 May 2004 13:55:37 +0000 marci bugs
Wed, 12 May 2004 13:54:14 +0000 marci (none)
Wed, 12 May 2004 13:22:10 +0000 marci (none)
Wed, 12 May 2004 13:19:32 +0000 marci BidirGraphWrapper<Graph> bug volt
Wed, 12 May 2004 10:51:53 +0000 jacint (none)
Tue, 11 May 2004 22:50:09 +0000 klao path improvements
Tue, 11 May 2004 22:49:13 +0000 klao #include <hugo/...>
Tue, 11 May 2004 21:26:29 +0000 marci bip matching comparison
Tue, 11 May 2004 20:20:41 +0000 marci include -> hugo mods in leda files
Tue, 11 May 2004 19:50:21 +0000 marci docs, max_flow improvments
Tue, 11 May 2004 19:38:00 +0000 alpar Minor changes: Section labels fixed.
Tue, 11 May 2004 17:37:34 +0000 marci documentation of bipartite matchings, cleaning
Tue, 11 May 2004 17:02:32 +0000 marci BidirGraph, UndirGraph some docs, in group graphs
Tue, 11 May 2004 16:38:17 +0000 athos Some modifications and another testfile.
Tue, 11 May 2004 16:15:18 +0000 athos Sorry, the other half of the move comes here.
Tue, 11 May 2004 15:54:00 +0000 marci misc
Tue, 11 May 2004 15:44:58 +0000 athos Moved things into the include (hugo) directory.
Tue, 11 May 2004 15:42:11 +0000 athos Finished MinLengthPaths: a specialization of MinCostFlows.
Tue, 11 May 2004 14:58:09 +0000 marci docs
Tue, 11 May 2004 12:09:06 +0000 marci docs
Tue, 11 May 2004 11:42:02 +0000 marci some docs
Tue, 11 May 2004 09:30:06 +0000 athos I completed the description of the coding style.
Mon, 10 May 2004 16:59:20 +0000 marci bfs_iterator -> bfs_dfs.h, some docs
Mon, 10 May 2004 16:52:51 +0000 athos That's what I wanted.
Mon, 10 May 2004 16:41:27 +0000 athos (none)
Mon, 10 May 2004 16:40:16 +0000 athos Bocs, veletlen volt.
Mon, 10 May 2004 16:32:21 +0000 marci complete graphs
Mon, 10 May 2004 16:31:48 +0000 marci bfs, dfs docs
Mon, 10 May 2004 15:15:37 +0000 ladanyi Added full_graph.h to the installable headers.
Mon, 10 May 2004 13:49:35 +0000 deba (none)
Mon, 10 May 2004 09:12:28 +0000 alpar Spell check.
Mon, 10 May 2004 08:25:10 +0000 marci comleteGraph
Sun, 09 May 2004 16:29:53 +0000 alpar The file src/work/alpar/fullgraph.h renamed and moved to src/hugo/full_graph.h.
Sun, 09 May 2004 16:22:49 +0000 alpar FullGraph class.
Sun, 09 May 2004 16:21:56 +0000 alpar Changes in the Maps' copy constructors.
Sun, 09 May 2004 16:20:41 +0000 alpar doc
Sat, 08 May 2004 18:03:43 +0000 jacint felkesz tesztprogi
Sat, 08 May 2004 16:09:53 +0000 alpar They go to /dev/null.
Sat, 08 May 2004 16:04:28 +0000 alpar doc
Sat, 08 May 2004 16:00:57 +0000 alpar Some more test cases.
Sat, 08 May 2004 15:58:34 +0000 alpar Some new typedefs.
Sat, 08 May 2004 15:56:00 +0000 alpar From now on 'work in progress' files are not in /doc/Doxyfile.
Sat, 08 May 2004 08:18:44 +0000 jacint aprosagok
Fri, 07 May 2004 21:16:26 +0000 jacint leda-hugo matching alg osszehasonlito
Fri, 07 May 2004 16:04:39 +0000 alpar Property changes (some files was ignored).
Fri, 07 May 2004 15:58:45 +0000 alpar EdgeSet is more or less working.
Fri, 07 May 2004 13:27:16 +0000 alpar src/work/alpar/list_graph.h moved to /src/hugo.
Fri, 07 May 2004 11:57:34 +0000 marci top-sort, dimacs mods.
Fri, 07 May 2004 10:57:31 +0000 marci (none)
Fri, 07 May 2004 10:34:36 +0000 jacint Docs added
Fri, 07 May 2004 10:22:30 +0000 alpar *** empty log message ***
Fri, 07 May 2004 09:05:23 +0000 marci (none)
Fri, 07 May 2004 08:48:11 +0000 marci Edge opposite(const Edge&) in BidirGaphWrapper<Graph>
Fri, 07 May 2004 08:18:30 +0000 deba (none)
Fri, 07 May 2004 08:02:17 +0000 alpar Compile checks added.
Fri, 07 May 2004 07:44:44 +0000 marci BidirGraphWrapper<Graph>, the map values are different for the opposite edges.
Fri, 07 May 2004 06:58:24 +0000 alpar An alternative dijkstra_test.cc
Fri, 07 May 2004 06:57:50 +0000 alpar time_measure.cc was renamed to time_measure_test.cc
Fri, 07 May 2004 06:35:02 +0000 alpar Exit with correct return value
Fri, 07 May 2004 06:33:02 +0000 marci ResGraphWrapper mods.
Fri, 07 May 2004 05:29:45 +0000 alpar skeleton tests turned on again.
Thu, 06 May 2004 23:05:01 +0000 ladanyi We need to distribute the headers in 'skeletons' too.
Thu, 06 May 2004 22:24:02 +0000 ladanyi No automatic doc generation.
Thu, 06 May 2004 19:01:00 +0000 marci (none)
Thu, 06 May 2004 18:07:45 +0000 marci (none)
Thu, 06 May 2004 17:45:12 +0000 marci A max bipartite matching class in src/work/marci/max_bipartite_matching.h
Thu, 06 May 2004 17:22:11 +0000 marci random graph, random bipartite graph in jacint/graph_gen.h
Thu, 06 May 2004 17:01:31 +0000 marci (none)
Thu, 06 May 2004 16:55:59 +0000 marci graph_wrapper.h in hugo
Thu, 06 May 2004 16:54:54 +0000 marci #include <hugo/ > modifications
Thu, 06 May 2004 15:47:42 +0000 athos Method checkSolution() added.
Thu, 06 May 2004 15:39:31 +0000 marci SubGraphWrapper bug ok
Thu, 06 May 2004 15:24:42 +0000 marci top-sort, for fezso's sake
Thu, 06 May 2004 15:19:59 +0000 athos Written hugo/ into includes.
Thu, 06 May 2004 15:14:13 +0000 alpar Some tests must have been commented out temporarily.
Thu, 06 May 2004 15:10:48 +0000 marci (none)
Thu, 06 May 2004 14:25:21 +0000 marci (none)
Thu, 06 May 2004 14:23:48 +0000 athos Modified a little bit
Thu, 06 May 2004 14:21:57 +0000 alpar No automatic doc generation.
Thu, 06 May 2004 14:11:09 +0000 alpar Test cases for time_measure.h
Thu, 06 May 2004 14:00:50 +0000 marci (none)
Thu, 06 May 2004 13:48:48 +0000 marci an experimental topsort
Thu, 06 May 2004 13:48:04 +0000 ladanyi Set up automake environment.
Thu, 06 May 2004 13:46:07 +0000 marci (none)
Thu, 06 May 2004 13:44:48 +0000 marci (none)
Thu, 06 May 2004 13:21:24 +0000 ladanyi Rename 'include' to 'hugo' (for automake)
Thu, 06 May 2004 09:26:23 +0000 jacint (none)
Wed, 05 May 2004 17:51:56 +0000 jacint Contains Edmonds' matching algorithm in a plain and in a heuristical form.
Wed, 05 May 2004 17:29:41 +0000 jacint tests max_matching.h
Wed, 05 May 2004 17:24:06 +0000 jacint (none)
Wed, 05 May 2004 17:23:04 +0000 jacint primitive random graph generator
Wed, 05 May 2004 08:36:00 +0000 alpar Minor bugfix.
Wed, 05 May 2004 08:18:19 +0000 alpar Compiles also with icc.
Wed, 05 May 2004 07:53:51 +0000 alpar Compiles with are icc, as well.
Tue, 04 May 2004 16:52:15 +0000 athos Minimum cost flows of small values: algorithm from Andras Frank's lecture notes (approximately)
Tue, 04 May 2004 16:17:17 +0000 jacint Adding update() to NullMap
Tue, 04 May 2004 16:16:49 +0000 jacint Able to read min cost flow, max flow, shortest path, matching testgraphs
Tue, 04 May 2004 14:54:21 +0000 athos Nem tudom, a hugo-n miert nem megy.
Tue, 04 May 2004 14:06:00 +0000 marci bool forward(Edge), bool backward(Edge)
Tue, 04 May 2004 12:03:04 +0000 marci misc
Tue, 04 May 2004 12:01:49 +0000 marci An undirected graph template UndirGraph<Graph> can be used.
Tue, 04 May 2004 12:00:13 +0000 athos Started.
Tue, 04 May 2004 11:20:16 +0000 athos Nothing special.
Tue, 04 May 2004 10:58:42 +0000 athos Ezt mintha mar toroltem volna.
Tue, 04 May 2004 09:33:21 +0000 athos Created minlengthpaths_test.cc. Compiles with: g++-3.0 -Wall -I. -I../{klao,jacint,marci} -I.. -I../../include minlengthpaths_test.cc -o min | & less
Tue, 04 May 2004 09:03:00 +0000 athos Putting things in their place
Tue, 04 May 2004 09:00:11 +0000 athos Started minlengthpaths_test, but it should not be here
Tue, 04 May 2004 08:34:01 +0000 athos Test file xy_test.cc finished. Really.
Tue, 04 May 2004 08:31:48 +0000 athos Test file xy_test.cc finished.
Mon, 03 May 2004 17:06:38 +0000 alpar To be compatible with gcc-3.4.0 ...
Mon, 03 May 2004 14:43:49 +0000 athos An awful mistake found and corrected.
Mon, 03 May 2004 14:42:40 +0000 athos xy_test added: it was not entirely useless, I found a mistake in xy.h
Mon, 03 May 2004 11:43:27 +0000 marci bip matching...
Mon, 03 May 2004 10:27:20 +0000 athos getPath() function implemented.
Mon, 03 May 2004 10:04:27 +0000 marci matching, flows
Mon, 03 May 2004 09:44:00 +0000 alpar (none)
Mon, 03 May 2004 09:43:03 +0000 alpar docfix.
Mon, 03 May 2004 09:38:17 +0000 alpar A "related pages" about Hugo Coding Style.
Mon, 03 May 2004 09:18:01 +0000 alpar Now it sucks the whole src/include and src/include/skeletons
Mon, 03 May 2004 09:00:09 +0000 athos I changed it to correspond changing requirements
Mon, 03 May 2004 08:13:41 +0000 alpar One more test case with minor importance.
Mon, 03 May 2004 07:27:29 +0000 alpar test/graph_test.cc added.
Fri, 30 Apr 2004 19:02:40 +0000 marci static const bool BipartiteGraphWrapper<Graph>::S_CLASS, T_CLASS
Fri, 30 Apr 2004 18:43:18 +0000 marci bipatite
Fri, 30 Apr 2004 17:48:50 +0000 marci misc
Fri, 30 Apr 2004 17:10:01 +0000 marci A bipartite graph template can be used as BipartiteGraph<ListGraph>.
Fri, 30 Apr 2004 16:46:19 +0000 marci bipartite graphs
Fri, 30 Apr 2004 16:10:49 +0000 marci bipartite graph in bipartite_graph_wrapper.h
Fri, 30 Apr 2004 14:02:10 +0000 marci gw
Fri, 30 Apr 2004 13:52:17 +0000 marci (none)
Fri, 30 Apr 2004 06:46:39 +0000 jacint Felkesz kod!
Fri, 30 Apr 2004 01:59:15 +0000 klao DirPath fejlodes.
Fri, 30 Apr 2004 01:10:13 +0000 klao spell checking
Fri, 30 Apr 2004 01:02:22 +0000 klao ingroup bug
Thu, 29 Apr 2004 23:24:42 +0000 klao The -W gcc option _does_ matter even if you use -Wall!
Thu, 29 Apr 2004 22:39:17 +0000 klao Basic error handling facilities
Thu, 29 Apr 2004 19:38:53 +0000 marci misc
Thu, 29 Apr 2004 19:25:52 +0000 marci some documentation
Thu, 29 Apr 2004 18:48:25 +0000 marci TODO
Thu, 29 Apr 2004 17:34:42 +0000 marci Some docu in MaxFlow class, jacint/max_flow.h
Thu, 29 Apr 2004 17:23:56 +0000 beckerjc Move unionfind.h in Doxyfile too
Thu, 29 Apr 2004 17:00:44 +0000 beckerjc UnionFind moved to include. Test compiles and runs cleanly.
Thu, 29 Apr 2004 16:59:00 +0000 marci corrections for leda matching files
Thu, 29 Apr 2004 16:45:40 +0000 beckerjc Three new methods in UnionFindEnum.
Thu, 29 Apr 2004 16:30:39 +0000 marci corrections
Thu, 29 Apr 2004 16:29:43 +0000 alpar Main page added.
Thu, 29 Apr 2004 16:26:01 +0000 marci preflow.f -> max_flow.h
Thu, 29 Apr 2004 16:26:01 +0000 alpar doc
Thu, 29 Apr 2004 16:25:03 +0000 marci preflow, maxflow
Thu, 29 Apr 2004 16:08:16 +0000 marci edmonds_karp_demo->max_flow_demo
Thu, 29 Apr 2004 16:07:10 +0000 marci edmonds_karp
Thu, 29 Apr 2004 16:04:27 +0000 marci ledagraph
Thu, 29 Apr 2004 15:58:34 +0000 marci preflow, maxflow
Thu, 29 Apr 2004 15:01:52 +0000 marci misc
Thu, 29 Apr 2004 11:09:12 +0000 jacint Comparison == changed to <=
Thu, 29 Apr 2004 10:51:58 +0000 marci const-ok
Thu, 29 Apr 2004 10:41:56 +0000 marci nem irunk olyat hogy "void resetTarget(const Node _t) {t=_t;}" mert az a const az ott jobbara hulyeseg
Thu, 29 Apr 2004 10:29:51 +0000 marci preflow maxflow ...
Thu, 29 Apr 2004 10:16:46 +0000 marci preflow, maxflow comp
Thu, 29 Apr 2004 09:08:14 +0000 marci mods implied by preflow mods
Thu, 29 Apr 2004 08:42:05 +0000 alpar It breaks my heart to say them goodbye...
Thu, 29 Apr 2004 08:33:16 +0000 alpar doc
Wed, 28 Apr 2004 20:55:18 +0000 beckerjc Doc for the union-find structures.
Wed, 28 Apr 2004 16:25:34 +0000 marci bug ellen
Wed, 28 Apr 2004 14:20:24 +0000 marci test makefile hiba
Wed, 28 Apr 2004 14:17:54 +0000 marci dijstra const ref, misc
Wed, 28 Apr 2004 12:58:58 +0000 alpar Docs.
Wed, 28 Apr 2004 12:33:05 +0000 alpar \author's added
Wed, 28 Apr 2004 12:22:34 +0000 alpar Doxygen options changed.
Wed, 28 Apr 2004 09:59:23 +0000 marci for checking bipartiteness
Wed, 28 Apr 2004 09:55:11 +0000 marci makefile: nem veletlenul commit-oltam
Tue, 27 Apr 2004 23:01:15 +0000 jacint (none)
Tue, 27 Apr 2004 23:00:42 +0000 jacint (none)
Tue, 27 Apr 2004 22:59:15 +0000 jacint Changes in the interface and new test program added.
Tue, 27 Apr 2004 22:29:11 +0000 klao trifles
Tue, 27 Apr 2004 18:33:39 +0000 jacint debug
Tue, 27 Apr 2004 16:27:08 +0000 marci bfs, dfs, bfsiterator, dfsiterator for alpar's sake of being much more standardized.
Tue, 27 Apr 2004 14:17:13 +0000 marci misc
Tue, 27 Apr 2004 14:10:19 +0000 marci comparison for matchings with leda
Tue, 27 Apr 2004 13:53:27 +0000 klao Egy helyes (warning nelkuli) megvalositasa az operator<< -nek az stGraphWrapper
Tue, 27 Apr 2004 13:47:05 +0000 jacint debug
Tue, 27 Apr 2004 13:44:14 +0000 klao * list_graph.h:
Tue, 27 Apr 2004 13:35:09 +0000 klao oops
Tue, 27 Apr 2004 11:58:14 +0000 marci makefile improvement in work/jacint
Tue, 27 Apr 2004 11:32:22 +0000 alpar doc trimming.
Tue, 27 Apr 2004 11:04:35 +0000 marci makefile
Tue, 27 Apr 2004 10:50:46 +0000 alpar The long description is now the description of the module.
Tue, 27 Apr 2004 10:27:34 +0000 jacint Testing preprocess.
Tue, 27 Apr 2004 09:40:25 +0000 marci gcc-3.4.0
Tue, 27 Apr 2004 09:26:32 +0000 marci misc
Tue, 27 Apr 2004 08:31:00 +0000 alpar Some more docs.
Tue, 27 Apr 2004 08:19:39 +0000 marci g++-3.4.0, misc
Mon, 26 Apr 2004 18:22:34 +0000 alpar xy.h went to src/include.
Mon, 26 Apr 2004 18:16:42 +0000 alpar docs
Mon, 26 Apr 2004 18:08:46 +0000 alpar Many new modules (groups) in the documentation.
Mon, 26 Apr 2004 17:41:23 +0000 alpar Path of time_measure.h fixed.
Mon, 26 Apr 2004 17:39:38 +0000 alpar time_measure.h went to src/include.
Mon, 26 Apr 2004 17:39:15 +0000 klao Minor doc corrections
Mon, 26 Apr 2004 17:36:49 +0000 alpar Some more tests.
Mon, 26 Apr 2004 17:33:51 +0000 alpar Some more docs.
Mon, 26 Apr 2004 17:31:49 +0000 alpar 'misc' group added to the documentation
Mon, 26 Apr 2004 17:10:27 +0000 marci misc
Mon, 26 Apr 2004 17:05:22 +0000 jacint macro erase
Mon, 26 Apr 2004 16:58:14 +0000 marci For working with undirected graphs, head is changed to aNode.
Mon, 26 Apr 2004 16:21:36 +0000 marci leda comparison files
Mon, 26 Apr 2004 16:08:46 +0000 marci comparison with leda algorithms, wrapper for leda graphs
Mon, 26 Apr 2004 16:02:09 +0000 marci misc
Mon, 26 Apr 2004 15:14:23 +0000 marci Better control of gcc version
Mon, 26 Apr 2004 14:52:51 +0000 klao typo
Mon, 26 Apr 2004 14:40:59 +0000 marci for igcc-3.4.0
Mon, 26 Apr 2004 14:25:51 +0000 marci gcc-3.4.0
Mon, 26 Apr 2004 14:19:19 +0000 marci misc
Mon, 26 Apr 2004 11:11:55 +0000 alpar To be on the safe side...
Mon, 26 Apr 2004 10:35:36 +0000 marci misc
Mon, 26 Apr 2004 09:55:31 +0000 marci as you see...
Mon, 26 Apr 2004 09:54:24 +0000 marci stGraphWrapper is almost working
Mon, 26 Apr 2004 09:21:27 +0000 alpar Some more docs.
Mon, 26 Apr 2004 09:06:13 +0000 alpar The doc modules clearly needs some restructuring...
Mon, 26 Apr 2004 09:00:12 +0000 alpar Docs are now divided into modules.
Mon, 26 Apr 2004 08:07:53 +0000 alpar #define HUGO_SMART_GRAPH_H ---> #define HUGO_LIST_GRAPH_H
Mon, 26 Apr 2004 08:03:00 +0000 alpar More docs.
Sun, 25 Apr 2004 22:29:27 +0000 alpar Try to compile before commit, please.
Sun, 25 Apr 2004 22:28:19 +0000 alpar A missing conversion added
Sun, 25 Apr 2004 22:26:19 +0000 alpar Some bugfixes.
Sun, 25 Apr 2004 20:16:16 +0000 alpar class NodeSet: A graph class with no edges
Sun, 25 Apr 2004 17:06:40 +0000 alpar The diffs in src/include/smart_graph.h between 528:529 was merged into
Sun, 25 Apr 2004 16:58:05 +0000 alpar A (non)bug was fixed.
Sun, 25 Apr 2004 16:53:38 +0000 alpar I hope it works. The 'erase' functions hasn't been tested yet.
Sun, 25 Apr 2004 14:25:04 +0000 alpar Some day this file will contain an erasable version of SmartGraph.
Sun, 25 Apr 2004 14:20:36 +0000 alpar For the future "node_set" and "edge_set" structures.
Sat, 24 Apr 2004 16:03:25 +0000 beckerjc New union-find structure with enumerable classes.
Sat, 24 Apr 2004 15:19:17 +0000 marci misc
Sat, 24 Apr 2004 14:25:03 +0000 marci g++-4.0
Sat, 24 Apr 2004 13:24:42 +0000 beckerjc StdMap compiles with 3.4
Sat, 24 Apr 2004 12:53:46 +0000 marci jacint mindig modosit, es ezert nekunk is kell
Sat, 24 Apr 2004 12:44:41 +0000 marci modifications for better compatibility with gcc 3.4.0
Fri, 23 Apr 2004 21:26:32 +0000 jacint ResGraphWrapper running time comparison test.
Fri, 23 Apr 2004 19:41:01 +0000 jacint Documentation added.
Fri, 23 Apr 2004 19:15:55 +0000 jacint aprosag
Fri, 23 Apr 2004 19:04:05 +0000 jacint Some changes in the documentation.
Fri, 23 Apr 2004 18:48:56 +0000 jacint Testfile for dijkstra.h, bin_heap.h and fib_heap.h
Fri, 23 Apr 2004 16:48:54 +0000 klao 3.4.0-asban megszuntettek a bug-ot.
Fri, 23 Apr 2004 13:31:34 +0000 alpar (none)
Fri, 23 Apr 2004 08:32:18 +0000 marci misc
Fri, 23 Apr 2004 08:08:41 +0000 marci .
Fri, 23 Apr 2004 07:41:48 +0000 marci .
Thu, 22 Apr 2004 20:36:21 +0000 deba (none)
Thu, 22 Apr 2004 16:36:57 +0000 deba (none)
Thu, 22 Apr 2004 16:07:17 +0000 marci preflow mods
Thu, 22 Apr 2004 15:58:08 +0000 jacint (none)
Thu, 22 Apr 2004 15:56:05 +0000 jacint (none)
Thu, 22 Apr 2004 14:50:24 +0000 jacint Changes in the documentation.
Thu, 22 Apr 2004 14:11:28 +0000 jacint (none)
Thu, 22 Apr 2004 13:59:37 +0000 marci misc
Thu, 22 Apr 2004 13:51:25 +0000 jacint (none)
Wed, 21 Apr 2004 23:47:01 +0000 klao Directed path structure.
Wed, 21 Apr 2004 20:48:00 +0000 marci experimental bipartite graph wrapper
Wed, 21 Apr 2004 19:52:09 +0000 klao Remove function and some todos.
Wed, 21 Apr 2004 19:10:59 +0000 klao Test for the new style iter
Wed, 21 Apr 2004 18:56:26 +0000 klao Masikfele iteralas, Node-hoz alkalmazkodva...
Wed, 21 Apr 2004 17:14:59 +0000 marci dimacs.hh goes to oldies
Wed, 21 Apr 2004 16:22:50 +0000 klao Idezni csak pontosan, szepen, ahogy a csiga...
Wed, 21 Apr 2004 16:09:42 +0000 klao IterableMap: no range checking, no warning :)
Wed, 21 Apr 2004 15:46:40 +0000 klao IterableMap with template ValueType. IterableBoolMap as a specialization.
Wed, 21 Apr 2004 15:14:45 +0000 marci work/marci/bfs_iterator.h BfsIterator5 -> BfsIterator, DfsIterator5 -> DfsIterator
Wed, 21 Apr 2004 14:59:43 +0000 marci misc
Wed, 21 Apr 2004 14:50:42 +0000 marci time comparison for bfs iterator and iterator by hand
Wed, 21 Apr 2004 12:36:53 +0000 alpar Requests for docs.
Wed, 21 Apr 2004 12:31:51 +0000 alpar .
Wed, 21 Apr 2004 08:14:44 +0000 alpar Folder for the test programs.
Tue, 20 Apr 2004 13:43:36 +0000 marci UndirListGraph, somebody should try it.
Tue, 20 Apr 2004 12:10:36 +0000 marci template first goes to comment...
Sat, 17 Apr 2004 21:50:48 +0000 beckerjc A successful work-around for using const map reference as an output
Sat, 17 Apr 2004 19:54:04 +0000 alpar NullMap
Sat, 17 Apr 2004 19:34:43 +0000 beckerjc Maximum Adjacency Ordering (beta)
Sat, 17 Apr 2004 19:19:57 +0000 beckerjc Kruskal lenyegeben kesz.
Sat, 17 Apr 2004 13:15:53 +0000 alpar A bool Edge Map with iterators that goes through the true or the false edges.
Sat, 17 Apr 2004 01:57:48 +0000 klao A generic map with value type [0, N) where N is a small integer.
Sat, 17 Apr 2004 01:50:23 +0000 klao megsem volt bug
Fri, 16 Apr 2004 23:00:09 +0000 klao Misterious bug with StdMap::set (?)
Fri, 16 Apr 2004 22:00:11 +0000 alpar Some cosmetic changes and spell checking.
Fri, 16 Apr 2004 21:35:25 +0000 alpar time_measure.h has been added to the doc.
Fri, 16 Apr 2004 21:18:40 +0000 alpar An example for a readable/writeable but non-referrable map
Fri, 16 Apr 2004 17:39:19 +0000 marci semmi
Fri, 16 Apr 2004 13:42:03 +0000 deba (none)
Fri, 16 Apr 2004 13:26:15 +0000 marci graph_wrapper.h, kicsi doksi. erdekes dolgokat rak az abrakadabra, nem is ertem
Fri, 16 Apr 2004 13:05:08 +0000 marci kicsit takaritottam, es szepitettem es, es maga a csuda, de azer nem
Fri, 16 Apr 2004 12:15:17 +0000 deba (none)
Fri, 16 Apr 2004 12:13:07 +0000 deba (none)
Fri, 16 Apr 2004 08:26:00 +0000 marci jflsjfljskf
Thu, 15 Apr 2004 20:50:03 +0000 marci brrr
Thu, 15 Apr 2004 20:19:26 +0000 marci makroizeles
Thu, 15 Apr 2004 19:01:00 +0000 marci .
Thu, 15 Apr 2004 17:03:44 +0000 athos Elkezdtem atirni a preflow_push-t. Csinaltam egy backupot graph wrapper nelkul (without gw, azaz wogw)
Thu, 15 Apr 2004 14:41:20 +0000 marci In the resgraphwrapper interface, and in the constructor,
Thu, 15 Apr 2004 08:06:43 +0000 alpar *** empty log message ***
Thu, 15 Apr 2004 08:00:17 +0000 alpar Spell chechking
Thu, 15 Apr 2004 06:49:49 +0000 alpar Documentation.
Thu, 15 Apr 2004 05:51:12 +0000 alpar Deprecated...
Wed, 14 Apr 2004 20:57:58 +0000 marci kiserletezek a concept-leirassal, skeleton kereteben, ha kesz lesz majd szolok
Wed, 14 Apr 2004 16:16:40 +0000 alpar Naming conventions...
Wed, 14 Apr 2004 13:57:48 +0000 marci gw, kiszedtem ami nem kell
Wed, 14 Apr 2004 13:30:05 +0000 athos The paths are stored in vectors, assumed there is no circle of length 0
Wed, 14 Apr 2004 12:24:55 +0000 alpar Some concerns about the copy constructors of graph.h
Wed, 14 Apr 2004 11:48:46 +0000 marci constructor az elejere
Wed, 14 Apr 2004 11:42:38 +0000 marci .
Wed, 14 Apr 2004 11:26:12 +0000 marci gw
Tue, 13 Apr 2004 20:35:47 +0000 marci gw
Thu, 08 Apr 2004 13:11:58 +0000 marci bug
Thu, 08 Apr 2004 12:03:49 +0000 marci ansi pedantic bug in gcc
Wed, 07 Apr 2004 17:42:05 +0000 athos minlengthpaths is ready, but the paths are not yet determined: needs to canonize a flow
Wed, 07 Apr 2004 11:02:00 +0000 marci marci makes makefile
Wed, 07 Apr 2004 10:57:58 +0000 marci gw
Tue, 06 Apr 2004 12:00:34 +0000 marci gw
Mon, 05 Apr 2004 18:24:37 +0000 klao Converted the "minlengthpaths" alg. to the new style graph_wrappers.
Mon, 05 Apr 2004 17:56:31 +0000 marci .
Mon, 05 Apr 2004 17:44:00 +0000 klao Working on athos' minlengthpaths algo
Mon, 05 Apr 2004 17:38:54 +0000 marci 1 konstruktor nem volt publikus
Mon, 05 Apr 2004 17:33:04 +0000 athos Compiles and segfaults again. Renamed from Suurballe.
Mon, 05 Apr 2004 17:25:40 +0000 marci .
Mon, 05 Apr 2004 17:10:25 +0000 marci ez mar kafa
Mon, 05 Apr 2004 16:52:46 +0000 marci konvergalunk, konvergalunk...
Mon, 05 Apr 2004 15:31:21 +0000 alpar Move bfs.h to my own territory.
Mon, 05 Apr 2004 15:02:39 +0000 marci kicsi moveolgatas
Mon, 05 Apr 2004 14:56:41 +0000 athos Renaming Suurballe to minlengthpaths
Mon, 05 Apr 2004 14:56:32 +0000 athos Renaming Suurballe to minlengthpaths
Mon, 05 Apr 2004 14:19:02 +0000 marci graph_wrappers ...
Mon, 05 Apr 2004 14:01:41 +0000 alpar It was there because of a mistake.
Mon, 05 Apr 2004 13:55:55 +0000 alpar Swept out some deprecated comments
Mon, 05 Apr 2004 13:49:20 +0000 alpar (none)
Mon, 05 Apr 2004 13:48:25 +0000 alpar file doc added
Mon, 05 Apr 2004 13:48:01 +0000 alpar + suurballe.h
Mon, 05 Apr 2004 11:55:33 +0000 athos Nem tom, mi valtozott
Mon, 05 Apr 2004 11:55:01 +0000 athos Mukodik a Suurballe
Sun, 04 Apr 2004 11:38:07 +0000 alpar (none)
Sun, 04 Apr 2004 09:17:58 +0000 alpar Some improvements and proposals in map.doc.
Sun, 04 Apr 2004 09:16:35 +0000 alpar Always deletes ./html and ./latex
Sat, 03 Apr 2004 23:13:41 +0000 klao A docbook -os doksinak mar nem kell latszodnia
Sat, 03 Apr 2004 20:33:05 +0000 klao Miscellaneous maps, early version
Sat, 03 Apr 2004 18:42:39 +0000 alpar Many of the old stuffs has been finally removed.
Sat, 03 Apr 2004 18:41:46 +0000 klao Superfluous parts removed
Sat, 03 Apr 2004 18:22:08 +0000 klao map tests (not yet)
Sat, 03 Apr 2004 18:21:25 +0000 klao Bit more elaborated map concepts
Sat, 03 Apr 2004 17:26:46 +0000 marci One more experimental study about dereferation vs optimization
Sat, 03 Apr 2004 14:41:31 +0000 marci takaritas
Sat, 03 Apr 2004 14:22:33 +0000 marci minor changes
Fri, 02 Apr 2004 18:31:19 +0000 marci const Graph&, const CapMap& in preflow constructor
Fri, 02 Apr 2004 15:59:17 +0000 athos Munkaido
Fri, 02 Apr 2004 14:53:05 +0000 athos suurballe fordulo es segfaultolo(!) valtozata
Fri, 02 Apr 2004 12:10:11 +0000 marci misc
Thu, 01 Apr 2004 21:06:53 +0000 klao bin_heap merge-olva
Thu, 01 Apr 2004 15:32:31 +0000 alpar M_PI
Wed, 31 Mar 2004 17:57:15 +0000 marci Nehany folyamalgoritmus futasi ideje, azzal a kozponti kerdessel, hogy a sok dereferalas
Wed, 31 Mar 2004 16:39:42 +0000 marci makefile, you see...
Wed, 31 Mar 2004 16:38:38 +0000 marci Ment-e a dereferalasok sporolasaval elobbre a vilag?
Wed, 31 Mar 2004 15:50:21 +0000 marci Working on-the-fly with wrappers
Tue, 30 Mar 2004 17:47:51 +0000 marci blocking flows
Tue, 30 Mar 2004 17:37:14 +0000 marci .
Tue, 30 Mar 2004 17:16:53 +0000 marci GraphWrappers, MapWrappers
Tue, 30 Mar 2004 13:37:21 +0000 marci GraphWrappers
Tue, 30 Mar 2004 13:18:10 +0000 alpar bin_heap.hh -> bin_heap.h
Tue, 30 Mar 2004 07:07:44 +0000 marci ResGraphWrapper ...
Mon, 29 Mar 2004 21:43:27 +0000 deba (none)
Mon, 29 Mar 2004 20:34:24 +0000 deba (none)
Mon, 29 Mar 2004 16:02:14 +0000 marci HUGO_ in header file defines
Mon, 29 Mar 2004 16:00:00 +0000 marci ResGraphWrapper partial improvement
Mon, 29 Mar 2004 11:08:59 +0000 klao bin_heap.hh atnevezese
Mon, 29 Mar 2004 10:25:23 +0000 alpar Minor changes in #include's
Mon, 29 Mar 2004 10:24:13 +0000 alpar (none)
Mon, 29 Mar 2004 08:31:01 +0000 alpar dijkstra.h and fib_heap.h has moved to include.
Mon, 29 Mar 2004 08:22:39 +0000 alpar (none)
Mon, 29 Mar 2004 08:16:18 +0000 alpar Move invalid.h smart_graph.h maps.h emptygraph.h to include
Fri, 26 Mar 2004 23:34:45 +0000 klao .keepme -k torolve
Fri, 26 Mar 2004 15:01:25 +0000 athos Csak p?r ?tlet...
Fri, 26 Mar 2004 14:59:18 +0000 athos Hozz?adtam p?r dolgot, miel?tt ?tt?r?nk az svn-re.
Fri, 26 Mar 2004 14:33:32 +0000 alpar DocFix
Fri, 26 Mar 2004 14:05:01 +0000 alpar New project name.
Fri, 26 Mar 2004 14:03:02 +0000 alpar Heap is now a template-template parameter
Fri, 26 Mar 2004 13:59:59 +0000 beckerjc koztes valtozat
Fri, 26 Mar 2004 13:03:09 +0000 alpar .
Thu, 25 Mar 2004 17:38:45 +0000 athos Betettem 1 file-ba a boundingbox-ot ?s az xy-t + egy?b apr? m?dos?t?sok.
Thu, 25 Mar 2004 09:42:59 +0000 marci .
Wed, 24 Mar 2004 13:06:06 +0000 alpar DocFixes
Wed, 24 Mar 2004 09:36:21 +0000 jacint state_enum change
Tue, 23 Mar 2004 17:28:47 +0000 athos Elk?sz?lt a boundingbox oszt?ly (boundingbox.h) ?s hozz? a tesztprogi.
Tue, 23 Mar 2004 13:47:31 +0000 marci .
Tue, 23 Mar 2004 13:31:02 +0000 marci .
Tue, 23 Mar 2004 11:12:48 +0000 marci .
Mon, 22 Mar 2004 17:27:20 +0000 marci wrappers
Mon, 22 Mar 2004 17:05:08 +0000 marci .
Mon, 22 Mar 2004 16:37:10 +0000 marci RevGraphWrapper
Mon, 22 Mar 2004 16:07:42 +0000 marci .
Mon, 22 Mar 2004 15:53:05 +0000 marci .
Mon, 22 Mar 2004 13:08:24 +0000 marci .
Mon, 22 Mar 2004 12:17:44 +0000 marci .
Mon, 22 Mar 2004 10:21:30 +0000 alpar DocFix
Sun, 21 Mar 2004 18:43:15 +0000 alpar Bugfix
Sun, 21 Mar 2004 17:20:20 +0000 klao aprosagok
Sun, 21 Mar 2004 17:09:16 +0000 klao Reszutas konstruktorok
Sun, 21 Mar 2004 16:16:08 +0000 klao Ut struktura. Elso valtozat.
Sun, 21 Mar 2004 14:59:51 +0000 alpar Some doc added
Sun, 21 Mar 2004 14:58:48 +0000 alpar Dijkstra, bin_heap, fib_heap added to the doc.
Sat, 20 Mar 2004 21:38:16 +0000 alpar Aprosagok...
Sat, 20 Mar 2004 20:08:24 +0000 jacint map.get(v) <- map[v] csere
Sat, 20 Mar 2004 20:06:23 +0000 jacint *** empty log message ***
Sat, 20 Mar 2004 19:39:42 +0000 jacint *** empty log message ***
Sat, 20 Mar 2004 17:01:45 +0000 beckerjc unionfind: componentSize tagfv
Sat, 20 Mar 2004 16:13:19 +0000 alpar Several bugfixes
Sat, 20 Mar 2004 16:10:26 +0000 alpar .
Sat, 20 Mar 2004 16:07:19 +0000 alpar bool map problems solved.
Sat, 20 Mar 2004 13:48:04 +0000 klao Feluton az uj map stilus fele.
Sat, 20 Mar 2004 11:32:44 +0000 marci .
Sat, 20 Mar 2004 11:19:00 +0000 marci .
Fri, 19 Mar 2004 22:16:05 +0000 jacint updating
Fri, 19 Mar 2004 21:15:14 +0000 alpar get() -> operator[]()
Fri, 19 Mar 2004 20:58:39 +0000 alpar get() -> operator[]()
Fri, 19 Mar 2004 15:41:58 +0000 marci warnings
Fri, 19 Mar 2004 14:47:36 +0000 athos M?g ?rtam bele 2 dolgot, meg a tesztelot is kibovitettem.
Fri, 19 Mar 2004 09:09:20 +0000 marci .
Fri, 19 Mar 2004 07:59:52 +0000 alpar .
Fri, 19 Mar 2004 07:58:58 +0000 alpar .
Fri, 19 Mar 2004 07:40:00 +0000 alpar .
Fri, 19 Mar 2004 07:39:09 +0000 alpar Documentation page for maps.
Thu, 18 Mar 2004 16:50:07 +0000 athos 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?.
Thu, 18 Mar 2004 12:07:37 +0000 marci .
Thu, 18 Mar 2004 11:35:41 +0000 marci .
Wed, 17 Mar 2004 18:18:26 +0000 marci max cardinality bipartite matching demo, something to play with it
Wed, 17 Mar 2004 17:04:41 +0000 marci .
Wed, 17 Mar 2004 16:10:33 +0000 marci .
Wed, 17 Mar 2004 15:41:00 +0000 marci .
Wed, 17 Mar 2004 15:09:48 +0000 marci .
Wed, 17 Mar 2004 15:01:04 +0000 marci .
Wed, 17 Mar 2004 14:50:01 +0000 marci .
Wed, 17 Mar 2004 13:33:13 +0000 marci .
Tue, 16 Mar 2004 15:28:04 +0000 marci leda_graph_wrapper.h
Tue, 16 Mar 2004 15:27:20 +0000 marci LedaGraph -> LedaGraphWrapper
Tue, 16 Mar 2004 13:06:06 +0000 marci .
Mon, 15 Mar 2004 16:42:26 +0000 alpar .
Mon, 15 Mar 2004 16:30:20 +0000 alpar .
Sat, 13 Mar 2004 22:53:07 +0000 alpar Dynamic maps became the defaults.
Sat, 13 Mar 2004 22:49:54 +0000 alpar .
Sat, 13 Mar 2004 22:48:43 +0000 alpar put the namespace into the main #ifdef
Sat, 13 Mar 2004 22:40:36 +0000 alpar More comments, bug fixes, and copy constructors
Fri, 12 Mar 2004 20:11:31 +0000 marci leda graph wrapper
Fri, 12 Mar 2004 20:09:35 +0000 marci .
Fri, 12 Mar 2004 16:37:08 +0000 marci const
Fri, 12 Mar 2004 16:13:44 +0000 marci Node <-> NodeIt correction in next
Fri, 12 Mar 2004 15:42:51 +0000 alpar Marci's changes accepted.
Fri, 12 Mar 2004 09:46:44 +0000 marci .
Fri, 12 Mar 2004 09:40:03 +0000 marci correcting implicit typenames
Fri, 12 Mar 2004 09:19:54 +0000 marci towards on ListGraph, SmartGraph compatibility
Thu, 11 Mar 2004 23:31:13 +0000 jacint *** empty log message ***
Thu, 11 Mar 2004 19:24:28 +0000 klao Uj kupac nevezektan
Thu, 11 Mar 2004 19:19:52 +0000 klao hurokeles bug
Thu, 11 Mar 2004 18:17:20 +0000 jacint *** empty log message ***
Thu, 11 Mar 2004 15:57:17 +0000 klao egy kicsit szebb INVALID
Thu, 11 Mar 2004 14:15:07 +0000 marci graph wrapper improvements, blocking flow on fly
Thu, 11 Mar 2004 12:55:50 +0000 jacint *** empty log message ***
Thu, 11 Mar 2004 11:03:22 +0000 jacint *** empty log message ***
Wed, 10 Mar 2004 17:49:55 +0000 alpar Some mod in the doc
Wed, 10 Mar 2004 17:47:54 +0000 alpar New graph interface
Wed, 10 Mar 2004 16:46:17 +0000 alpar Emtygraph with the new interface
Wed, 10 Mar 2004 16:43:50 +0000 alpar Declarations and definitions of Invalid and INVALID
Tue, 09 Mar 2004 18:42:14 +0000 jacint *** empty log message ***
Tue, 09 Mar 2004 15:53:19 +0000 jacint *** empty log message ***
Tue, 09 Mar 2004 15:32:40 +0000 jacint *** empty log message ***
Mon, 08 Mar 2004 12:29:07 +0000 marci a lot of interesting and very useful wrapper graphs
Sun, 07 Mar 2004 19:33:34 +0000 alpar One more step toward the standars interface.
Thu, 04 Mar 2004 19:45:06 +0000 marci .
Thu, 04 Mar 2004 19:38:07 +0000 marci graph wrappers
Thu, 04 Mar 2004 15:13:43 +0000 marci *** empty log message ***
Thu, 04 Mar 2004 13:08:17 +0000 beckerjc .
Thu, 04 Mar 2004 13:01:53 +0000 beckerjc .
Thu, 04 Mar 2004 12:59:24 +0000 marci .
Wed, 03 Mar 2004 19:16:48 +0000 beckerjc Uni?-HolVan strukt?ra,
Wed, 03 Mar 2004 19:14:27 +0000 beckerjc Apr?bb jav?t?sok.
Wed, 03 Mar 2004 14:30:38 +0000 marci G.next(...), G.valid(...), ...
Tue, 02 Mar 2004 20:40:39 +0000 alpar Step toward to a standardised graph interface.
Tue, 02 Mar 2004 18:24:00 +0000 marci .
Tue, 02 Mar 2004 15:45:27 +0000 alpar next() -> getNext()
Tue, 02 Mar 2004 14:51:13 +0000 marci BfsIterator4, DfsIterator4 extension
Mon, 01 Mar 2004 17:34:37 +0000 jacint nagytakaritas
Mon, 01 Mar 2004 17:24:34 +0000 jacint nagytakaritas
Mon, 01 Mar 2004 16:32:50 +0000 marci .
Mon, 01 Mar 2004 14:43:07 +0000 jacint *** empty log message ***
Mon, 01 Mar 2004 14:33:00 +0000 marci next, getNext
Mon, 01 Mar 2004 12:06:56 +0000 marci .
Mon, 01 Mar 2004 11:33:10 +0000 marci ResGraph3::EdgeMap<T>
Fri, 27 Feb 2004 14:20:47 +0000 alpar Zoli listaja
Fri, 27 Feb 2004 13:58:41 +0000 marci blocking flow improvement
Fri, 27 Feb 2004 12:58:17 +0000 marci nem hekkelunk.
Fri, 27 Feb 2004 12:39:15 +0000 marci Dinits blocking flow added to edmonds_karp_demo.hh.
Thu, 26 Feb 2004 16:07:40 +0000 klao makefile: tobb include konyvtar, jobb depend keszites
Thu, 26 Feb 2004 11:38:51 +0000 jacint Alpar SmartGraph-janak atirasa
Wed, 25 Feb 2004 15:27:17 +0000 alpar .
Wed, 25 Feb 2004 15:26:39 +0000 alpar setInvalid() functions added.
Wed, 25 Feb 2004 12:11:28 +0000 alpar .
Tue, 24 Feb 2004 18:22:53 +0000 klao private typedef problemak
Tue, 24 Feb 2004 16:36:02 +0000 beckerjc Makefile a html-hez. A verbatim m?dok elk?sz?t?se.
Mon, 23 Feb 2004 19:02:16 +0000 klao 4.4.1-es ledahoz a demo atalakitva
Mon, 23 Feb 2004 17:33:50 +0000 alpar .
Mon, 23 Feb 2004 16:38:49 +0000 beckerjc Sajat dtd es dsl kezdetleges valtozatai.
Mon, 23 Feb 2004 16:34:08 +0000 beckerjc generalt fajlok torlese
Mon, 23 Feb 2004 13:23:53 +0000 jacint include unistd
Mon, 23 Feb 2004 11:31:14 +0000 athos Itt van.
Mon, 23 Feb 2004 11:17:41 +0000 athos Alpar, nezz bele
Mon, 23 Feb 2004 07:05:27 +0000 alpar Improvements in 'Timer'/'TimeStamp'
Sun, 22 Feb 2004 15:17:58 +0000 alpar Timer class for measuring user/system time added.
Sun, 22 Feb 2004 15:16:54 +0000 alpar Bugfix in Dyn{Node|Edge}Maps.
Sun, 22 Feb 2004 12:51:34 +0000 alpar .
Sun, 22 Feb 2004 12:43:48 +0000 alpar marci ->hugo
Sun, 22 Feb 2004 12:17:16 +0000 jacint *** empty log message ***
Sun, 22 Feb 2004 11:45:38 +0000 jacint *** empty log message ***
Sat, 21 Feb 2004 22:15:11 +0000 jacint *** empty log message ***
Sat, 21 Feb 2004 21:40:59 +0000 jacint leiras
Sat, 21 Feb 2004 21:01:22 +0000 jacint Flows with test files. The best is preflow.h
Fri, 20 Feb 2004 22:01:02 +0000 alpar Dynamic Maps added.
Fri, 20 Feb 2004 21:59:34 +0000 alpar marci -> hugo
Fri, 20 Feb 2004 21:57:39 +0000 alpar .
Fri, 20 Feb 2004 21:45:07 +0000 alpar marci -> hugo replacements
Fri, 20 Feb 2004 00:29:19 +0000 alpar A smart (and fast) graph class
Fri, 20 Feb 2004 00:27:49 +0000 alpar .
Thu, 19 Feb 2004 22:28:33 +0000 jacint The best etik-ol flow alg so far.
Wed, 18 Feb 2004 21:50:45 +0000 jacint another heuristic
Wed, 18 Feb 2004 17:27:13 +0000 marci .
Wed, 18 Feb 2004 15:58:28 +0000 marci dfs iterator: DfsIterator4 improved version
Wed, 18 Feb 2004 14:43:01 +0000 jacint egyfajta preflow
Wed, 18 Feb 2004 14:42:38 +0000 jacint javitott valtozat
Wed, 18 Feb 2004 13:06:41 +0000 marci numerical results
Wed, 18 Feb 2004 12:45:44 +0000 marci .
Tue, 17 Feb 2004 16:59:52 +0000 alpar .
Tue, 17 Feb 2004 14:04:46 +0000 alpar It is working...
Tue, 17 Feb 2004 13:26:44 +0000 alpar .
Tue, 17 Feb 2004 12:27:49 +0000 alpar .
Tue, 17 Feb 2004 12:26:25 +0000 marci for alpar's sake...
Tue, 17 Feb 2004 11:46:27 +0000 marci mostmar jonak tunik jacint mind2 flow-ja
Tue, 17 Feb 2004 11:43:22 +0000 jacint fast version
Tue, 17 Feb 2004 11:24:21 +0000 marci mostmar pontosabb erteket ad
Tue, 17 Feb 2004 11:23:00 +0000 marci next, goNext
Tue, 17 Feb 2004 11:16:39 +0000 jacint *** empty log message ***
Tue, 17 Feb 2004 09:34:55 +0000 jacint after debugging
Tue, 17 Feb 2004 08:59:49 +0000 jacint debuggolt valtozatok
Mon, 16 Feb 2004 18:15:31 +0000 marci Can you test more preflow algs?
Mon, 16 Feb 2004 16:36:12 +0000 alpar #include<vector> added
Mon, 16 Feb 2004 16:27:49 +0000 alpar Several bugfixes
Mon, 16 Feb 2004 16:21:22 +0000 jacint delete
Mon, 16 Feb 2004 16:15:58 +0000 jacint modern valtozat
Mon, 16 Feb 2004 15:57:59 +0000 athos Kijavitottam a preflow_push algoritmust az uj koncept szerint.
Mon, 16 Feb 2004 11:38:19 +0000 marci .
Mon, 16 Feb 2004 11:29:48 +0000 marci .
Mon, 16 Feb 2004 10:57:01 +0000 alpar .
Fri, 13 Feb 2004 15:57:22 +0000 marci .
Fri, 13 Feb 2004 15:12:10 +0000 jacint modern valtozat
Thu, 12 Feb 2004 18:11:08 +0000 marci read_dimacs_demo: measures elapsed time
Tue, 10 Feb 2004 13:29:15 +0000 alpar .
Mon, 09 Feb 2004 13:11:10 +0000 marci .
Fri, 06 Feb 2004 15:55:06 +0000 beckerjc Bookmark-okkal, b?r el?g bugosan.
Fri, 06 Feb 2004 11:45:47 +0000 marci .
Thu, 05 Feb 2004 17:35:42 +0000 beckerjc docbook dokumentacio illusztracio
Thu, 05 Feb 2004 15:56:12 +0000 alpar Some Graph wrapper classes
Thu, 05 Feb 2004 15:06:45 +0000 marci .
Wed, 04 Feb 2004 18:59:07 +0000 ladanyi added the loader for the DIMACS file format
Wed, 04 Feb 2004 16:02:48 +0000 alpar {}'s has been inserted after the function declarations. (For Misi's sake.)
Wed, 04 Feb 2004 14:36:46 +0000 alpar ValueType/KeyType is NodeMap/EdgeMap
Wed, 04 Feb 2004 12:59:17 +0000 marci .
Wed, 04 Feb 2004 12:46:33 +0000 marci .
Wed, 04 Feb 2004 12:45:32 +0000 marci BfsIterator2
Wed, 04 Feb 2004 12:34:15 +0000 alpar To make clear, clean() became clear().
Wed, 04 Feb 2004 11:55:27 +0000 alpar Some correction proposed by Marci.
Tue, 03 Feb 2004 13:41:46 +0000 alpar aNode(), bNode(), head() and tail() added
Tue, 03 Feb 2004 13:29:49 +0000 alpar .
Tue, 03 Feb 2004 12:42:54 +0000 alpar .
Tue, 03 Feb 2004 12:41:29 +0000 alpar An empty Graph class.
Fri, 30 Jan 2004 15:23:46 +0000 marci atrendezes
Fri, 30 Jan 2004 14:56:11 +0000 jacint *** empty log message ***
Fri, 30 Jan 2004 14:55:10 +0000 marci marci_graph_demo in new concept
Fri, 30 Jan 2004 14:54:32 +0000 marci marci_graph_demo, iterator_bfs_dfs_demo
Fri, 30 Jan 2004 14:53:17 +0000 jacint Moved to /jacint
Fri, 30 Jan 2004 14:52:04 +0000 marci marci_list_graph.hh in the new upper-cased concept
Fri, 30 Jan 2004 14:51:01 +0000 marci iterator style bfs, dfs
Fri, 30 Jan 2004 14:50:10 +0000 marci some informations on the upper-cased new graph concept
Fri, 30 Jan 2004 14:49:04 +0000 marci marci_max_flow.hh in the new concept
Fri, 30 Jan 2004 14:48:06 +0000 marci marci_bfs.hh in the new, upper-case concept, and som further improvements
Thu, 29 Jan 2004 17:47:41 +0000 klao bin_heap.hh:
Tue, 27 Jan 2004 21:36:17 +0000 klao Jacint conflict-janak kijavitasa
Tue, 27 Jan 2004 21:23:33 +0000 klao Alap leiras a BinHeap -rol
Tue, 27 Jan 2004 19:17:46 +0000 klao -MM sajnos mashogy mukodik meg a 3.0 alatt
Tue, 27 Jan 2004 19:16:38 +0000 klao Generikus binaris kupac implementacio.
Tue, 27 Jan 2004 16:23:51 +0000 athos preflow_push.hh: Preflow-push valtozat by athos
Mon, 26 Jan 2004 11:17:14 +0000 alpar .
Sun, 25 Jan 2004 18:33:17 +0000 klao Okos makefile
Fri, 23 Jan 2004 22:26:13 +0000 jacint Primitive Dijkstra with stl priority queue. flow_test.cc is for testing flows and Dijkstra.
Fri, 23 Jan 2004 22:22:12 +0000 jacint A new version is coming.
Thu, 22 Jan 2004 17:04:38 +0000 marci c++
Wed, 21 Jan 2004 14:51:05 +0000 jacint is_valid changed to valid
Wed, 21 Jan 2004 08:39:33 +0000 alpar .
Wed, 21 Jan 2004 08:38:45 +0000 alpar @insertcopying is kikommentezve.
Wed, 21 Jan 2004 08:37:17 +0000 alpar a @copying-gal baj van -> kikommentezve!
Wed, 21 Jan 2004 08:36:30 +0000 alpar a @tie nem megy a neumannon
Wed, 21 Jan 2004 08:28:57 +0000 alpar .
Tue, 20 Jan 2004 21:28:29 +0000 jacint makefile for the flow algorithms by jacint
Tue, 20 Jan 2004 21:27:45 +0000 jacint Test for the flow algorithms
Tue, 20 Jan 2004 21:27:28 +0000 jacint A reverse bfs
Tue, 20 Jan 2004 21:27:10 +0000 jacint A max flow algorithm counting only the max flow value
Tue, 20 Jan 2004 21:22:35 +0000 jacint A max flow algorithm
Tue, 20 Jan 2004 17:39:13 +0000 marci *** empty log message ***
Tue, 20 Jan 2004 11:21:42 +0000 alpar A documentation proposal using texinfo.
Fri, 16 Jan 2004 11:22:05 +0000 marci make_invalid()
Fri, 16 Jan 2004 11:21:47 +0000 marci *** empty log message ***
Fri, 16 Jan 2004 11:20:09 +0000 marci new method for making invalid iterators: make_invalid()
Mon, 12 Jan 2004 11:50:52 +0000 marci reimplemented max_flow algorithm class with bfs_iterator1
Mon, 12 Jan 2004 11:49:56 +0000 marci b_node bug correction
Mon, 12 Jan 2004 11:49:16 +0000 marci .
Mon, 12 Jan 2004 11:48:49 +0000 marci bfs_iterator1
Fri, 09 Jan 2004 14:57:01 +0000 marci property vectorokhoz korabban is letezo
Tue, 30 Dec 2003 13:59:08 +0000 marci marci
Tue, 16 Dec 2003 18:17:51 +0000 alpar -New test: bfsdemo2.cc added
Tue, 16 Dec 2003 17:52:52 +0000 alpar .
Tue, 16 Dec 2003 16:19:08 +0000 alpar !!!Tests!!!
Mon, 15 Dec 2003 17:46:22 +0000 alpar .
Sun, 14 Dec 2003 15:32:46 +0000 alpar a 'bfs algorithm class' proposal added
Sat, 13 Dec 2003 15:44:50 +0000 alpar - Marci type iterator constructors
Thu, 11 Dec 2003 07:24:53 +0000 alpar bfs
Sat, 06 Dec 2003 19:32:27 +0000 alpar src/demo/graph.h: a proposal for a graph implementation
Sat, 06 Dec 2003 19:14:54 +0000 alpar Initial revision