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.