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