Thu, 26 May 2005 16:32:26 +0000 alpar Revome duplicated typedefs
Thu, 26 May 2005 15:33:16 +0000 athos Some documentation got revised.
Thu, 26 May 2005 13:21:47 +0000 ladanyi - test both lp implementations
Thu, 26 May 2005 12:16:16 +0000 athos _copyLp(), _newLp() implemented.
Mon, 23 May 2005 04:48:14 +0000 ladanyi trunk/src/* move to trunk/
Sat, 21 May 2005 21:04:57 +0000 ladanyi bugfix
Fri, 20 May 2005 12:44:28 +0000 ladanyi added a configuration header to the lemon directory
Fri, 20 May 2005 09:43:40 +0000 athos Functions _eraseRow(), _eraseCol(). Not yet implemented for cplex.
Fri, 20 May 2005 09:31:25 +0000 athos Added function _setCoeff().
Thu, 19 May 2005 11:53:25 +0000 deba Documentation
Thu, 19 May 2005 11:49:42 +0000 deba Able to read edge from undirected edgeset
Thu, 19 May 2005 11:46:42 +0000 alpar A very simple xml parser
Wed, 18 May 2005 13:02:47 +0000 deba Two minor changes.
Wed, 18 May 2005 09:39:06 +0000 ladanyi - minor corrections in the docs
Mon, 16 May 2005 21:49:35 +0000 marci minor modifications
Sat, 14 May 2005 21:13:00 +0000 deba Bug fix.
Sat, 14 May 2005 20:56:53 +0000 deba ContentReader
Sat, 14 May 2005 17:40:45 +0000 deba Six-coloring in plan graphs.
Sat, 14 May 2005 17:39:37 +0000 deba IO with undirected edgesets and undirected graphs.
Sat, 14 May 2005 17:37:33 +0000 deba Smart reference handling in map adaptors
Sat, 14 May 2005 17:34:31 +0000 deba Added backward and forward map.
Sat, 14 May 2005 17:32:11 +0000 deba Handling smarter the references
Sat, 14 May 2005 17:29:28 +0000 deba std:: prefix bug corrected
Sat, 14 May 2005 17:26:56 +0000 deba Descrption for bits
Sat, 14 May 2005 17:22:27 +0000 deba Moved to subgroup
Sat, 14 May 2005 17:20:40 +0000 deba Handling simultan edge adding.
Wed, 11 May 2005 17:36:25 +0000 deba Fixing invertable maps:
Wed, 11 May 2005 16:55:18 +0000 ladanyi moved the gui
Wed, 11 May 2005 13:49:17 +0000 deba Bug fix.
Wed, 11 May 2005 13:48:39 +0000 deba Bug fixes.
Wed, 11 May 2005 11:50:13 +0000 deba LemonWriter and GraphWriter.
Mon, 09 May 2005 11:24:26 +0000 deba New graph reader interface.
Fri, 06 May 2005 15:39:33 +0000 athos Cplex works.
Thu, 05 May 2005 15:47:45 +0000 ladanyi fix 'make mrproper'
Thu, 05 May 2005 15:43:43 +0000 athos Deleted _setRowLowerBound() and _setRowUpperBound() functions. Cplex worked (now it does not because of _getPrimalStatus()).
Thu, 05 May 2005 15:34:43 +0000 ladanyi added directory and check for the GUI
Thu, 05 May 2005 11:06:58 +0000 alpar An unnecessary header removed
Thu, 05 May 2005 11:05:25 +0000 alpar Special maps' placement in the headers and in the doxigen modules
Wed, 04 May 2005 13:07:10 +0000 alpar wrapper -> adaptor
Mon, 02 May 2005 05:49:33 +0000 alpar Better doc generation.
Fri, 29 Apr 2005 13:31:41 +0000 alpar DataFormatError::what() also prints the name of the exception.
Fri, 29 Apr 2005 11:04:17 +0000 alpar Docfix
Fri, 29 Apr 2005 08:21:03 +0000 alpar For the sake of cygwin...
Thu, 28 Apr 2005 09:54:38 +0000 deba GUI section handling.
Wed, 27 Apr 2005 16:49:04 +0000 alpar Missing *.m4 files added.
Wed, 27 Apr 2005 10:44:58 +0000 deba Modifying the interface.
Wed, 27 Apr 2005 10:42:58 +0000 deba Bug fix.
Wed, 27 Apr 2005 10:37:03 +0000 deba Changed input operator.
Tue, 26 Apr 2005 15:50:30 +0000 alpar - BoundingBox::clear() added
Mon, 25 Apr 2005 16:22:04 +0000 alpar LpSkeleton updated
Mon, 25 Apr 2005 15:43:11 +0000 athos Missing function _setRowBounds added to lp_skeleton.
Mon, 25 Apr 2005 09:00:47 +0000 ladanyi bugfix
Mon, 25 Apr 2005 08:19:38 +0000 ladanyi - include config.h instead of manually adding -DHAVE_{CPLEX,GLPK} to CXXFLAGS
Sun, 24 Apr 2005 22:30:54 +0000 ladanyi This way it works also when both GLPK and CPLEX are enabled.
Sun, 24 Apr 2005 22:26:37 +0000 ladanyi Don't set {GLPK,CPLEX}_{CFLAGS,LIBS} if the check fails.
Sat, 23 Apr 2005 17:14:49 +0000 ladanyi -I config is passed to aclocal when make invokes it.
Sat, 23 Apr 2005 16:59:49 +0000 marci A new implementation of UndirGraphWrapper, accordig to the undirected concepts
Fri, 22 Apr 2005 17:53:26 +0000 alpar Set $lp_{glpk|cplex}_found even if --without-{glpk|cplex} option was given.
Fri, 22 Apr 2005 17:47:01 +0000 alpar - lp_cplex.h, lp_cplex.cc added
Fri, 22 Apr 2005 16:20:12 +0000 ladanyi added check for CLPEX