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