2010-03-04 convert-repo update tags default tip
2006-09-15 alpar dim2.h is considered stable lemon-1.0
2006-08-16 alpar Some updates on the todo list lemon-1.0
2006-08-14 alpar Remove superfluous include headers lemon-1.0
2006-08-10 alpar Some clean files added. lemon-1.0
2006-07-19 alpar Update ToDo list lemon-1.0
2006-07-05 alpar Some update on documenting exceptions. lemon-1.0
2006-07-04 ladanyi Distribute Makefiles. lemon-1.0
2006-07-04 ladanyi Distribute Doxyfile.in and lemon.pc.in. lemon-1.0
2006-07-04 ladanyi Set svn:ignore property. lemon-1.0
2006-07-04 ladanyi The distcheck and doc targets should work now too. lemon-1.0
2006-07-04 ladanyi Set svn:ignore property. lemon-1.0
2006-07-04 ladanyi Copied the autotools files from trunk and commented them out so that configure and make succeeds. lemon-1.0
2006-06-28 alpar Minor updates lemon-1.0
2006-06-27 alpar Some updates based on the last meeting lemon-1.0
2006-06-27 alpar Ah, I see... lemon-1.0
2006-06-19 deba without log lemon-1.0
2006-06-13 alpar Some updates on the todo list. lemon-1.0
2006-06-13 alpar An uncomplete todo list for releasing a stable version of lemon. lemon-1.0
2006-06-09 alpar Renamed the branch to lemon-1.0 in order to avoid ambiguity. lemon-1.0
2006-06-06 alpar Brach for the stable release 1.0 1.0
2009-06-04 kpeter Various improvements for NS pivot rules
2009-06-01 kpeter Remove a faulty check from lp_test.cc
2009-06-01 kpeter Add the Cancel and Tighten min cost flow algorithm
2009-06-01 kpeter XTI data structure for NS - backport hg commit [8c3112a66878]
2009-02-06 kpeter Rework Network Simplex
2009-02-04 alpar Remove a faulty include from elevator.h
2008-12-21 deba Backport hg commit [81d40f1c850c] (ticket #197)
2008-12-20 deba Backport hg commit [52c04a2a652c] (ticket #197)
2008-11-13 kpeter Various improvements in NetworkSimplex.
2008-11-13 kpeter Improved constructors for min cost flow classes
2008-11-13 kpeter Improve tree update procedure in NetworkSimplex
2008-11-07 kpeter Backport doxygen options for version 1.5.7 from [9194a12c52e6]
2008-10-23 alpar Adapt the doc generation to the hg repo
2008-10-15 kpeter Major improvement in the cost scaling algorithm
2008-10-08 deba Bug fixes is HaoOrlin and MinCostArborescence
2008-10-06 kpeter Add missing pointer initializing in min cost flow classes
2008-10-05 deba Fix _setCoeff
2008-10-05 kpeter Bug fix in min_cost_flow_test.cc
2008-10-05 kpeter Doc improvements
2008-10-05 kpeter Improve network simplex algorithm
2008-09-19 deba G++-4.3 compatibility changes
2008-07-22 deba Backport bug fix for Id handling from hg changeset [e67acd83a9ca]
2008-07-22 deba Back port bug fix from hg changeset [0915721396dc]
2008-07-02 ladanyi Fix bug caused by m4 consuming pairs of square brackets (#108).
2008-06-27 alpar Update the version number
2008-06-13 deba Back porting hg commit 81563e019fa4
2008-06-10 deba Bug fix initialization
2008-05-25 deba Fixing bug in named parameters (Back port bug fix of ticket #95)
2008-05-23 deba Bug fix full graph problam
2008-05-16 deba Fixing lp constraints (solving ticket #92)
2008-04-19 alpar Avoid warning in random.h (backport of chgset 4790635473ef from lemon-1.0) lemon-0.7
2008-04-17 kpeter Remove SspMinCostFlow, since it is fully replaced by other classes.
2008-04-17 kpeter Revert mistaken changes in NEWS file.
2008-04-08 deba Bug fixes in LP solvers
2008-04-08 deba Fix Makefile.am
2008-04-08 kpeter Small fixes in NEWS file
2008-04-08 hegyi Rel.07 NEWS - 3. round
2008-04-08 hegyi Rel.07 NEWS - 2. round
2008-04-07 hegyi NEWS file updated for Release 0.7
2008-04-03 alpar Serious bugfix in Random::gamma()
2008-03-25 deba Minor bug fix
2008-03-20 deba Correcting broken repo
2008-03-20 deba Back porting commit 81563e019fa4
2008-03-20 deba Bug fix for not connected graphs
2008-03-14 deba Executable property removed
2008-03-07 kpeter Fix static member initializations (ticket #30).
2008-03-02 ladanyi Revert to long long int since currently I don't know a better solution.
2008-03-01 ladanyi In C++98 array size shall be an integral constant expression. Fixes
2008-03-01 ladanyi There is no 'long long int' type in C++98 (only in C99).
2008-02-29 kpeter Bug fix in CapacityScaling.
2008-02-29 kpeter Small improvements in min cost flow files.
2008-02-29 kpeter External flow and potential maps can be used in MinCostMaxFlow.
2008-02-29 kpeter Reimplemented Suurballe class.
2008-02-28 deba Backport of bug fix hg 2de55e4f57a7
2008-02-28 kpeter Test file for the min cost flow algorithms.
2008-02-28 kpeter Small fixes and doc improvements in MinMeanCycle.
2008-02-28 kpeter Avoid map copy in MinCostMaxFlow.
2008-02-28 kpeter Query improvements in the min cost flow algorithms.
2008-02-27 deba Bug fixes
2008-02-25 kpeter Bug fixes in min cost flow files.
2008-02-21 ladanyi Put the definitions of global functions into a .cc file.
2008-02-18 kpeter Add a cost scaling min cost flow algorithm.
2008-02-18 kpeter Improvements in MinCostFlow and MinCostMaxFlow.
2008-02-18 kpeter Major improvements in NetworkSimplex.
2008-02-18 kpeter Improvements in CapacityScaling.
2008-02-18 kpeter Improvements in CycleCanceling.
2008-02-08 ladanyi Fix VPATH builds.
2008-02-08 alpar Hopefully fix all compilation errors.
2008-02-08 alpar Fix a silly typo
2008-02-08 alpar #include<cmath> -> #include<lemon/math.h>
2008-02-08 alpar Math constants + configure bugfix backported
2008-02-08 alpar Update the server and the repository names to lemon.
2008-02-08 alpar Doc improvments backported from hg 9df0fe5e5109
2008-02-05 kpeter Bug fix in heap_test.cc.
2008-02-05 kpeter Several doc improvements and fixes in maps.h and concepts/maps.h.
2008-02-05 kpeter Small fixes in README.
2008-02-05 kpeter Improvements and fixes in dim2.h.
2008-02-05 kpeter Translate Hungarian varible names and improve messages in dim_test.cc.
2008-02-05 kpeter Fix the rename script.
2008-01-29 klao grid_ugraph.h: fixed #18 (global functions inlined)
2008-01-28 kpeter Improved rename script to handle includes correctly.
2008-01-21 alpar Reveal an existing functionality in the documentation
2008-01-13 kpeter Cleanup in the minimum cost flow files.
2008-01-13 kpeter Reimplemented MinMeanCycle to be much more efficient.
2008-01-07 alpar Minor doc fix
2008-01-07 alpar Happy New Year to LEMON (+ better update-copyright-header script)
2008-01-04 kpeter Improved rename script to avoid "undirected digraph".
2007-12-31 ladanyi Include functional because of std::less.
2007-12-30 deba Changing degree of tournament tree
2007-12-29 deba Test program for max weighted matchings
2007-12-28 deba Edmond's Blossom shrinking algroithm:
2007-12-27 deba Renaming state_enum to State
2007-12-20 deba Bug fix in erase
2007-12-20 deba Casting index to int
2007-12-19 kpeter Bug fix (Circulation interface changed).
2007-12-19 alpar Change the local variables lower case
2007-12-17 deba Bug fix
2007-12-12 deba Bug fix
2007-12-11 deba Avoiding warnings
2007-12-11 deba DynEdgeLookUp implementation based on splay trees
2007-12-10 deba Bug fix in doc
2007-12-10 deba Using operation traits in dijkstra
2007-12-07 kpeter Modified rename script (BpGraph instead of Bigraph).
2007-12-05 kpeter Redesigned CapacityScaling algorithm with almost the same interface.
2007-12-05 kpeter Improved docs.
2007-12-05 kpeter Bug fixes.
2007-12-04 kpeter Bug fixes in the rename script.
2007-12-04 deba rename graphs script
2007-12-04 deba Reimplementation of Hao-Orlin algorithm
2007-11-30 deba Minor changes
2007-11-28 deba Gomory-Hu tree algorithm
2007-11-28 deba bug fix
2007-11-28 deba Redesign Circulation interface according to new flow interface
2007-11-28 deba Using linked elevator
2007-11-28 deba Bug fix resetting activeness of node at initialization
2007-11-27 ladanyi Fix warning when compiling with -Wall.
2007-11-27 deba Performance bug in Preflow
2007-11-25 deba Bugfix: using read-write map instead reference map
2007-11-21 deba Better solution
2007-11-21 deba Changed queue implementation
2007-11-21 deba Bugfix in min cut computation
2007-11-20 kpeter Small changes in the documentation.
2007-11-20 deba Nauty graph6 reader
2007-11-17 deba Changing max flow interface
2007-11-17 deba Redesign the maximum flow algorithms
2007-11-14 deba Query the result value of an expression
2007-11-14 deba Elevator: slight changes in elevator interface
2007-11-14 deba IntegerMap
2007-11-14 deba removing semicolon ftom the end of GRAPH_TYPEDEFS
2007-11-14 kpeter Small changes in the min. cost flow classes.
2007-11-08 deba Planar graph coloring
2007-11-07 kpeter Small bug fix.
2007-10-30 deba Change to new union-find interface
2007-10-30 deba Redesign interface of MaxMatching and UnionFindEnum
2007-10-30 deba Bug fix
2007-10-25 alpar Fix a typo that caused the failure of 'make dist'
2007-10-24 deba BpUGraphReader and Writer
2007-10-20 deba Forgotten images
2007-10-19 deba planar doxygen group
2007-10-19 deba Planar Grid Embedding
2007-10-19 deba Bug fix in undirected graphs (adding loops)
2007-10-19 ladanyi Build fix.
2007-10-17 deba setAll for iterable bool maps
2007-10-13 ladanyi Added the function isFinite(), and replaced the calls to finite() with it.
2007-10-12 ladanyi Makefile fix.
2007-10-09 deba Bad documentation
2007-10-09 deba Adding doc
2007-10-09 deba Documentation for lemon tools
2007-10-09 deba Minor bug fixes in documentation
2007-10-09 deba Bug fix and redesign StdMap
2007-10-09 deba Bug fix in MaxMatching
2007-10-02 deba Removing other occurences of cnt
2007-10-02 deba Doc bug fix
2007-10-02 deba New developers page
2007-10-01 alpar make it compatible with current version of glpk
2007-10-01 alpar - Gamma distributon random variable.
2007-10-01 alpar Missing header file added.
2007-09-30 deba Avoiding warnings
2007-09-30 deba Planarity checking and embedding
2007-09-28 deba Once again bug fix in significant bit calculation
2007-09-28 deba The same for unsigned radix sort
2007-09-28 deba Bug fix in most significant digit calculation
2007-09-27 kpeter Bug fixes in the documentation (mainly bad references).
2007-09-26 deba Generate tools documentation
2007-09-19 kpeter Small bug fixes and changes in the documentation.
2007-09-16 kpeter Small improvement in documentation.
2007-09-16 kpeter Missing header.
2007-09-13 kpeter Small changes in min. cost flow algorithms.
2007-09-13 kpeter Small bug fixes.
2007-08-31 deba Invalid assignments ambiguity handling
2007-08-28 deba More simple interface for PathDumper
2007-08-28 deba PathNodeIt
2007-08-28 deba Redesign of augmenting path based matching
2007-08-25 ladanyi Consider the CPXMIP_OPTIMAL_TOL status as OPTIMAL too.
2007-08-24 deba uedgeset is an alias for edgeset
2007-08-21 deba Query functions: aMatching and bMatching
2007-08-11 deba Common interface for bipartite matchings
2007-07-26 deba Reporting invalid ID
2007-07-26 deba Correction in the line numbering method
2007-07-05 deba Sample input for sat-2 and sat demos
2007-06-26 deba The mip column addition hack is necessary only for 4.16
2007-06-15 deba Improvments in min cost flow algorithms
2007-06-15 deba Space reservation for SmartGraph
2007-06-15 deba Using set() instead of assignment
2007-06-12 alpar Spellcheck
2007-06-07 deba Correction for multiple point on starting sweep line
2007-06-05 alpar Update the demo file of Circulation
2007-06-05 alpar Two new constructors added to dim2::BoundingBox
2007-06-05 alpar Negate the meaning of the delta parameter
2007-06-05 alpar Minor improvement in Tutorial
2007-06-05 alpar Bugfix and improvement in -tsp2 algorithm
2007-06-05 deba Delaunay triangulation
2007-06-05 alpar A minimum spanning tree based TSP algorithm is added (-tsp2)
2007-06-05 alpar - Fix a serious bug in UEulerIt
2007-05-11 deba Patch in network simplex
2007-05-11 deba Patch for retrieving reached/processed node in dijkstra, bfs and dfs
2007-05-10 deba Bug fix
2007-05-07 deba Conformity to new GLPK interface
2007-05-07 deba Various min cost flow solvers
2007-05-07 deba Modified start() function in Dfs and Dijkstra classes to give back reached
2007-05-07 deba Bug fix in Bfs class.
2007-05-07 deba Small improvements in MinMeanCycle class.
2007-04-24 alpar Integer parameters also convert to double
2007-04-20 alpar Fix the bug
2007-04-20 alpar Test the repository checking service
2007-04-20 alpar Fix the test bug
2007-04-20 ladanyi Sorry...
2007-04-20 ladanyi fix to compile with gcc 4.1.2
2007-04-20 alpar Test broken repository warning
2007-04-20 deba Renaming topology doxygen group
2007-04-20 deba Doc change
2007-04-20 deba Clear for unionfinds
2007-04-19 deba Allowing 'string' type quoting
2007-04-19 deba Helper classs for checking existence of a nested class
2007-04-19 deba Redesigned Kruskal algorithm
2007-04-19 deba Corrections on StoreBoolMap
2007-04-19 deba Doc fix
2007-04-18 deba Small changes
2007-04-18 deba Demo program for SAT problems
2007-04-11 ladanyi Added SimplePath::front().
2007-04-10 athos Slight modifications.
2007-04-06 deba Parameter reordering
2007-03-30 deba Small improvments
2007-03-27 athos I only corrected bugs to make things compile: some featured not implemented here yet.
2007-03-26 deba Bug fix
2007-03-22 deba Right dimacs format for min cost flows
2007-03-22 ladanyi Append the svn revision number to the version string automatically.
2007-03-14 deba Bug fix
2007-03-14 deba dim_to_lgf
2007-03-13 alpar Minimum mean cycle algorithm contributed by Peter Kovacs.
2007-03-13 alpar Doc improvements contributed by Peter Kovacs.
2007-03-13 alpar Using LEMON_ASSERT instead of LogicError()
2007-03-13 alpar Better doc.
2007-03-12 deba Missing template keyword bug
2007-03-12 alpar dim_to_lgf has been moved to tools/ (from demo/)
2007-03-12 alpar The lemon repository has been renamed
2007-03-12 alpar An improved version of ArgParser: You don't need to give an explicit storage
2007-03-07 deba Data hiding
2007-03-07 deba Steiner 2-approximation demo
2007-03-07 deba More query functions
2007-03-07 deba Little interface improvment
2007-03-07 deba Some design correction
2007-03-07 deba naming convention:
2007-03-06 deba Correction of urls and email addresses
2007-03-06 deba Bug fix missing include
2007-03-06 deba Bug fix
2007-03-05 deba Bug whit Parent typedef in SplitGraphAdaptor::CombinedEdgeMap
2007-03-03 alpar Happy New Year to all source files!
2007-03-03 alpar - '-Wshadow' seemed to strict therefore removed
2007-03-03 alpar arg_parser.h: A command line argument parser.
2007-03-03 alpar More doc.
2007-03-03 alpar Fix icc compilation failures
2007-03-02 deba Hard Warning checking
2007-03-02 deba Bug fix
2007-03-01 deba getNotifier to notifier renaming
2007-03-01 deba steiner.h into the makefile
2007-03-01 deba 2-approximation of Steiner-tree problem
2007-03-01 deba Bug fix
2007-03-01 alpar ball2() -> disc() renaming
2007-03-01 alpar Prescaling can be turned off
2007-02-21 deba Once again minor doc changes
2007-02-21 deba Minor changes
2007-02-21 deba Reorganization of the modules and groups
2007-02-20 alpar A preflow based general network circulation algorithm and a simple demo
2007-02-20 alpar Some two dimensional random distribution added.
2007-02-20 alpar Doc improvements
2007-02-19 deba Adding original license to the file
2007-02-19 deba Minor fix
2007-02-19 deba Some documentation changes
2007-02-19 deba Naming convention changes
2007-02-19 deba Bug fixes
2007-02-19 alpar More adequate doc.
2007-02-16 deba Using const in lp interface
2007-02-16 alpar Check Soplex support, as well
2007-02-15 deba Lp row and col getter function
2007-02-15 deba Changes on the LP interface
2007-02-15 deba Small changes
2007-02-14 athos Implemented virtual functions of class LpCplex.
2007-02-12 alpar Lagrange relaxation based algorithm for the delay constrained least cost
2007-02-12 deba Some spellcheck
2007-02-12 deba Dijkstra could return the temporarly distance of the current node
2007-02-11 deba Some bug fix
2007-02-07 alpar Further doc improvements
2007-02-06 alpar Two new distributions added:
2007-02-06 alpar Doc improvements
2007-01-25 alpar A push/relabel type max cardinality matching implementation.
2007-01-25 alpar Doc improvements
2007-01-23 deba Correction of the wrong base class
2007-01-23 alpar Several doc improvements.
2007-01-22 athos Small bug corrected.
2007-01-22 alpar - Some bugfixes
2007-01-19 alpar Spellcheck
2007-01-19 alpar elevator.h: A class for handling item labels in push-relabel type algorithms
2007-01-12 athos One important thing only: equality-type constraint can now be added to an lp. The prettyPrint functions are not too pretty yet, I accept.
2007-01-11 deba Bug fix
2007-01-11 deba G++-3.3 conform solution
2007-01-11 deba Bug fix
2007-01-11 deba Undirected minimum cut benchmarking
2007-01-11 deba Make Hao-Orlin epsilon-safe
2007-01-11 deba Bug fix
2007-01-11 deba Changing implementation of undirected graphs
2007-01-11 deba Adding two heuristics
2007-01-09 athos Nothing serious.
2007-01-08 deba New path concept and path structures
2007-01-05 athos I only corrected some errors in the documentation.
2006-12-19 deba MACROS for debug map usage
2006-12-19 deba Bug fix
2006-12-18 deba Easier inverse than m.inverse()[a] => m(a)
2006-12-18 deba Better handling of inexact computation.
2006-12-12 deba clone => build renaming
2006-12-07 athos Query functions have been implemented for GLPK (CPLEX breaks at the moment, I guess): These functions include:
2006-12-04 alpar More sophisticated warning messages.
2006-12-04 alpar Fix 'unused variable' warnings
2006-12-04 athos Oops. I did not mean to break the repository.
2006-12-04 athos Some query functions got implemented, but only for GLPK.
2006-12-04 alpar Check for gcc version 3.3, 3.4 and 4.0 as well
2006-12-04 alpar Send the output to /dev/null
2006-12-04 alpar Copy constructor for LpGlpk
2006-11-30 alpar Automatic doc generation from the SVN trunk
2006-11-30 alpar - Change the subjects of broken repository mail alerts.
2006-11-30 alpar Send broken repository alert also to lemon-commits@lemon.cs.elte.hu.
2006-11-30 alpar Put server services related scripts under the server-services folder.
2006-11-29 deba Lp section reader
2006-11-29 deba Configuration files for soplex
2006-11-29 deba checking soplex
2006-11-29 deba Preliminary soplex support
2006-11-29 deba modified _setColCoeff and _setRowCoeff parameters
2006-11-28 alpar make 'commit-checker' silent
2006-11-28 alpar - update graph_oriantation.cc to be in line with the renamed xy and with the
2006-11-28 alpar Make the constructors of ColIt public.
2006-11-24 deba Erasing unionfind Item template parameter
2006-11-21 deba Some doc fix
2006-11-21 deba BfsVisitor
2006-11-21 deba Keeping order of alteration observers
2006-11-20 ladanyi Doc fix.
2006-11-14 alpar ColIt added. (Untested, but at least it compiles.)
2006-11-13 alpar Test the automatic compilation checker 1/2: fix the repo again
2006-11-13 alpar Test the automatic compilation checker 1/2: make a bug
2006-11-13 deba Conditional execution until the target is reached
2006-11-09 alpar Bugfix: didn't removed the lock file if something went wrong
2006-11-09 alpar Test the automatic compilation checker 3/3: fix repo again
2006-11-09 alpar Test the automatic compilation checker 2/3: wrong commit
2006-11-09 alpar Test the automatic compilation checker 1/3
2006-11-08 alpar Send message to the commit author, as well
2006-11-08 alpar Script for automatic checking of SVN commit's consistency
2006-11-03 deba First implementation of the static graph class
2006-11-03 deba General mapping based variant type
2006-11-03 deba Spellchecking
2006-11-03 deba GraphCopy and UGraphCopy modifications
2006-11-03 deba Strict checking disabled
2006-10-31 athos Corrected some typos and grammatical errors.
2006-10-31 deba Removing template Map template parameter from InvertableMaps
2006-10-31 deba The implementation of the graph copy is changed
2006-10-31 deba Bug fix
2006-10-31 deba Renaming MinCut
2006-10-31 deba Bug fix
2006-10-31 deba Bug fixes
2006-10-31 mqrelly tutorial update
2006-10-31 alpar One more refinement lemon-0.6
2006-10-31 alpar Update scripts
2006-10-31 alpar update for version 0.6
2006-10-31 alpar icpc-9.0 compilation bugfix
2006-10-30 deba Min cost flow is renamed to SspMinCostFlow
2006-10-30 athos Small bugs in the documentation 2.
2006-10-30 alpar Turn off 32 bit only tests, cont'd.
2006-10-30 athos Small bugs in the documentation.
2006-10-30 alpar Turn off 32 bit only tests.
2006-10-30 alpar repository cleanup
2006-10-30 alpar - Add an autopackage generator script for glpk
2006-10-30 deba Bug fix for removing heap Item from template parameter list
2006-10-30 athos ColName() -> colName(), Coeff() -> coeff()
2006-10-30 athos LEMON_INTEGER -> INT
2006-10-27 hegyi NEWS updated to Rel0.6 - according to Alpar's instruction, at last
2006-10-27 hegyi NEWS updated to Rel0.6
2006-10-27 athos A little test was born for Expr::simplify().
2006-10-26 mqrelly Bug #46 fixed: Superfluous template parameter in Heap concept
2006-10-26 alpar concept -> concepts cont'd
2006-10-26 alpar Doc update
2006-10-24 alpar concept -> concepts (namespace & directory)
2006-10-24 alpar Spellcheck
2006-10-22 alpar Docfix.
2006-10-20 alpar Doc improvements.
2006-10-20 alpar Graph imlementations actually provide ReferenceMaps.
2006-10-18 deba It have not been saved
2006-10-18 deba Some improvements on item readers and writers
2006-10-17 alpar Remove superfluous #ifndef boundaries
2006-10-17 alpar A trial to make the last test platform independent.
2006-10-17 deba Documentation for UndirGraphAdaptor
2006-10-17 alpar Compilation warning resolved.
2006-10-17 alpar Compilation warning resolved.
2006-10-17 deba SimpleMap and SimpleWriteMap
2006-10-17 deba Update the Path concept
2006-10-17 deba Documentation is moved to source file
2006-10-17 deba Little modification on interface and documentation
2006-10-17 alpar Benchmark the running time of lemon::Random
2006-10-17 alpar Change for better measurement very fast operations (enable a higher
2006-10-14 deba New random interface
2006-10-13 alpar Improve build environment and scripts
2006-10-12 alpar Turn off 32bit specific tests.
2006-10-12 alpar Turn off 32bit specific tests.
2006-10-12 alpar Bugfix
2006-10-12 alpar Improve the configuration environment / repository layout:
2006-10-12 alpar EdgeLookUp and AllEdgeLookUp tests added.
2006-10-12 alpar EdgeLookUp and AllEdgeLookUp added.
2006-10-12 alpar Minor change in 'make rpm' behaviour.
2006-10-10 alpar docfix
2006-10-05 alpar Fix a bug and two warnings
2006-10-03 deba Some rearrangement of concepts and extenders
2006-10-03 deba Some doc fix
2006-10-02 deba Mersenne Twister random number generator
2006-10-02 athos Improved documentation.
2006-10-02 deba include just the existing solvers
2006-10-02 athos MIP interface tested (and corrected) for cplex 9.0
2006-09-29 deba Doc fix
2006-09-29 deba Moving the file into correct group
2006-09-29 deba Exporting interface to the Graph class
2006-09-29 deba findEdge extension also for the BpUGraphs
2006-09-26 athos Minor changes.
2006-09-25 athos Too many files added: sorry.
2006-09-25 athos Missing cplex files: sorry.
2006-09-21 athos Interface to the cplex MIP solver: it is little, a bit sour but it is ours.
2006-09-14 deba Doc fix
2006-09-14 alpar The recent progresses on the tutorial due to Mark.
2006-09-14 alpar Fix another one external build problem.
2006-09-14 alpar Doc improvements
2006-09-08 athos Some corrections.
2006-09-08 deba Some small improvments
2006-09-07 deba Hao-Orlin algorithm
2006-09-07 deba Add missing header sentry
2006-09-07 alpar Resolve 'unused variable' warning
2006-09-07 alpar Revert an unintentional commit in r2933
2006-09-07 alpar xy -> dim2::Point
2006-09-06 deba I forgot to remove the benchmarking part of code
2006-09-06 deba UnionFind
2006-09-06 deba Some doc fix
2006-09-06 deba Signaling alterations in BpUGraphs
2006-09-06 deba New map type based on array map for debugging purpose
2006-09-06 deba Bug fix in DescriptorMap
2006-09-06 deba An easy avoiding of a bug
2006-09-06 deba Bug fix
2006-09-06 deba Using abort() instead of exit(1)
2006-09-06 alpar Disable mip_test when no LP solver is available.
2006-09-04 alpar Add missing Tutorial dox files
2006-09-04 alpar Tutorial improvements by Mark (mqrelly)
2006-09-04 alpar 'make doc' is now working also in case of external build.
2006-09-04 deba Bug fix in SmartEdgeSet
2006-09-04 deba Bug fix
2006-09-04 deba Proper exception handling in the SmartEdgeSet
2006-09-04 deba Snapshot for SmartUGraph an SmartBpUGraph
2006-09-04 deba Bug fix in ListBpUGraph
2006-09-04 deba Improvment in exception handling
2006-09-04 deba Bug fix in UndirGraphAdaptor
2006-09-04 deba Bug fix in countANodes/countBNodes
2006-08-30 athos Fixed the mip error (mipstatus was incorrect).
2006-08-28 alpar Doc improvementst & todos
2006-08-28 alpar Update header list
2006-08-28 ladanyi bezier.h is no longer in the repository.
2006-08-14 deba Omit warnings
2006-08-14 deba Omit warning
2006-08-14 alpar Remove superfluous include headers
2006-08-14 alpar - bezier.h went to lemon/bits/
2006-08-11 deba BiVariant moved to lemon/bits/variant.h
2006-08-11 deba Doc fix
2006-08-10 alpar Doc improvements
2006-08-10 alpar Some color constants added (BLACK, WHITE, RED etc)
2006-08-10 alpar Resolve unused variable warning.
2006-08-10 alpar - Change ColorSet to Palette
2006-08-10 alpar This script creates/updates the copyright header of a source file
2006-08-09 alpar Do not list the header itself.
2006-08-09 alpar This script lists all the header files included directly or indirectly by a certain header file.
2006-08-02 ladanyi CPLEX 9.x support.
2006-08-02 ladanyi Fixed the mailinglist link and removed the gui section.
2006-08-01 ladanyi More "doxygenish" syntax.
2006-07-27 ladanyi Maybe useful, feel free to remove if not.
2006-07-24 deba long long just for gnu compilers
2006-07-24 deba Improving UGraph and BpUGraph concept classes
2006-07-24 deba make public what() in NodeSetError
2006-07-24 deba Omit warning
2006-07-24 deba Change source and target for the bipartite list graph
2006-07-24 alpar Minor doc improvement
2006-07-20 alpar Minor doc improvement
2006-07-20 alpar - Doc improvements
2006-07-19 alpar spellcheck
2006-07-18 alpar Minor doc changes.
2006-07-18 alpar Tolerance<unsigned int> and Tolerance<unsigned long long int> added.
2006-07-18 alpar Better 'Naming Convention' conformance.
2006-07-18 alpar Bugfix
2006-07-18 alpar exceptionName() has been thrown away
2006-07-18 deba Disable assertions in default behaviour
2006-07-18 athos Some tests added to the test file mip_test.cc. One problem is the verbosity of the mip solver in glpk which I couldn't find how to kill.
2006-07-17 athos Modifications to the interface: colType() functions, though I left the old integer() functions, too.
2006-07-17 athos mip_test file went to mip_demo.
2006-07-17 athos Still not final.
2006-07-17 athos Sorry, mistake
2006-07-17 athos MIP support added (by Jano, the Great).
2006-07-17 alpar Even better...
2006-07-17 athos Some documentation got changed.
2006-07-14 alpar reference to modules added
2006-07-14 alpar Minor comment added.
2006-07-14 alpar Some updates and restructuring
2006-07-14 alpar glemon is in a separate repository.
2006-07-14 deba Using fixed bipartite graph
2006-07-14 deba Bug fix in MinCostMaxBipartiteMatching
2006-07-12 alpar Must have been changed because of the private copy constructor.
2006-07-12 alpar ... and fix another one.
2006-07-12 alpar ... and fix a stupid bug.
2006-07-12 alpar (Hopefully) finish privatizing the copy constr. and operator= in
2006-07-12 ladanyi New, less general installation instructions.
2006-07-12 deba Resolving: Bug #51
2006-07-12 deba Resolving: Bug #52
2006-07-11 alpar - Disable the copy constructor and operator= of {List|Smart}[U]Graph.
2006-07-11 ladanyi Do not install the documentation if configure was called with --disable-doc.
2006-07-11 deba Renameing file: graph_component.h => graph_components.h
2006-07-11 ladanyi Removed references to the gui.
2006-07-11 alpar Use sed instead of rpl
2006-07-11 alpar Minor doc improvements
2006-07-11 hegyi README version one is added.
2006-07-10 deba Modifications in the Graph Component concepts
2006-07-05 alpar As we agreed, Node/Edge::operator<() is required by the concept
2006-07-04 ladanyi Distribute Makefiles.
2006-07-04 ladanyi Distribute Doxyfile.in and lemon.pc.in.
2006-07-04 alpar - Revised "Concepts" group documentation
2006-06-30 deba Revert splitted files
2006-06-30 deba Splitted graph files
2006-06-28 deba new snapshot
2006-06-28 deba Some modification in the documentation.
2006-06-28 deba Make explicit constructors
2006-06-28 deba Removing concepts for extendable and erasable graphs
2006-06-26 deba Smaller Simple Bucket Heap
2006-06-22 ladanyi Set svn:ignore property.
2006-06-22 ladanyi Single makefile.
2006-06-22 deba Added reserveNode function.
2006-06-21 ladanyi Set props.
2006-06-21 ladanyi Moved the po directory to glemon/trunk.
2006-06-21 ladanyi Moved the gui to glemon/trunk.
2006-06-21 ladanyi Exclude the gui from the build.
2006-06-20 athos Slight changes in doc.
2006-06-19 deba Improvement:
2006-06-06 deba Doc bug fix
2006-05-31 klao benchmark: radix_sort-bench was not compiled
2006-05-30 deba Bug fix in the list bipartite undirected graph
2006-05-21 ladanyi Gettext is needed for bootstrapping.
2006-05-18 deba Bug fix
2006-05-18 alpar Bugfix
2006-05-18 alpar Spellcheck
2006-05-18 deba Erasing some code from the examples
2006-05-18 deba Erasing unused parameter names
2006-05-18 deba Functor usage for writeable map adaptors
2006-05-17 alpar Docfix
2006-05-17 deba SimpleBucketHeap added
2006-05-17 alpar Fix Bug #45: Missing include
2006-05-16 deba DirUGraphAdaptor documentation
2006-05-16 alpar Polinomial template class
2006-05-15 deba Bug fix by Jano
2006-05-15 deba Documentation improvements
2006-05-15 deba Writing only not empty sections
2006-05-15 deba Bug fix
2006-05-12 deba New demo file for computing disjoint paths
2006-05-12 deba Bug fix
2006-05-12 deba Remade SplitGraphAdaptor
2006-05-12 deba Revised Compile Time Arithmetic
2006-05-12 deba Two state Variant
2006-05-12 deba Extenders modified
2006-05-09 athos Fixed typos.
2006-05-09 deba Bug fix
2006-05-09 alpar - fix bug #43: static and const in Tolerance class
2006-05-09 alpar Create a separate group for matrices
2006-05-09 alpar Also install .gif files.
2006-05-08 deba Getting Negative Cycle
2006-05-05 deba Bug fix: Using set instead reference assignment
2006-05-02 ladanyi gLEMON does not compile with gtkmm 2.4.x
2006-04-27 deba Tabu Search by Szabadkai Mark
2006-04-27 ladanyi added scrollbars to the canvas
2006-04-27 ladanyi filter loop edges
2006-04-25 deba Bug fix in findUEdge
2006-04-18 ladanyi id->label
2006-04-18 alpar Also check mingw compatibility
2006-04-18 deba Bug fix
2006-04-18 deba Images into the algorithm groups
2006-04-18 deba Doc fix
2006-04-18 deba Refinements in bipartite matching algorithms
2006-04-14 ladanyi added missing glibc2.m4
2006-04-14 ladanyi downgrade to gettext 0.14.2
2006-04-14 ladanyi po update
2006-04-14 ladanyi bugfix
2006-04-14 ladanyi distribute m4/*.m4
2006-04-14 ladanyi some reorganization
2006-04-14 deba MaxWeightedBipartiteMatching
2006-04-14 deba Changing the mining of the clear in heaps
2006-04-14 ladanyi bugfix
2006-04-14 ladanyi make distcheck should work now
2006-04-13 ladanyi Removed a 0x00 byte which confused the file utility.
2006-04-13 klao more explicit :)
2006-04-13 klao path.h: bugfix, returning reference to a temporary
2006-04-12 ladanyi svn:ignore
2006-04-12 ladanyi revert to single configure scheme
2006-04-07 deba New Algorithm group for matchings
2006-04-07 deba Forgotten functions in the graph adaptor extenders.
2006-04-07 deba Bipartite Graph Max Cardinality Matching (Hopcroft-Karp)
2006-04-06 deba Commiting The DynamicAsymMatrixMap from Nagy Jano
2006-04-04 deba LinearHeap is renamed to BucketHeap which is more conform
2006-04-04 deba Doxygen log corrections
2006-04-04 deba The algorithm does not change the capacity and the flow in the resgraph
2006-04-03 deba More mingw compatibility
2006-04-03 deba Edmonds-Karp MaxFlow
2006-04-03 deba Small corrections
2006-04-03 deba Writeable extension of some maps
2006-04-03 deba Correcting the structure of the graph's and adaptor's map.
2006-04-03 deba Naming convention fix
2006-04-03 deba Count ANodes-BNodes
2006-03-31 deba MinGW32 compatibility
2006-03-31 deba MinGW compatibility fix
2006-03-31 deba NaN checking to be conform to MinGW32
2006-03-31 deba Bugfix in the minimum cost arborescence algorithm
2006-03-30 jacint tolerance class incorporated
2006-03-30 jacint Unionfind changes induced some bugs here. Also some augmentations made.
2006-03-30 alpar docfix
2006-03-30 deba IncEdgeIt goes through on loop edges twice.
2006-03-30 deba Rewritten countItems and findEdges
2006-03-27 deba Adding todo to preflow
2006-03-27 klao missing ignore
2006-03-27 deba Minimum Cost Arborescence algorithm
2006-03-27 deba Doc rearrangement
2006-03-24 klao bootstrap: quiet option
2006-03-23 ladanyi ignore generated files
2006-03-23 ladanyi include fixes
2006-03-23 ladanyi - added gettext infrastructure to the gui
2006-03-21 deba Renaming files
2006-03-17 klao unused parameters fix
2006-03-16 klao rethrow fix
2006-03-15 alpar "Node shapes" added
2006-03-15 alpar Also check gcc-4.1
2006-03-15 alpar Spellcheck
2006-03-10 klao unionfind_test: double erase is not supported anymore
2006-03-10 klao UnionFindEnum: one remaining bug; removing commented out code
2006-03-10 klao UnionFindEnum revision:
2006-03-08 deba Omitting warning
2006-03-07 deba Removing obsolote "id" map handling
2006-03-06 deba Checking missing section reader
2006-03-06 deba Clarifing alteration observing system
2006-03-06 deba Bugfix in the hyper map
2006-03-03 klao Bugfix: an ugly artefact of the 'id' -> 'label' renaming
2006-03-03 deba Some documentation arrangement modification
2006-03-02 deba Bugfix in bpugraph
2006-03-01 klao bugfix: moving "invalid.h" down to "bits" broke autoconf
2006-03-01 deba utility, invalid and traits moved to bits
2006-03-01 deba UNDIRGRAPH_TYPEDEFS => UGRAPH_TYPEDEFS
2006-03-01 deba The graph adadptors can be alteration observed.
2006-03-01 deba Some classes assumed that the GraphMaps should be inherited
2006-03-01 deba Traits for alteration notifiers
2006-03-01 deba Bug fix
2006-02-27 deba Default constructor which allocates empty graphs
2006-02-27 deba An additional simplier interface for static size graphs.
2006-02-27 deba Bug fix
2006-02-24 deba Bug fix
2006-02-24 deba Bugfix
2006-02-23 deba ListBpUGraph
2006-02-23 deba Little bugfixes, spellchecks and improvements
2006-02-23 deba Renaming to be convient to the naming of the adaptors
2006-02-22 deba Mergeing extendermerge branch
2006-02-22 alpar vmap.h: Enables one to create maps with a virtual base class.
2006-02-21 alpar RefPtr: a reference counted pointer class
2006-02-21 alpar Fix bug #26: Check if an edge is a loop and do not draw then
2006-02-20 deba Second renaming of min cut
2006-02-20 alpar Public data members of xy became documented
2006-02-20 alpar Spellchecking
2006-02-20 alpar Dewarningification
2006-02-20 alpar - RGB color related stuff is in color.h now
2006-02-20 alpar Doc changes
2006-02-20 alpar One more step towards Undir -> U conversion...
2006-02-14 deba Name modification
2006-02-13 deba New algorithm:
2006-02-07 deba Easier checking in DEBUG mode
2006-02-07 deba Compilation with G++ -ansi
2006-02-06 deba Bug fix
2006-02-06 deba Bug fix
2006-02-06 deba Bug fixes in ListEdgeSet
2006-02-06 deba Bug fix
2006-02-06 alpar - Increased max. number of iteration
2006-02-06 alpar Spellcheck
2006-02-03 alpar - svn lock doesn't work lemon-0.5
2006-02-03 alpar Last struggle against Doxygen.
2006-02-03 alpar Unified copyright notices
2006-02-03 alpar Change the compilation flag at release make distcheck.
2006-02-03 alpar Minor change.
2006-02-03 alpar Polish the doc.
2006-02-03 klao graph_adaptor.h: spacing corrections in doc
2006-02-03 klao graph_adaptor.h: probably a doxygen bug: in tex formulas there should be
2006-02-03 klao lp_cplex.cc: bugfix in _setColName, _getColName implemented
2006-02-03 alpar Fight with Doxygen.
2006-02-03 alpar Hopefully we can release 0.5 today
2006-02-02 alpar minor changes
2006-02-02 alpar - workaround for a Doxygen 1.4.6 bug
2006-02-02 klao NEWS: major changes since 0.4 added
2006-02-02 alpar Use short icpc paths
2006-02-02 ladanyi Fix crash when an arrow is clicked with the delete tool.
2006-02-02 klao kruskal.h: an overloaded function for older, pointer-style iterators
2006-02-02 alpar The version tag of the trunk is svn-head
2006-02-02 alpar - also works off-line
2006-02-02 alpar Towards icc-8.0 compatibility...
2006-02-01 alpar Fix g++-3.4 executable's name
2006-02-01 alpar Some useful scripts:
2006-01-31 alpar Fix icc compilation failures.
2006-01-31 alpar Spellcheck
2006-01-31 deba Bug fix
2006-01-31 deba Revising the bpugraph concept
2006-01-31 deba Bug fix
2006-01-31 deba New iterable map with comparable values
2006-01-30 alpar Solve bug #23: Floating versus Integer Coordinates
2006-01-30 alpar Better doc.
2006-01-30 alpar Use [] instead of set().
2006-01-30 alpar Functions added to set the edges/corners of the bounding box directly.
2006-01-29 ladanyi Do not rely on the autodetection of cplex and glpk.
2006-01-29 ladanyi Updated rpm specfile to include the gui too. Couldn't test it.
2006-01-29 ladanyi ignore radix_sort-bench
2006-01-29 ladanyi distribute simann.h too
2006-01-29 ladanyi Undir -> U transition
2006-01-29 ladanyi test for simann
2006-01-29 ladanyi added simann_maxcut_demo
2006-01-29 ladanyi demo for simann
2006-01-29 ladanyi more doc
2006-01-29 ladanyi include the gui in the deb
2006-01-27 deba make public the shiftedStart inorder to compute just n dijkstra
2006-01-27 deba Add new ItemSetTraits for ANode and BNode
2006-01-27 deba Doc bug fix
2006-01-27 deba Making iterable bool map dynamic
2006-01-27 deba Algorithms by szakall
2006-01-26 deba The pre BpUGraph concept
2006-01-26 deba Bipartite => Bp
2006-01-26 klao Undir -> U transition
2006-01-26 alpar Better doc.
2006-01-26 alpar MALE and FEMALE node shape added.
2006-01-25 deba Omitting warnings
2006-01-25 ladanyi Do not append -Wall -W to CXXFLAGS when it is set on the commandline.
2006-01-25 deba Bug fix for empty intervall sorting
2006-01-25 deba Bug fix
2006-01-25 deba state setting function for heaps
2006-01-24 deba Lemon Graph Format uses label instead of id named map.
2006-01-19 alpar Fix bug #18: bug in LpSolverBase::Col operator!= and ::Row operator!=
2006-01-18 alpar - setCol() -> col()
2006-01-18 alpar - tolerance() added.
2006-01-18 alpar Tolerance<long double> added
2006-01-14 hegyi Documentation of classes realizing algorithm running.
2006-01-14 alpar - colName() added (untested on CPLEX)
2006-01-14 alpar Changes in doc
2006-01-12 hegyi Documenatation of MapWin.
2006-01-12 hegyi Documentation of MapSelector. If no default value is present in MapSelector, Reset button does not appear.
2006-01-12 hegyi Documentation of NoteBookTab. Redundant function parameters are removed from other classes as well.
2006-01-11 hegyi Documentation of NewMapWin.
2006-01-11 hegyi Documentation of MainWin.
2006-01-10 hegyi If default value of a new map is constant, the newly created elements will get that value as well. Documentation is added to BrokenEdge, MapStorage and GraphDisplazCanvas classes.
2006-01-09 hegyi The tree that is created for evaluation of expression string at new map creation is deleted after usage.
2006-01-09 hegyi Creation of algorithm dialog is even simpler by the usage of the newly created addMapSelector function.
2006-01-06 hegyi Forgotten file committed.
2006-01-06 hegyi In algorithm window maps can be selected and reated through MapSelector widget.
2006-01-06 ladanyi Set arrow coordinates when creating a new edge.
2006-01-06 hegyi MapSelector has become a standalone class.
2006-01-06 hegyi Result of KruskalGUIAlgo is refreshed if displayed, but no more setin a forced way.
2006-01-06 alpar Reformatting: too long code lines.
2006-01-05 hegyi Kruskal algorithm can be run from GUI from now on.
2006-01-05 hegyi Several changes. \n If new map is added to mapstorage it emits signal with the name of the new map. This was important, because from now on not only tha mapwin should be updated. \n Furthermore algobox gets a pointer to mapstorage instead of only the mapnames from it. This is important because without it it would be complicated to pass all of the required maps to algobox.
2006-01-05 ladanyi Set the move tool active by default.
2006-01-04 hegyi Communication with algorithm window is developed.
2006-01-04 alpar Happy new year to LEMON
2006-01-04 alpar Doc updates
2006-01-04 alpar IterableBool{Upper/Lower}NodeMaps
2006-01-04 hegyi Best feature ever\! Name of tabs are different from now on\!
2006-01-03 hegyi Coding of Algorithms has begun, but code is really-really ugly yet.
2006-01-03 deba Delete misnamed file
2006-01-03 hegyi Handling of tabs is rationalized a bit. More than one file can be given at startup in command prompt. If there is no file given in command prompt, an empty tab will be present at startup.
2005-12-21 deba Bug fix in bipartite graph
2005-12-19 ladanyi Fix crash when the input file does not contain any nodeset or edgeset.
2005-12-19 deba New file and data structures: sub_graph
2005-12-19 deba Doc fix
2005-12-19 deba Fixing Bellman's name
2005-12-18 ladanyi Demos and benchmarks are not built by default now. They can be enabled with the --enable-demo and --enable-benchmark configure flags.
2005-12-18 ladanyi Added guipixbufs.h to BUILT_SOURCES. This solves 'make dist' problems.
2005-12-17 ladanyi Distribute xml.h too.
2005-12-17 ladanyi Save and load the coordinates of the arrows on the edges.
2005-12-14 deba Bug fix
2005-12-14 deba Bug fix in def pred map
2005-12-10 klao belmann_ford:
2005-12-08 hegyi Notebook tabs can be closed.
2005-12-07 alpar Eliminate warnins
2005-12-07 alpar Bugfix
2005-12-07 alpar Fix template version of Invalid.
2005-12-07 deba Some bug fixes and improvments in the io classes
2005-12-06 alpar Doc improvements
2005-12-06 marci Bugfix
2005-12-06 hegyi Notebook style is provided. Without opportunity to close tabs. :-) But with all other necessary things (I think).
2005-12-05 deba Doc bug fix
2005-12-05 alpar - Changed and improved Timer interface
2005-12-03 deba I have forgot the attributes
2005-12-03 deba Implementation redesign
2005-12-03 deba Changed implementation and bug fix
2005-12-02 alpar bugfix
2005-12-01 deba NewEdgeSetAdaptor -> ListEdgeSet
2005-11-30 marci bug fix
2005-11-30 marci max flow with lp column generation
2005-11-30 deba Some bug fix
2005-11-30 hegyi MapWin is created and disposed from now instead of being show and hide.
2005-11-29 hegyi Structure of GUI is now more clear-cut than before.
2005-11-29 alpar Clarify INVALID implementation.
2005-11-29 alpar - tolerance.h added
2005-11-28 deba Doc fix
2005-11-28 deba Radix sort algorithm
2005-11-24 deba Bug fix
2005-11-23 hegyi No segmentation fault caused by zero long edges.
2005-11-23 deba Document improvments
2005-11-23 deba Correcting alteration notifing
2005-11-23 deba Static maps for bipartite graphs.
2005-11-22 deba Fixing bug in g++-3.3
2005-11-22 ladanyi clean-up
2005-11-22 ladanyi fixed some memory leaks
2005-11-21 deba Erasing old header
2005-11-21 hegyi NewMapWin has become Dialog instead of Window. Therefore it is created dynamically, when there is need for it, instead of keeping one instance in memory. This solution is slower, but more correct than before.
2005-11-21 deba Erasing from the Makefile.am too
2005-11-21 deba Erasing old tests
2005-11-21 deba Undir Bipartite Graph/Full and Smart/ without concept, doc and concept
2005-11-21 hegyi Reorganizing.
2005-11-21 alpar UndirEulerIt added
2005-11-18 alpar - Spellcheck (pathes->paths)
2005-11-18 alpar - Spellcheck (pathes->paths)
2005-11-18 alpar Bugfix
2005-11-17 hegyi As initial value of a new map expression with ()+-/* operators can be given. These operators work on numbers, or on maps. If maps are given, then the new value for a given graph element will be calculated using the value from the given maps that belong to that graph element.
2005-11-17 deba Bug fix
2005-11-17 alpar split(Edge) member function added.
2005-11-17 alpar Several bugfices.
2005-11-16 deba Modified iterators on graph maps
2005-11-16 marci The GRAPH_TYPEDEFS macro is a bug.
2005-11-16 alpar wirteable -> writable
2005-11-16 alpar Empty graph is (strongly) connected.
2005-11-16 alpar The first parameter of runningTimeTest became const.
2005-11-16 alpar Iterable Bool maps can count the number of true and false values.
2005-11-16 alpar (UNDIR)GRAPH_TYPEDEFS also defines some basic graph maps
2005-11-16 alpar Better doc.
2005-11-16 deba Demo for topology
2005-11-16 deba Images for doc
2005-11-16 deba bipartite by szakall
2005-11-16 deba Warning because unused parameters
2005-11-16 klao lp_cplex: getDual compiles; untested
2005-11-16 klao lp_test.cc:
2005-11-15 klao lp_skeleton: _getDual "implemented"
2005-11-15 klao bugfix in undir_graph_extender -> graph_extender transition
2005-11-14 deba String->Double
2005-11-14 deba Documentation fixes
2005-11-14 deba Arrangement of the documentation changed
2005-11-14 deba Modification on the base graph concept
2005-11-14 deba Bug fix
2005-11-14 deba eps images
2005-11-14 deba Some documentation modifications
2005-11-13 marci bugfix in setCol, getting dual values
2005-11-10 deba Doc bug fix
2005-11-10 deba Assertion with own exception throwing
2005-11-10 deba Bug fix
2005-11-09 deba One more bug fix
2005-11-09 deba Bug fix.
2005-11-09 deba Path length limit for belmann_ford.h
2005-11-08 alpar - Timer can be stop()ed and (re)start()ed.
2005-11-08 alpar Obsolete bug removed
2005-11-04 deba Some just writeable bool maps.
2005-11-04 ladanyi improved zooming
2005-11-04 deba Images for grid_graph_demo
2005-11-04 deba Added doc to demos.
2005-11-04 deba UnsupportedException on erase with Snapshot
2005-11-04 alpar Bugfix
2005-11-04 alpar SnapShot -> Snapshot
2005-11-04 alpar (Dual)Expr::simplify(double tolerance) added
2005-11-04 alpar SnapShot -> Snapshot
2005-11-04 deba Removed todo
2005-11-04 deba Removing findEdge
2005-11-04 deba Changed name
2005-11-04 alpar Tons of todos have been removed.
2005-11-04 deba Removing todos
2005-11-04 deba Images for topology
2005-11-04 deba pred => predEdge rename
2005-11-04 jacint throwing an exception if s=t
2005-11-04 deba Hiding :) todos
2005-11-04 klao concept/graph.h: graphs defined by using components (_*Graph) need no
2005-11-04 deba Increment and decrement operator for IterableIntMap::Reference
2005-11-04 deba Doc fix
2005-11-02 alpar Spellcheck
2005-11-02 alpar GRAPH_TYPEDEFS and UNDIRGRAPH_TYPEDEFS macros added to graph_utils.h.
2005-11-02 deba Make constructor explicit
2005-11-02 deba Documentation modified
2005-11-02 deba Some change on the clear
2005-11-02 deba IterableIntMap
2005-11-02 deba Swap col and row map
2005-11-02 deba Connected components, etc...
2005-11-02 deba Visitor interface for the dfs algorithm.
2005-11-02 klao small svn:ignore fixups
2005-10-28 deba Faster implementation
2005-10-28 deba If the file does not exist LemonReader throws exception
2005-10-26 deba Upgrading tests
2005-10-26 deba Removing old input/output functions
2005-10-26 deba Filename can be given as std::string
2005-10-26 deba Show description of the file
2005-10-26 deba Some modifications on shortest path algoritms:
2005-10-24 deba Bug fix in connectedComponents
2005-10-24 alpar Computing the number of the connected components and the components themselves.
2005-10-24 alpar Euler tour iterator.
2005-10-24 hegyi Newly created map is realized by the property givening by common sense.
2005-10-24 alpar Doxyfile for documenting glemon's architecture.
2005-10-24 alpar New version of XML reader/writer.
2005-10-24 alpar - dijkstraZero() added. (Until we conclude how to handle the related problem.)
2005-10-21 hegyi MapSelector widget is able to pop up NewMap window. At the moment I hope MapSelector widget is done.
2005-10-21 deba Bugfix
2005-10-20 hegyi Mapselector widget reached its first release, but there are still work to do on it, I know...
2005-10-17 deba Minor changes and bugfixes
2005-10-17 deba Removing signal/commit Change from alteration notifier
2005-10-14 deba Updating tests
2005-10-14 deba Doc and changing heap
2005-10-14 deba Doc bugfix
2005-10-14 deba Using proper return type
2005-10-14 deba Heap not for the dijkstra
2005-10-14 deba Really short description of these shortest path algorithms
2005-10-14 ladanyi bugfix (affected x86_64 only)
2005-10-14 deba Named parameter for heap and cross ref
2005-10-14 deba Matrixmaps moved to own file
2005-10-14 deba Traits moved to own file
2005-10-14 deba Extending observer interface
2005-10-14 deba Added clear function to heaps and concept
2005-10-07 alpar Sym -> Undir
2005-10-07 alpar Doc improvments
2005-10-06 hegyi Shape keeping movement is implemented, at last. Many thanks to Alpar.
2005-10-06 alpar Doc improvments
2005-10-06 deba Little modifications
2005-10-06 deba All pairs shortest path test
2005-10-06 deba Bug solved in named parameters
2005-10-05 deba Template Named Parameter bugfix
2005-10-05 ladanyi compile with old gtkmm
2005-10-05 deba Changing makefile
2005-10-05 deba Removing NeedCopy
2005-10-05 deba Removing smart references
2005-10-05 deba findUndirEdge, ConUndirEdgeIt
2005-10-05 deba Proper sized map type
2005-10-03 deba Bugfix in list_graph
2005-10-03 deba Bugfix
2005-10-03 deba Extend Makefile
2005-10-03 deba Some shortest path algorithms
2005-10-03 deba Small functions for discovering graph topology
2005-10-03 deba Preliminary SplitGraphAdaptor
2005-10-03 deba CompileTimeAnd
2005-10-03 deba Potential difference map
2005-10-03 deba Fixing naming conventions
2005-09-30 deba Improving GridGraph and HyperCubeGraph
2005-09-30 deba Correcting the names in the \files documentation.
2005-09-30 deba Handling C x A -> A multiplication
2005-09-30 deba Bug fix.
2005-09-28 alpar - runningTimeTest(): a tool to measure running times more precisely.
2005-09-16 klao Permissions and svn:ignore cleanup.
2005-09-16 alpar - silly mistake fixed
2005-09-16 deba Using std:: prefix for the functions in the c* headers
2005-09-16 deba Some bugfixes
2005-09-14 alpar Better doc.
2005-09-13 deba Input file for coloring.
2005-09-13 alpar Automake needs this file
2005-09-12 deba SubGraphAdaptors with edge checking functionality.
2005-09-12 deba Fixing and improving GridGraph
2005-09-12 deba Some bugfixes.
2005-09-12 alpar graph_orientation.cc: A thoroughly documented demo application.
2005-09-12 alpar iterable_maps.h header hes been added. Up to now it contains an iterable bool
2005-09-08 deba Bug fix
2005-09-08 deba Redesign of the map adaptors.
2005-09-01 alpar Warning added on the usage of InDegMap/OutDegMap
2005-09-01 alpar negateY() option added.
2005-09-01 deba Bug fix.
2005-08-31 ladanyi install docs in $datadir/doc/$PACKAGE
2005-08-31 ladanyi fixed a typo
2005-08-31 deba Template assign operator for graph maps.
2005-08-30 alpar ChangeLog -> NEWS
2005-08-30 alpar ChangeLog -> NEWS
2005-08-30 alpar Set dists in a bit better way.
2005-08-30 alpar Functions to query the next node/edge to be processed.
2005-08-30 alpar Bugfix: DFS crashed if the source did not have an outgoing edge.
2005-08-29 alpar Serious bugfix.
2005-08-27 alpar Let's go on!
2005-08-27 alpar Update ChangeLog. lemon-0.4
2005-08-27 alpar - Doc images partly turned on again.
2005-08-27 alpar Dependency problem (guipixbufs.h) is solved.
2005-08-27 alpar Trial to fix dependency failure
2005-08-27 ladanyi removed the fit to window form the toolbar and the menu since its current implementation is broken
2005-08-27 alpar Missing dependency added.
2005-08-26 alpar Toward Version 0.4...
2005-08-26 ladanyi placement of the coordinates caption now takes into account the node radius
2005-08-26 alpar gui is renamed to glemon
2005-08-26 ladanyi Display the node's coordinates while moving it.
2005-08-26 alpar No comment.
2005-08-26 ladanyi display file name in window title
2005-08-26 ladanyi bugfix
2005-08-26 ladanyi - use Gtk::Dialog to set the new values of edge and node maps
2005-08-23 ladanyi bugfix
2005-08-23 ladanyi - handle the case when there is no id map in the edgeset section
2005-08-23 ladanyi - id maps are not editable
2005-08-19 alpar Put an end to every gcc-4.0 warning.
2005-08-18 alpar - The number of gcc-4.0 warnings has significantly decreases.
2005-08-18 alpar icc need this...
2005-08-17 alpar Demos' documentations include the source.
2005-08-17 alpar - Better insertion of sources examples
2005-08-17 ladanyi fixed a typo
2005-08-17 ladanyi less stupid title
2005-08-17 ladanyi Added a section about configure flags, and a few other things.
2005-08-17 ladanyi Added missing copyright headers, and corrected the file names in some of them.
2005-08-17 ladanyi Images are compiled in now.
2005-08-17 ladanyi Toolbar has custom icons now. Works only when installed.
2005-08-16 alpar Move simann.h to trunk/lemon
2005-08-16 alpar math.h -> cmath
2005-08-16 alpar Fixed most (but not all) of Doxygen warnings
2005-08-16 alpar Doc changes:
2005-08-16 alpar lp.h added
2005-08-11 deba Matrix graph renamed -> Grid graph
2005-08-11 deba Some modification on the undirected graph interface.
2005-08-11 ladanyi Added copyright header and description.
2005-08-11 deba Fix Makefile.am
2005-08-11 alpar Several docfices
2005-08-11 deba Matrix graph renamed to grid graph
2005-08-11 deba Ordering in the graph concept.
2005-08-11 deba Sym graph removed
2005-08-11 alpar Start working on UndirGraph concept clarification and its harmonization with
2005-08-10 hegyi X function -> function X
2005-08-09 alpar Get rid of undocumented members.
2005-08-07 hegyi Until this commitment gui gave us segmentation fault in the case when no element was on graph_displayer_canvas and a map to visualize by a property has been changed.
2005-08-07 ladanyi open file from command line
2005-08-07 ladanyi compile with gtkmm 2.4
2005-08-07 hegyi Alpar had the key, focus can be set in the window class. But it is not enough, the focused widget has to be activated, as well! Was a hard task to find out... By the way, two compilation warnings are removed.
2005-08-03 alpar Bugfix due to Gabor.
2005-08-01 alpar Spellcheck
2005-08-01 alpar We must always have lemon/config.h
2005-08-01 alpar A default LP solver is defined in lp.h
2005-08-01 alpar Toward release 0.4
2005-07-29 alpar Remove demoprograms.dox
2005-07-29 ladanyi small fix
2005-07-29 ladanyi added support for saving files
2005-07-28 alpar Some (awful) toolbar images added.
2005-07-28 alpar Edge width and node size autoscaling added.
2005-07-28 alpar More docs
2005-07-28 hegyi Tooltip should be turn up on CreateNode tool.
2005-07-28 hegyi Tooltip should be turn up on CreateNode tool.
2005-07-28 hegyi There is no need for these furthermore.
2005-07-28 hegyi cout->cerr, node radius and edge width is now scaled, maps are editable by clicking on texts.
2005-07-28 hegyi Redundant functions from main_win disappeared, entry is now bigger, properties refresh upon edition, edgewidth is zoomable.
2005-07-27 hegyi No maps with the same name can be added.
2005-07-27 hegyi Sorry for the previous commit, it was not ready yet, but that damned up arrow... So in this new revision string-double and double-string conversion is corrected to a more C++ way.
2005-07-27 hegyi Documentation was added to GUI.
2005-07-27 hegyi Documentation was added to GUI.
2005-07-26 hegyi EdgeMap and NodeMap creation is done, at last. Bach 4ever.
2005-07-26 hegyi EdgeMap and NodeMap creation is done, at last. Bach 4ever.
2005-07-26 alpar Spellrecheck
2005-07-26 alpar Spellcheck
2005-07-26 hegyi creates one new edgemap
2005-07-26 alpar BoundingBox<T>::operator+=() -> BoundingBox<T>::add() ->
2005-07-26 alpar Doc improvements
2005-07-25 hegyi Continuing adding new maps.
2005-07-25 hegyi Initializing adding new maps.
2005-07-22 zsuzska corrections
2005-07-22 athos Documented some more demo programs.
2005-07-22 athos File demoprograms.dox thrown away: demos module used instead.
2005-07-22 hegyi There were bugs, created yesterday, and there is still one. (I hope only one :) )
2005-07-22 athos Some changes to kruskal stuff.
2005-07-21 hegyi Edge and nodemap edition is done.
2005-07-20 zsuzska kruskal_demo corrected, quicktour filled with kruskal
2005-07-20 athos Documentation (lp_demo,lp_maxflow) and slight changes (rest).
2005-07-20 athos Typo.
2005-07-20 alpar - spellcheck in doc
2005-07-20 alpar - Doc improvements, spell checks
2005-07-20 alpar - graph_to_eps_demo.cc is rightly documented
2005-07-20 alpar A bit more information on installation.
2005-07-20 alpar Minor change
2005-07-20 alpar docfix
2005-07-19 alpar Produce less messages.
2005-07-18 deba Improving tests.
2005-07-18 deba New undirected graph type
2005-07-18 deba UndirFullGraph class
2005-07-18 deba Improve findEdge interface
2005-07-18 deba Solving ambigous function call
2005-07-18 deba Fix concepts and constraints
2005-07-15 hegyi EdgeMapEditor is on its way, but it is far not yet ready.
2005-07-15 alpar Wrap long lines
2005-07-15 athos Some demo programs got some interface. Most progress with lp_maxflow_demo.cc, which also got documented.
2005-07-15 alpar Englishing
2005-07-15 alpar Demos module added
2005-07-14 alpar Each version of Kruskal is called the same ( kruskal(g,in,out) ) independently
2005-07-13 alpar Avoid ambiguity.
2005-07-13 alpar Doc improvement
2005-07-13 deba Demo displays information on the screen
2005-07-13 deba Demo about descriptor map.
2005-07-13 deba Swap function for DescriptorMap
2005-07-12 hegyi Developing of edgemap editing is started.
2005-07-12 hegyi Editors are based.
2005-07-12 alpar Doc image generation is turned off to reduce the size of the distro file.
2005-07-12 alpar Bezier classes are made more consistent
2005-07-12 alpar Improve doc
2005-07-12 alpar moveSource() -> changeSource()
2005-07-12 ladanyi Added the individual png files to EXTRA_DIST instead of the icons directory. This way the .svn directories do not get in the tarball. An alternative solution would be to delete these in a dist-hook target.
2005-07-11 athos Typo.
2005-07-07 athos lp_test: error messages with appropriate status/value info
2005-07-07 athos Some testing of the LP interface: bugs got fixed.
2005-07-07 athos Decided not to \include the sample.lgf in the quicktour: so it can be bigger.
2005-07-05 athos Documented Balazs's stuff. Quite enough of that.
2005-07-04 deba May it does not throw Warning with g++-4.0
2005-07-04 deba NewUndirEdgeSetAdaptor class
2005-07-04 alpar Some more doxygen command killed.
2005-07-04 alpar Kill several doxygen warnings
2005-07-04 klao trivial bugfix for deba
2005-07-04 athos Doc.
2005-07-04 deba Specialization for string literals.
2005-07-04 deba Updated but not complete doc for IO.
2005-07-04 deba New graph copy interface
2005-07-04 athos Doc.
2005-07-04 deba Doc repaired
2005-07-01 athos Graph input-output demo, some documentation.
2005-07-01 athos Doc review+corrections in my own documentation according to the reviewers comments.
2005-06-30 athos Mainly doc review.
2005-06-29 hegyi Uh, long comment arrives... Zoom update does not happen after editorial steps. Nodes initial color is light blue, if there is any item under them. Strange node-text relations disappeared. Initial values of new items are given now in a more common way. The wood-cutter way of handling default values of properties is now changed.
2005-06-29 hegyi Function names are corrected according to naming conventions.
2005-06-29 alpar Hmmm...
2005-06-28 athos Some corrections to graph_io.dox (mainly language corrections). Improvements on quicktour.
2005-06-28 athos Some modifications.
2005-06-27 klao getstart: hello_lemon.cc moved to a separate file in demo/
2005-06-27 klao getstart improvements
2005-06-27 athos Only added comments.
2005-06-27 athos Some modifications in this and that.
2005-06-27 alpar processNextXyz() returns the processed object.
2005-06-27 deba InDegMap and OutDegMap fixed
2005-06-24 athos Improved getsart.dox and quicktour.dox
2005-06-24 athos Minor changes
2005-06-24 hegyi NodeMap values are now visualizable. Todo: default map-values
2005-06-24 athos Half-done, but I want to continue from home.
2005-06-24 hegyi File graph_displayer is split in functional parts.
2005-06-23 hegyi A bug, explored by Alpar is corrected, but with value-checking, and not with correct values. (There is some problem with map values of new items! Maybe refreshemnt is the responsible thing?)
2005-06-21 athos cplex test included
2005-06-21 klao Get CPLEX location (include and libdir) from the environment.
2005-06-20 alpar Some callbacks are still unimplemented
2005-06-17 hegyi Previous commit was also mine, but I forgot to say, that it was my younger brother's birthyear. From this commit texts of activated maps move together with red arrows.
2005-06-17 hegyi Sorry for my friday afternoon...
2005-06-17 hegyi Little beauty fault is corrected.
2005-06-17 hegyi Three commits, one after the other! 81 is my, 82 is my fiancee's, 83 is my younger sister's birthyear :) In this commit Alpar's wish came true: editorial buttons are now available directly on toolbar.
2005-06-17 hegyi Very small bug is corrected: if node creator tool is active, the small red arrows won't move, if you click on them and if you drag the newly created node... 'was hard to notice it :-)
2005-06-16 hegyi First of all: revision 1981 is mine, what is important me because I was born in 1981. But what is new in my revision? If you drag nodes with left button, edge-breakpoints do not change location. If you drag nodes by right button, they do, they take up their base situation at the halfpoint of the edge.
2005-06-16 hegyi Little red arrows appear in breakpoints of edges.
2005-06-15 hegyi Redundant files are removed, sorry.
2005-06-15 hegyi Broken edges are appearing.
2005-06-15 hegyi At last, the most simple task, the graph-item deletion is solved...
2005-06-15 ladanyi removed dependencies
2005-06-15 alpar gcc-4.0 compatibility changes
2005-06-15 alpar Bugfixes related to DualExpr.
2005-06-15 deba Correcting concept checks.
2005-06-14 ladanyi ignore generated files
2005-06-14 ladanyi Added support for building deb packages.
2005-06-14 ladanyi - separate file for each m4 script
2005-06-14 alpar Concept checking classes must also be installed
2005-06-14 ladanyi added macro for setting the name of the directory under datadir/doc
2005-06-14 hegyi Sorry, the previous commit was uncorrect. Erasing is now possible on edges, but on nodes not.
2005-06-14 hegyi Erasing from graph would be possible, if erasing from graph would be possible... (Afternoon has become timewasting...)
2005-06-14 alpar - lp_test is made working.
2005-06-14 ladanyi added support for generating rpms (completely untested though)
2005-06-14 ladanyi updated required automake/autoconf versions (autoconf 2.57 is surely not enough; couldn't test with 2.58)
2005-06-14 ladanyi handle library dependencies
2005-06-14 ladanyi distribute the LICENSE file too
2005-06-14 ladanyi add the icons to the tarball
2005-06-13 hegyi Known bugs are eliminated from gui, and new ones are created by changing tool selectors to special radiobuttons, and by adding edgecreation-canceller function (right-click on any group element).
2005-06-13 deba Bug fix
2005-06-13 deba Some bug fix.
2005-06-13 athos Cplex test disabled again.
2005-06-13 hegyi Edge creation is available.
2005-06-10 athos Some tests have been developed, bugs got fixed.
2005-06-10 deba New EdgeSet Adaptor
2005-06-10 deba Minor change
2005-06-10 deba Minor changes
2005-06-10 hegyi Sorry, forgot to commit two new files.
2005-06-10 hegyi Hopefully, node creation works well, after a small structural consideration.
2005-06-09 ladanyi gcc 3.4 compatibility fixes
2005-06-09 alpar Another bugfix.
2005-06-09 alpar Akos' research pointed out that it is a must.
2005-06-09 athos Bugfix.
2005-06-09 athos Bugfix.
2005-06-09 athos Bugfix.
2005-06-09 athos Bugfix.
2005-06-09 athos I could not check, because: aclocal-1.7: command not found
2005-06-09 alpar - InDegMap fixed
2005-06-09 athos Not ready, but I commit it for simplicity.
2005-06-09 alpar Serious bugfix in ListGraph::SnapShot and SmartGraph::SnapShot
2005-06-09 alpar Trivial doc fixes
2005-06-09 alpar Change the compilation order of subdirs
2005-06-08 klao Bugfixes to compile w. gcc 4.0.0
2005-06-08 alpar InDegMap added
2005-06-08 klao Make target "docs" renamed to "doc"
2005-06-08 klao Bugfix: make doc didn't work in external builddir.
2005-06-08 klao * Doc generation restructuring: don't remove the whole html/
2005-06-07 alpar Modify kruskal to work correctly with UndirGraphs.
2005-06-07 alpar UndirTag added to the graphs
2005-06-07 alpar some thing to do
2005-06-06 hegyi Maps are now selectable through ComboBoxes, and Escape makes MapWin disappeared.
2005-06-04 alpar DualExpr added.
2005-06-03 ladanyi zooming should really work now
2005-06-02 athos Documentation review.
2005-06-01 ladanyi dos2unix
2005-06-01 ladanyi - added toolbar
2005-05-27 hegyi Small documentation is added to GUI
2005-05-26 alpar Revome duplicated typedefs
2005-05-26 athos Some documentation got revised.
2005-05-26 ladanyi - test both lp implementations
2005-05-26 athos _copyLp(), _newLp() implemented.
2005-05-23 ladanyi trunk/src/* move to trunk/
2005-05-21 ladanyi bugfix
2005-05-20 ladanyi added a configuration header to the lemon directory
2005-05-20 athos Functions _eraseRow(), _eraseCol(). Not yet implemented for cplex.
2005-05-20 athos Added function _setCoeff().
2005-05-19 deba Documentation
2005-05-19 deba Able to read edge from undirected edgeset
2005-05-19 alpar A very simple xml parser
2005-05-18 deba Two minor changes.
2005-05-18 ladanyi - minor corrections in the docs
2005-05-16 marci minor modifications
2005-05-14 deba Bug fix.
2005-05-14 deba ContentReader
2005-05-14 deba Six-coloring in plan graphs.
2005-05-14 deba IO with undirected edgesets and undirected graphs.
2005-05-14 deba Smart reference handling in map adaptors
2005-05-14 deba Added backward and forward map.
2005-05-14 deba Handling smarter the references
2005-05-14 deba std:: prefix bug corrected
2005-05-14 deba Descrption for bits
2005-05-14 deba Moved to subgroup
2005-05-14 deba Handling simultan edge adding.
2005-05-11 deba Fixing invertable maps:
2005-05-11 ladanyi moved the gui
2005-05-11 deba Bug fix.
2005-05-11 deba Bug fixes.
2005-05-11 deba LemonWriter and GraphWriter.
2005-05-09 deba New graph reader interface.
2005-05-06 athos Cplex works.
2005-05-05 ladanyi fix 'make mrproper'
2005-05-05 athos Deleted _setRowLowerBound() and _setRowUpperBound() functions. Cplex worked (now it does not because of _getPrimalStatus()).
2005-05-05 ladanyi added directory and check for the GUI
2005-05-05 alpar An unnecessary header removed
2005-05-05 alpar Special maps' placement in the headers and in the doxigen modules
2005-05-04 alpar wrapper -> adaptor
2005-05-02 alpar Better doc generation.
2005-04-29 alpar DataFormatError::what() also prints the name of the exception.
2005-04-29 alpar Docfix
2005-04-29 alpar For the sake of cygwin...
2005-04-28 deba GUI section handling.
2005-04-27 alpar Missing *.m4 files added.
2005-04-27 deba Modifying the interface.
2005-04-27 deba Bug fix.
2005-04-27 deba Changed input operator.
2005-04-26 alpar - BoundingBox::clear() added
2005-04-25 alpar LpSkeleton updated
2005-04-25 athos Missing function _setRowBounds added to lp_skeleton.
2005-04-25 ladanyi bugfix
2005-04-25 ladanyi - include config.h instead of manually adding -DHAVE_{CPLEX,GLPK} to CXXFLAGS
2005-04-24 ladanyi This way it works also when both GLPK and CPLEX are enabled.
2005-04-24 ladanyi Don't set {GLPK,CPLEX}_{CFLAGS,LIBS} if the check fails.
2005-04-23 ladanyi -I config is passed to aclocal when make invokes it.
2005-04-23 marci A new implementation of UndirGraphWrapper, accordig to the undirected concepts
2005-04-22 alpar Set $lp_{glpk|cplex}_found even if --without-{glpk|cplex} option was given.
2005-04-22 alpar - lp_cplex.h, lp_cplex.cc added
2005-04-22 ladanyi added check for CLPEX
2005-04-21 athos I really have no idea about what to write here now.
2005-04-21 alpar Fix Makefile.am
2005-04-20 athos _clearObj instead of _setObj.
2005-04-20 athos _setObj function
2005-04-19 alpar Get rid of all '-Wall -W' warnings.
2005-04-19 deba Call the default constructor of the ObserverBase.
2005-04-19 alpar Fix glpk summary
2005-04-19 alpar Configure summary is printed. (To be extended.)
2005-04-18 ladanyi ignore src/demo/lp_maxflow_demo
2005-04-18 ladanyi added m4 macro to control documentation generation
2005-04-18 ladanyi irrelevant changes
2005-04-18 alpar icc like this a bit more (no warnings).
2005-04-18 alpar More steps toward gcc-3.4 compatibility
2005-04-18 alpar gcc-3.4 compile fix
2005-04-18 alpar src/work is moved to hugo_loc
2005-04-17 alpar - compile failure fixed
2005-04-15 alpar An unnecessary duplicate removed.
2005-04-15 alpar - Adding new lp_demo.cc finished
2005-04-15 alpar lp_demo.cc becomes lp_maxflow_demo.cc
2005-04-15 alpar Fix a bug that caused corrupt eps file if there are loops or identical
2005-04-15 alpar Correct the english name of EGRES.
2005-04-15 deba Bug fixes.
2005-04-15 deba Bug fix.
2005-04-15 ladanyi Changed the includes.
2005-04-14 ladanyi - Use messages similar to stock autoconf macros'.
2005-04-14 ladanyi updated mrproper target
2005-04-14 ladanyi ignore generated files/dirs
2005-04-14 alpar - Bugfix in XMap/YMap
2005-04-14 ladanyi - removed unnecessary include dirs
2005-04-14 ladanyi - added an m4 script to set debugging related compiler flags
2005-04-14 ladanyi - GLPK is autodetected now
2005-04-13 ladanyi - added autoheader (just to reduce the compliers argument list)
2005-04-12 deba Documentation for lemon/bits.
2005-04-12 deba Source and Target EdgeMap.
2005-04-12 deba Minor changes.
2005-04-12 deba Removed obsolote todo.
2005-04-12 deba Some bug fixes.
2005-04-12 deba Demo program
2005-04-12 alpar GraphReader is made silent
2005-04-12 alpar Missing header added
2005-04-11 athos A little has been done. Some important questions arised.
2005-04-11 athos A little modification: a call for primalStatus().
2005-04-10 alpar 'make docs' and 'make install' is also working now in external build-dir
2005-04-09 alpar Minor corrections in the doc
2005-04-09 deba Obsolte test removed.
2005-04-09 deba Bug fixes.
2005-04-09 deba Functionality changed:
2005-04-09 deba Make standard conform. // math.h -> cmath
2005-04-09 deba Documentation improvments.
2005-04-09 deba Heap concept moved to namespace concept.
2005-04-08 alpar - Insert LP stuff into the module structure
2005-04-08 alpar - Insert LP stuff into the module structure
2005-04-08 alpar Disable shared libraries (makes the compilation a bit faster)
2005-04-08 alpar Add presolver() to turn on/off the GLPK presolver
2005-04-08 alpar An icc warning resolved.
2005-04-08 alpar Only lp_xyz's are linked against -lglpk
2005-04-08 alpar The case when the objective function contains a const component is handled
2005-04-08 alpar Demo prog that computes the max flow by LP
2005-04-08 alpar No output messages by default
2005-04-08 alpar lin_expr.h removed
2005-04-07 athos Cplex interface has improved a lot.
2005-04-07 athos Sample file completed: works correctly and the code is very beautiful. I love LEMON.
2005-04-07 alpar - XMap and YMap added
2005-04-07 athos Makefile has changed.
2005-04-07 athos A sample file.
2005-04-07 athos New functions in lp_glpk.cc. Sample file: lp_sample.cc.
2005-04-07 alpar LpSolverSkeleton -> LpSkeleton
2005-04-07 alpar max() [_setMax()], min() [_setMin()], primalValue() [_getPrimalValue()] added
2005-04-06 deba Removing sticky using namespace std.
2005-04-06 ladanyi make distcheck works again
2005-04-06 alpar lp_test added
2005-04-05 ladanyi Applied the changes which somehow vanished during my last merge. Thanks goes
2005-04-05 deba Stuffs moved into bits
2005-04-05 ladanyi make distcheck fixes. Anyway it still doesn't work.
2005-04-05 ladanyi - moved lp_base.h, lp_base.cc, lp_glpk.h, lp_glpk.cc, lp_solver_skeleton.h and
2005-04-05 ladanyi Merged my branch (branches/akos) changes r1654:1740 into the trunk.
2005-04-05 alpar SolutionStatus -> SolveExitStatus
2005-04-05 alpar Subdirectory for low level headers
2005-04-04 hegyi Graph displayer displays graphs now.
2005-04-04 alpar Trivial bugfix
2005-04-04 athos Started cplex low level interface.
2005-04-04 athos Now one can solve an lp problem.
2005-04-04 deba Bug fix.
2005-04-04 deba dimacs_to_lgf demo
2005-04-04 alpar - Modifications to compile with *both* gcc-3.3 and gcc-3.4
2005-04-03 alpar Documentation of abstract functions is in lp_solver_skeleton.h
2005-04-01 alpar - Make lp stuff compilable
2005-04-01 alpar Options for debugging.
2005-04-01 athos Conceptions and bug fixes.
2005-04-01 hegyi To run graph-displayer with sample input, type make run, but do not move the nodes, YET
2005-04-01 hegyi Graph displayer is now displaying nodes. Edges remain still undisplayed yet.
2005-04-01 hegyi Graph displayer is now displaying nodes. Edges remain still undisplayed yet.
2005-04-01 alpar New groups called io_group and dimacs_group added
2005-04-01 hegyi Peter is able to read xy vector from file.
2005-04-01 zsuzska corrections in docs
2005-03-31 alpar SmartGraph can also split() a node!
2005-03-31 alpar getPath() added to Bfs/Dfs/Dijkstra.
2005-03-31 alpar length() returns int istead of size_t
2005-03-31 alpar - split() added
2005-03-31 alpar It works again
2005-03-31 alpar LpSolverBase::Expr is documented
2005-03-31 alpar Correct MapBase usage.
2005-03-30 hegyi XY reading is being wrote.
2005-03-30 marci latex documentation for TightEdgeFilterMap, including amsmath and amssymb latex
2005-03-30 alpar Minor improvements
2005-03-30 zsuzska some small corrections in docs
2005-03-30 alpar - Better (but still incomplete) doc
2005-03-30 alpar - Non-template expressions and constraints (lin_expr.h isn't used)
2005-03-29 deba Some bug fix
2005-03-29 jacint bugfixes in doc
2005-03-28 marci bug fix in SubBidirGraphWrapper::firstIn(Edge&,const Node&), due to Gabor Retvari
2005-03-27 alpar Use the standard idMap
2005-03-25 deba First version of iterable maps.
2005-03-25 zsuzska corrections in docs
2005-03-25 zsuzska zsuzska's own work directory
2005-03-25 alpar Constraints (expressions containing <= or >=) can be passed to addRow()
2005-03-25 alpar - LpGlpk added to the makefile
2005-03-25 athos This was a bug, I guess
2005-03-25 athos Low level interface for GLPK (Marci ut?n szabadon)
2005-03-25 athos (none)
2005-03-25 alpar - Largely extended linear expressions
2005-03-25 alpar - setRow() added
2005-03-25 alpar - several missing 'const' added
2005-03-25 alpar - src/lemon/utility.h: dummy<> template added
2005-03-24 alpar Oops...
2005-03-24 alpar - lp_solver_skeleton.h/cc: skeleton for actual lp implenetations
2005-03-24 alpar - simple makefile added
2005-03-23 marci documentation
2005-03-23 athos Bug fix (thanks to Misi).
2005-03-23 alpar "unused parameter" warning solved
2005-03-23 athos An alternative of lp_base.h.
2005-03-23 athos Bug fix in lp_base.h.
2005-03-23 athos Completions.
2005-03-23 athos Csak a te kedvedert.
2005-03-23 athos Added.
2005-03-23 athos (none)
2005-03-22 athos Ami f?lig van k?sz, ma m?r f?lig marad...
2005-03-22 marci small improvment in documentation
2005-03-22 athos Modified a bit.
2005-03-22 athos Copied only so far.
2005-03-22 marci DO NOT USE UNDECARED STUFF
2005-03-22 alpar (correctly) ignore distro files.
2005-03-21 alpar Constructor of IdMap<G,I>::InverseMap made public
2005-03-21 alpar Some more MS VC++ compatibility changes (suggested by Janos Tapolcai)
2005-03-21 alpar For cygwin compatibility.
2005-03-21 alpar Several changes in order to compile with gcc-3.4
2005-03-21 alpar Several serious bugs fixed
2005-03-21 klao svn:ignore *.exe (for ms systems)
2005-03-21 klao svn:ignore fix
2005-03-21 klao Fixes for MS VC++ (contributed by Janos Tapolcai)
2005-03-21 alpar Bugfix, thanks to Janos.
2005-03-19 alpar A strange compilation failure (under cygwin) is fixed.
2005-03-19 alpar - A primitive function type interface for Preflow.
2005-03-18 alpar Minor changes for educational purposes.
2005-03-17 hegyi Magic anyangle is Faster, harder, Blumchen
2005-03-17 hegyi Magic triangle is a bit more DONE, and is already not only a triangle.
2005-03-17 alpar MapFunctor is made an STL standard compliant functor.
2005-03-17 alpar The first step toward function type interface to Preflow alg:
2005-03-16 hegyi Magic triangle is READY.
2005-03-16 alpar - Add compilation tests for the function type interface of BFS/DFS/Dijkstra
2005-03-16 alpar ForkMap and CombineMap added.
2005-03-16 alpar - Several updates and clarifications on dijkstra.h
2005-03-16 alpar Missing header file added
2005-03-16 alpar Missing input file added
2005-03-16 alpar - '.lgf' could be the standard 'lemon graph format' extension.
2005-03-11 deba Changing exception names.
2005-03-11 deba Solve conflict.
2005-03-11 hegyi i am getting familiar with gtkmm and gnomecanvasmm
2005-03-11 deba Bug fix.
2005-03-11 deba work modifications
2005-03-09 klao Fix a bug noticed by deba.
2005-03-09 deba Easy input-output function for common graphs.
2005-03-09 deba ExceptionMember helper class.
2005-03-09 deba Increase test
2005-03-09 deba Bug fix in radix heap.
2005-03-07 alpar Minor doc changes
2005-03-07 alpar Nothing special
2005-03-07 alpar - rot90() and rot270() added to xy.h
2005-03-06 alpar Bugfix in DijkstraWizard
2005-03-06 alpar Doc improvements
2005-03-06 alpar Missing #ifndef-#define
2005-03-06 alpar Bugfix in BidirGraphWrapper
2005-03-05 marci let's remember: the boss said that we have to test even the non-working codes
2005-03-04 alpar - Bugfix in setting the previous Node
2005-03-04 alpar The source node is reported to be reaches but it has no previous node/edge.
2005-03-04 deba Change test to be up to date.
2005-03-04 deba Bug fix, and g++ 3.4 compatibility changes.
2005-03-04 deba Adding GraphEdgeSet and GraphNodeSet classes to graph_utils.h.
2005-03-04 deba Correcting explicit declaration.
2005-03-04 deba Bug fix
2005-03-04 deba Bug fix
2005-03-04 deba Fix documentation.
2005-03-04 deba concept and checking functions for heaps
2005-03-04 deba Radix heap_implementation
2005-03-04 deba make constructors explicit
2005-03-04 athos Corrected an error (dicussed with marci)
2005-03-03 athos Some more documentation (sorry, I forgot to check the doxygen.log and now I am under windows)
2005-03-03 athos Added two demo programs: of course they are not considered to be complete or finished in any sense.
2005-03-02 athos Some work has been done in the quicktour.
2005-02-28 alpar Better color to bw conversion
2005-02-28 hegyi Changing to gtk-mm
2005-02-25 alpar - ColorSet become commonly usable
2005-02-24 alpar Fix 'make distcheck' failure.
2005-02-24 marci glpk is able to search 5x5 magic square, let's celebrate the free software
2005-02-24 athos Everithing is half-done, but some progress has been made in writing documentation.
2005-02-24 hegyi just kidding
2005-02-24 athos Modified a little: I know that it is not consistent and plan to correct soon.
2005-02-23 marci graphwrapper dox. everybody is asked to read doxygen.log
2005-02-23 alpar Experimental autopackage specfile.
2005-02-22 alpar Fix Doxyfile and the wrong hyperlinks in the doc.
2005-02-22 athos Started to change documentation with excellent new ideas!!!
2005-02-22 athos Corrected spelling errors.
2005-02-22 athos Corrected spelling errors.
2005-02-21 jacint one more minor change
2005-02-21 jacint some minor changes, docs, etc.
2005-02-21 alpar A year has passed again.
2005-02-21 alpar Let's go on!
2005-02-21 alpar New features in v0.3 lemon-0.3
2005-02-21 alpar Better doc
2005-02-21 alpar We have UndirGraph, so BidirGraph has been removed.
2005-02-20 klao svn:ignore change on src/demo
2005-02-20 klao Graph and UndirGraph concept modifications.
2005-02-19 klao lemon/error.h: boost::shared_ptr helyett std::auto_ptr
2005-02-18 alpar Wrap long lines
2005-02-18 alpar - Better addSource()
2005-02-18 alpar Description of the LEMON directories.
2005-02-17 marci if you have a nuclear power plant and wanna compute small magic squares, then let's do it
2005-02-16 marci small changes
2005-02-16 alpar Several changes in the docs.
2005-02-15 alpar Minor changes.
2005-02-15 alpar A bit better msg.
2005-02-15 alpar Test the new dijkstra features.
2005-02-15 alpar Make Makefile.am up-to-date (as usual).
2005-02-15 alpar Doc improvements.
2005-02-11 ladanyi more docs
2005-02-10 marci trying to add constraints of kind 1 <= x[2]+x[3] <= 4
2005-02-08 marci The pair of setSomeThing function is getSomeThing.
2005-02-08 ladanyi more docs
2005-02-07 hegyi This is not ready yet, but I have to go home...
2005-02-07 deba Removing from work.
2005-02-07 deba Changing first to iterators.
2005-02-07 alpar Fix wrong reference in the documentation.
2005-02-07 deba IO moved to lemon.
2005-02-07 deba Graph documentation
2005-02-07 deba Removing graph_defines.h
2005-02-07 deba Documentation
2005-02-07 deba Documentation
2005-02-06 alpar Revised dijkstra.h with several new features added.
2005-02-06 alpar The new dijkstra.h comes in the next commit.
2005-02-06 alpar - PredNodeMap is a NullMap by default
2005-02-06 alpar error.h added
2005-02-06 alpar Several important changes:
2005-02-06 alpar Document state_enum
2005-02-05 alpar Oops.
2005-02-05 alpar A new exception class called UninitializedParameter.
2005-02-05 hegyi Dijkstra documentation is getting ready, but one decision is missing about naming conventions about named_params
2005-02-04 hegyi Documentation is developing itself, but is not ready yet.
2005-02-03 klao New error.h moved to lemon/
2005-02-03 klao Obsolete error.h removed
2005-02-03 klao Latest LEMON exception and assert concepts
2005-02-03 alpar Two incomplete additions:
2005-02-02 alpar Minor changes.
2005-02-02 alpar Bugfix
2005-02-02 alpar - More or less follows the new naming convetions
2005-02-01 deba Some changes in the IO and map utilities.
2005-02-01 deba Tutorial for graph input - output
2005-02-01 marci correction
2005-02-01 marci try of grouping for documentation
2005-02-01 marci lower and upper bound handling functions for rows
2005-01-31 marci new functions for changing lower and upper bounds of variables
2005-01-29 alpar - Fix missing file (max_matching.h)
2005-01-29 alpar - '%%Title:', '%%Copyright:' and '%%CreationDate:' fields added to graphToEps-
2005-01-29 alpar - Node shapes are shown in the doc.
2005-01-28 deba Concept modification to resolve the item by its ID.
2005-01-28 alpar One more trial/approach for named params (Under constr.)
2005-01-28 marci small changes, a try for max flow using expression
2005-01-28 alpar Add a 'scaleToA4()' function.
2005-01-28 alpar Functions to query height/width of a BoundingBox.
2005-01-28 alpar Wrap a long line
2005-01-27 alpar - Some things to do.
2005-01-27 marci -=, - operators in expressions
2005-01-27 jacint (none)
2005-01-26 marci A proposal or test implementation for linear expression`
2005-01-26 ladanyi Various changes.
2005-01-26 ladanyi Removed some unnecessary files.
2005-01-25 jacint (none)
2005-01-25 jacint Adding a function which returns the mate of a node.
2005-01-25 jacint following the changes of max_matching.h
2005-01-20 alpar Now, the actual drawing is made by run() instead of the destructor.
2005-01-20 jacint resetPos deleted
2005-01-19 alpar - Nodes are drawn in a better way
2005-01-19 alpar One more node-shape added.
2005-01-18 alpar Correct bad arrow enpoint when parallel edges are enabled.
2005-01-18 alpar In graphToEps(), nodes may have different shapes (circles or squares).
2005-01-16 alpar - Parallel edges look a bit better
2005-01-16 alpar Functions added to compute the gradient of Bezier curve.
2005-01-16 alpar Doc improvements
2005-01-16 alpar findEdge bugfix.
2005-01-14 marci more precise distinction 'tween low and high level lp interfaces
2005-01-14 alpar Changes in doc.
2005-01-14 alpar Serious buxfig in findEdge()
2005-01-13 jacint Edmonds max_matching.h tester
2005-01-13 jacint Edmonds matching alg
2005-01-12 alpar functor->map and map->functor converters added.
2005-01-11 marci :-}
2005-01-11 marci :-}
2005-01-11 alpar graph_to_eps mission accomplished.
2005-01-11 alpar Fix 'make install' failure.
2005-01-11 alpar Missing 'xy<T> operator*(double, xy<T>)' added.
2005-01-11 alpar ShiftMap and ScaleMap added
2005-01-11 alpar - Minor correction in time_measure.h
2005-01-09 klao (none)
2005-01-09 klao Advances in error.h
2005-01-09 klao src/work/Doxyfile: Minor changes
2005-01-09 klao update to doxygen v1.4.0
2005-01-09 klao Doxyfile: minor changes
2005-01-09 klao Doxyfile updated to doxygen v1.4.0
2005-01-08 alpar - Parallel edge support (without arrowheads)
2005-01-08 alpar - Empty doxygen comments
2005-01-07 klao Nasty bug in undir_graph_extender.h
2005-01-07 jacint (none)
2005-01-07 jacint undirgrafbug
2005-01-07 jacint undirgrafbug
2005-01-07 klao Exception hierarchy sketch.
2005-01-06 alpar graphToEps also accepts an output file name parameter.
2005-01-05 klao countUndirEdges bugs fixed
2005-01-05 klao UndirGraphs: invalid edge bug
2005-01-05 alpar Two examples showing a bit more convenient way to implement named parameters.
2005-01-05 alpar graphToEps is now able to write to any ostream.
2005-01-04 alpar Several new named parameters and documentation added to graphToEps().
2005-01-04 alpar Conversion constructor added
2005-01-04 marci minor changes for various number types
2005-01-04 alpar Bugfix
2005-01-04 alpar An experimental graph-to-eps exporter.
2005-01-04 alpar Several new member functions added to BoundingBox
2005-01-04 alpar - Missing 'const' keywords added
2005-01-03 alpar Several changes in doc
2005-01-03 alpar Serious bugfix in WriteMap<K,T>::Constraints
2005-01-03 alpar - Several convenience maps added to maps.h
2004-12-16 deba AlterationObserverRegistry -> AlterationNotifier
2004-12-16 deba AlterationObserverRegistry -> AlterationNotifier
2004-12-16 deba Renaming AlterationObserverRegistry -> AlterationNotifier
2004-12-15 deba graph_io under construction
2004-12-14 deba reader under construction
2004-12-09 alpar Make UndirListGraph and UndirSmartGraph visible in the doc.
2004-12-09 klao Undir list and smart graph
2004-12-09 marci bug fix
2004-12-08 deba GraphReader under construction
2004-12-06 marci :-(
2004-12-06 klao Undirected graph documentation and concept refinements.
2004-12-03 deba GraphReader implementation ideas.
2004-12-02 marci :-)
2004-12-02 marci bug fix. previously, it did not work with graphs having non-reference node-maps
2004-12-01 marci More rational structure of classes in MergeGraphWrappers
2004-11-29 marci MergeGraphWrapper bug fixes
2004-11-29 ladanyi Added this in order to prevent losing it.
2004-11-29 ladanyi Added a getCost() method to the Entity. Now prevCost() returns what its name suggests.
2004-11-28 klao UndirGraph implementation nearly complete
2004-11-25 klao Advances in UndirGraph.
2004-11-22 alpar Fix Edmonds' name.
2004-11-22 marci the old-style codes are removed from comment
2004-11-22 ladanyi Use lemon::Timer for time measuring. Added the threshold() function and initial threshold and temperature calculation.
2004-11-22 marci Generalized flow by lp
2004-11-22 marci bug fix in SubBidirGraphWrapper, roadmap to MergeGraphWrapper
2004-11-20 marci RoadMap to more general flow algs.
2004-11-20 marci Modifications for hugo 0.2
2004-11-20 marci MergeGraphWrapper
2004-11-20 alpar ObserverRegistry base classed in SnapShot has changed to be protected
2004-11-20 alpar - snapshot-rollback functionarity added to ListGraph
2004-11-19 alpar reverseEdge() and contract() member-functions added.
2004-11-19 marci RoadMap to STGraphWrapper
2004-11-18 marci RoadMap to MergeGraphWrapper and STGraphWrapper,
2004-11-18 marci MergeNodeGraphWrapper
2004-11-18 alpar (none)
2004-11-17 alpar - Timer class got direct access to the components of the ellapsed time/
2004-11-17 marci misc
2004-11-17 marci commercial
2004-11-17 marci MergeNodeGraphWrapper with factory
2004-11-17 alpar Named parameter tests
2004-11-17 ladanyi Some comments and minor additions to the AdvancedController.
2004-11-17 ladanyi Added a second SimAnn with the other controller.
2004-11-16 marci ErasingFirstGraphWrapper
2004-11-15 marci RevGraphWrapper modified according to the factory
2004-11-15 alpar Ops...
2004-11-15 alpar Unified style hyperlinks in the doc.
2004-11-15 alpar Matrix interface running time test...
2004-11-15 klao error.h brought back to life
2004-11-15 marci GraphWrapper changes for factory
2004-11-14 alpar - Move template.h to doc/.
2004-11-14 alpar An 'unused variable' warning when compiled with gcc-3.2.2 is removed
2004-11-13 deba XyzConcept moved to Xyz::Constraints
2004-11-13 alpar Revome an obsolete #include line.
2004-11-13 alpar Naming changes:
2004-11-13 alpar Naming changes:
2004-11-13 alpar Bugfixes in UndirFullGraphBase
2004-11-11 deba Copy-Paste bug fix.
2004-11-11 deba UndirFullGraphBase is added
2004-11-11 deba mappable_graph_extender.h erased
2004-11-11 deba maxUndirEdgeId modified to maxId(UndirEdge)
2004-11-11 deba maxNodeId() and maxEdgeId() changed to maxId(Node) and maxId(Edge)
2004-11-10 klao "make check" pass under icc v8.0
2004-11-10 klao "make check" pass under gcc-3.4.3
2004-11-10 klao * enable_if imported from BOOST
2004-11-10 klao A demonstration how to use _optional_ boolean tags.
2004-11-10 marci for better compatibility with gcc-3.4
2004-11-10 alpar Changes in doc.
2004-11-09 alpar - Add makeSnapshot()/rollBack() functionality
2004-11-09 alpar A graph reader interface proposal
2004-11-08 klao remove an annoying warning
2004-11-08 marci partial graph_wrapper changes with graph_factory
2004-11-08 alpar findEdge() declaration went to the right place (for the sake of Doxygen.)
2004-11-08 alpar Several changes in doc.
2004-11-08 alpar Several changes in doc.
2004-11-08 ladanyi Added an init method to the controller, and started writing a second controller.
2004-11-08 ladanyi Moved the includes to simann.h.
2004-11-05 alpar Doc improvements
2004-11-05 ladanyi Updated the makefile.
2004-11-05 klao Undirect graph implementation.
2004-11-04 klao * Somewhat less redundant and a bit more correct graph concepts.
2004-11-04 ladanyi Renamed simann_test.cc to simann_demo.cc.
2004-11-04 klao skeleton(s) -> concept renaming
2004-11-04 ladanyi Updated because of the recent changes in simann.h.
2004-11-04 ladanyi Now the controller asks SimAnnBase for the various costs.
2004-11-04 ladanyi Added the SimpleController class, and removed the first version of SimAnn in favour of the second.
2004-11-02 alpar Improve docs.
2004-11-01 alpar Improved docs.
2004-11-01 alpar - Named parameters and traits for Dijkstra
2004-11-01 alpar Traits + Named Parameters version
2004-10-30 alpar - SmallGraph is also a class instead of being a typedef.
2004-10-30 alpar - Changes in doc (spell check).
2004-10-30 alpar ListGraph compilation bug fixed.
2004-10-30 alpar - moveHead() and moveTail() added. Not tested.
2004-10-29 alpar A new doxygen group added for graph utilities.
2004-10-27 klao The graph_factory branch (@ 1321) has been merged to trunk.
2004-10-25 alpar Modify to compile with ++-style iterators.
2004-10-16 marci It's time to design an iterable generic bfs
2004-10-13 beckerjc Bugfix. (removed forgotten "using namespace std")
2004-10-11 ladanyi Naming and coding style fixes and various other changes.
2004-10-08 marci Suurballe and MinCostFlow classes are now able to increase the flow 1 by 1 with
2004-10-07 marci Coding style.
2004-10-07 alpar - Change version 0.2 -> 0.3
2004-10-05 alpar Many of ckeckCompileXYZ()'s are now in the corresponding skeleton headers.
2004-10-04 deba Revert backport changes -r1230.
2004-10-04 klao Some old comments
2004-10-04 klao * Beautifying Makefile.am
2004-10-04 ladanyi Added 'src/demo/Makefile.am'.
2004-10-01 marci NodeSubGraphWrapper, test, and ducumentation modifications.
2004-10-01 marci New EdgeSubGraphWrapper class specializing SubGraphWrapper in the way that only the edge-set can be filtered.
2004-09-30 marci SubGraphWrapper code example, converter from dimacs to graphviz dot file.
2004-09-30 marci documentation os SubGraphWrapper with code example.
2004-09-30 marci mv after 0.2
2004-09-30 alpar Version 0.2 released. lemon-0.2
2004-09-30 ladanyi minor correction
2004-09-30 alpar Cosmetic changes.
2004-09-30 alpar Use latin-1 encoding.
2004-09-30 alpar - Add myself
2004-09-29 marci more docs
2004-09-29 klao hugo -> lemon renaming leftovers
2004-09-29 alpar hugo -> lemon
2004-09-29 jacint some changes in the doc to make things clearer
2004-09-29 alpar - Backport -r1227 and -r1220
2004-09-29 ladanyi Initial revision.
2004-09-28 marci merge_node_graph_wrapper::nodemap
2004-09-28 deba Fix InEdgeIt and OutEdgeIt in the symmetric graphs.
2004-09-28 marci beginning of a modular, generic merge_graph_wrapper...
2004-09-28 klao Bugfix. (unionfind segfaulted when compiled with icc)
2004-09-28 klao mrproper rule bug
2004-09-28 marci meself
2004-09-28 alpar Fix many doxygen command bugs.
2004-09-27 marci minor corrections
2004-09-26 deba New symmetric Graph concept.
2004-09-24 jacint added myself
2004-09-23 alpar I forgot to apply
2004-09-23 alpar Copyright header added.
2004-09-23 alpar Some code cleaning in id related stuffs
2004-09-22 alpar Do not document registry and map defines.
2004-09-22 alpar Some commenticide was applied.
2004-09-22 marci correction to 0.2
2004-09-22 marci correction of HUGO_... preproc defines.
2004-09-22 alpar 'iff' changed to 'if and only if'
2004-09-22 alpar Classes (and corresponting file names) renamed:
2004-09-22 alpar Oops. I forgot to commit this at -r1204.
2004-09-22 deba The default constructors are removed from the maps.
2004-09-22 alpar - mincostflows.h renamed to min_cost_flows.h
2004-09-22 alpar Minor correction to (preflow_graph.inp -> preflow_graph.dim)
2004-09-21 marci todo for real comparison
2004-09-21 marci Dox readable more even.
2004-09-21 marci graph_wrappers now pass the tests.
2004-09-20 deba template<typename CMap> Map(const CMap&) like constructors and
2004-09-20 marci Specialized ConstMap for defining constant maps at compile time, by klao.
2004-09-20 marci EXAMPLE_PATH is set to the demo dir.
2004-09-20 marci (none)
2004-09-20 jacint new test graph
2004-09-20 jacint (none)
2004-09-19 klao Kruskal cleanup:
2004-09-19 klao Somebody forgot to remove these.
2004-09-19 alpar Put away debug.h and error.h temporarily.
2004-09-19 alpar This was forgotten to add from the previous commit.
2004-09-19 alpar Right (but still too short) documentation of the namespaces.
2004-09-17 alpar - Name changing: XYZGraphSkeleton -> XYZGraph
2004-09-17 alpar An alert added to doc.
2004-09-17 alpar Graph wrapper tests added.
2004-09-17 deba Fix maps in the GraphWrappers.
2004-09-16 alpar Go back to -r1169 in order to be able to compile minlengthpath_test.cc
2004-09-16 ladanyi Changed to conform to the new iterator style.
2004-09-16 alpar Document the file itself.
2004-09-16 alpar - GraphSkeleton renamed to ExtendableGraphSkeleton
2004-09-16 alpar Cross references turned off.
2004-09-16 marci (none)
2004-09-16 marci (none)
2004-09-16 marci more docs
2004-09-16 marci This is needed for the demo.
2004-09-16 marci Demo file for SubGraphWrapper<Graph>. Documentation will be added later.
2004-09-16 marci (none)
2004-09-16 marci Sorry, the name chosen was a mistake.
2004-09-16 marci (none)
2004-09-16 marci An edge-map which shows the tight edges w.r.t a potential and an edge-distance function.
2004-09-16 marci bug correction
2004-09-16 marci bug correction in SubGraphWrapper<Graph>::NodeIt::NodeIt(...)
2004-09-16 athos Completed documentation for mincostflows and minlengthpaths.
2004-09-15 klao Forgotten std::
2004-09-15 klao Handling strings with std::string
2004-09-15 jacint docs changes
2004-09-15 alpar - Modifications to compile with icc.
2004-09-15 alpar Better handling of the input files of the tests.
2004-09-15 marci correction of SubGraphWrapper bug.
2004-09-14 alpar Change the name of a template parameter.
2004-09-14 alpar Remove obsolete features.
2004-09-14 alpar Changes in doc.
2004-09-14 marci (none)
2004-09-14 marci (none)
2004-09-14 ladanyi Set 'svn:ignore' property.
2004-09-14 ladanyi Set 'svn:ignore' property (again).
2004-09-14 ladanyi Set 'svn:ignore' property.
2004-09-14 ladanyi 'make distcheck' works again\!
2004-09-13 deba Bug fix in the symmetric maps.
2004-09-13 alpar Minor corrections. "make distclean" still doesn't work.
2004-09-13 alpar Fix a DANGEROUS bug.
2004-09-13 alpar Change the compilation order.
2004-09-13 alpar Change MaxFlow to Preflow.
2004-09-13 alpar Remove unnecessary include headers.
2004-09-13 marci (none)
2004-09-13 hegyi Reserve is resolved.
2004-09-13 jacint preflow last changes
2004-09-13 alpar Remove one remaining range checking.
2004-09-13 hegyi There is no runtime debug in path.h
2004-09-13 jacint preflow test
2004-09-12 hegyi Eliminating redundant lines.
2004-09-12 hegyi The first version of new path test program. The old became old_path_test.
2004-09-12 deba KeySet and ValueSet are inserted into the map structures.
2004-09-09 alpar ... and add the missing header files.
2004-09-09 alpar - hugo/skeletons/path.h added.
2004-09-09 alpar Improve docs.
2004-09-09 alpar Spell checking (Ereasable ->Erasable), affected also the code.
2004-09-09 alpar Improved docs.
2004-09-09 alpar Shorter template parameter names to be more readable in Doxygen.
2004-09-08 hegyi There was a little troublie with the true return statement
2004-09-08 deba The MapFactories have been removed from the code because
2004-09-08 hegyi This is needed by path.h
2004-09-08 hegyi path_test is getting under construction
2004-09-08 hegyi path.h by Misi, committed by Peter. There is DirPath usw. in it.
2004-09-08 hegyi Getting compilable with path_test
2004-09-07 deba Some warining fix in maps.
2004-09-07 alpar default_map_factory.h was missing.
2004-09-07 hegyi (none)
2004-09-07 alpar Improve docs.
2004-09-07 alpar - maxEdgeId() and maxNodeId() now works as their names suggest.
2004-09-07 alpar Spell checking.
2004-09-06 alpar Minor change (STL naming conv. differs from our).
2004-09-06 alpar Kruskal alg. (src/hugo/kruskal.h, src/test/kruskal_test.cc) is (almost) done.
2004-09-06 alpar Spell checking.
2004-09-06 alpar Bug: This file must be updated.
2004-09-06 alpar Correction in doc: skeleton/path.h has been moved to the 'skeletons' module.
2004-09-06 alpar Minor changes in doc.
2004-09-06 alpar Changes in doc.
2004-09-06 alpar One more thing to do...
2004-09-05 alpar - Clarified Path skeleton.
2004-09-05 alpar - Changes in doc
2004-09-05 alpar - Changes in doc
2004-09-03 alpar Move general graph compilation tests to 'src/test/graph_test.h'.
2004-09-03 deba (none)
2004-09-03 deba (none)
2004-09-03 alpar Skeleton for paths.
2004-09-03 alpar INSTALL and COPYING are not generated files.
2004-09-03 alpar Put a lot of missing header files to src/hugo/Makefile.am
2004-09-03 alpar New doxygen module "skeletons" for the skeletons.
2004-09-03 alpar - BFD/DFS/Dijkstra compile test is done with skeleton::GraphSkeleton graph
2004-09-02 marci Nicer and more documented graph_wrapper.h file.
2004-09-02 alpar Formatting: breaking long lines.
2004-09-02 alpar - 'minlengpaths_test.cc' added.
2004-09-02 marci .
2004-09-02 marci mincostflow_test is ok.
2004-09-02 alpar Tests for the existence of 'KeyType' and 'ValueType' in the graph maps.
2004-09-02 alpar Change 'Key' to 'KeyType' (possibly temporarily).
2004-09-02 alpar Changes in doc. (New module name for array/vector maps added.)
2004-09-02 marci dimacs.h
2004-09-02 deba (none)
2004-09-02 deba --This line, and those below, will be ignored--
2004-09-01 alpar Changes in the doc.
2004-09-01 alpar - DFS class (bfs.h and bfs_test.cc) added
2004-09-01 marci correction
2004-08-31 marci .
2004-08-31 marci graph_wrapper.h is ready for hugo 0.2
2004-08-31 hegyi minlengthpaths_test.cc is already hugo++ comform and is compilable
2004-08-31 marci ResGraphWrapper<Graph> is done, so does dimacs.h.
2004-08-30 alpar Merge back the whole branches/hugo++ to trunk.
2004-08-25 marci bug fix, test...
2004-08-24 marci Demo directory...
2004-08-23 marci sg is moved sg is not...
2004-08-23 marci .
2004-08-23 marci .
2004-08-23 marci stGraphWrapper modifications
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