Wed, 11 May 2005 17:36:25 +0000 |
deba |
Fixing invertable maps:
|
changeset |
files
|
Wed, 11 May 2005 16:55:18 +0000 |
ladanyi |
moved the gui
|
changeset |
files
|
Wed, 11 May 2005 13:49:17 +0000 |
deba |
Bug fix.
|
changeset |
files
|
Wed, 11 May 2005 13:48:39 +0000 |
deba |
Bug fixes.
|
changeset |
files
|
Wed, 11 May 2005 11:50:13 +0000 |
deba |
LemonWriter and GraphWriter.
|
changeset |
files
|
Mon, 09 May 2005 11:24:26 +0000 |
deba |
New graph reader interface.
|
changeset |
files
|
Fri, 06 May 2005 15:39:33 +0000 |
athos |
Cplex works.
|
changeset |
files
|
Thu, 05 May 2005 15:47:45 +0000 |
ladanyi |
fix 'make mrproper'
|
changeset |
files
|
Thu, 05 May 2005 15:43:43 +0000 |
athos |
Deleted _setRowLowerBound() and _setRowUpperBound() functions. Cplex worked (now it does not because of _getPrimalStatus()).
|
changeset |
files
|
Thu, 05 May 2005 15:34:43 +0000 |
ladanyi |
added directory and check for the GUI
|
changeset |
files
|
Thu, 05 May 2005 11:06:58 +0000 |
alpar |
An unnecessary header removed
|
changeset |
files
|
Thu, 05 May 2005 11:05:25 +0000 |
alpar |
Special maps' placement in the headers and in the doxigen modules
|
changeset |
files
|
Wed, 04 May 2005 13:07:10 +0000 |
alpar |
wrapper -> adaptor
|
changeset |
files
|
Mon, 02 May 2005 05:49:33 +0000 |
alpar |
Better doc generation.
|
changeset |
files
|
Fri, 29 Apr 2005 13:31:41 +0000 |
alpar |
DataFormatError::what() also prints the name of the exception.
|
changeset |
files
|
Fri, 29 Apr 2005 11:04:17 +0000 |
alpar |
Docfix
|
changeset |
files
|
Fri, 29 Apr 2005 08:21:03 +0000 |
alpar |
For the sake of cygwin...
|
changeset |
files
|
Thu, 28 Apr 2005 09:54:38 +0000 |
deba |
GUI section handling.
|
changeset |
files
|
Wed, 27 Apr 2005 16:49:04 +0000 |
alpar |
Missing *.m4 files added.
|
changeset |
files
|
Wed, 27 Apr 2005 10:44:58 +0000 |
deba |
Modifying the interface.
|
changeset |
files
|
Wed, 27 Apr 2005 10:42:58 +0000 |
deba |
Bug fix.
|
changeset |
files
|
Wed, 27 Apr 2005 10:37:03 +0000 |
deba |
Changed input operator.
|
changeset |
files
|
Tue, 26 Apr 2005 15:50:30 +0000 |
alpar |
- BoundingBox::clear() added
|
changeset |
files
|
Mon, 25 Apr 2005 16:22:04 +0000 |
alpar |
LpSkeleton updated
|
changeset |
files
|
Mon, 25 Apr 2005 15:43:11 +0000 |
athos |
Missing function _setRowBounds added to lp_skeleton.
|
changeset |
files
|
Mon, 25 Apr 2005 09:00:47 +0000 |
ladanyi |
bugfix
|
changeset |
files
|
Mon, 25 Apr 2005 08:19:38 +0000 |
ladanyi |
- include config.h instead of manually adding -DHAVE_{CPLEX,GLPK} to CXXFLAGS
|
changeset |
files
|
Sun, 24 Apr 2005 22:30:54 +0000 |
ladanyi |
This way it works also when both GLPK and CPLEX are enabled.
|
changeset |
files
|
Sun, 24 Apr 2005 22:26:37 +0000 |
ladanyi |
Don't set {GLPK,CPLEX}_{CFLAGS,LIBS} if the check fails.
|
changeset |
files
|
Sat, 23 Apr 2005 17:14:49 +0000 |
ladanyi |
-I config is passed to aclocal when make invokes it.
|
changeset |
files
|
Sat, 23 Apr 2005 16:59:49 +0000 |
marci |
A new implementation of UndirGraphWrapper, accordig to the undirected concepts
|
changeset |
files
|
Fri, 22 Apr 2005 17:53:26 +0000 |
alpar |
Set $lp_{glpk|cplex}_found even if --without-{glpk|cplex} option was given.
|
changeset |
files
|
Fri, 22 Apr 2005 17:47:01 +0000 |
alpar |
- lp_cplex.h, lp_cplex.cc added
|
changeset |
files
|
Fri, 22 Apr 2005 16:20:12 +0000 |
ladanyi |
added check for CLPEX
|
changeset |
files
|
Thu, 21 Apr 2005 15:15:12 +0000 |
athos |
I really have no idea about what to write here now.
|
changeset |
files
|
Thu, 21 Apr 2005 06:06:56 +0000 |
alpar |
Fix Makefile.am
|
changeset |
files
|
Wed, 20 Apr 2005 15:06:42 +0000 |
athos |
_clearObj instead of _setObj.
|
changeset |
files
|
Wed, 20 Apr 2005 14:29:23 +0000 |
athos |
_setObj function
|
changeset |
files
|
Tue, 19 Apr 2005 14:15:01 +0000 |
alpar |
Get rid of all '-Wall -W' warnings.
|
changeset |
files
|
Tue, 19 Apr 2005 13:33:44 +0000 |
deba |
Call the default constructor of the ObserverBase.
|
changeset |
files
|
Tue, 19 Apr 2005 06:51:37 +0000 |
alpar |
Fix glpk summary
|
changeset |
files
|
Tue, 19 Apr 2005 06:36:37 +0000 |
alpar |
Configure summary is printed. (To be extended.)
|
changeset |
files
|
Mon, 18 Apr 2005 17:29:11 +0000 |
ladanyi |
ignore src/demo/lp_maxflow_demo
|
changeset |
files
|
Mon, 18 Apr 2005 17:26:51 +0000 |
ladanyi |
added m4 macro to control documentation generation
|
changeset |
files
|
Mon, 18 Apr 2005 17:23:42 +0000 |
ladanyi |
irrelevant changes
|
changeset |
files
|
Mon, 18 Apr 2005 16:07:54 +0000 |
alpar |
icc like this a bit more (no warnings).
|
changeset |
files
|
Mon, 18 Apr 2005 14:59:24 +0000 |
alpar |
More steps toward gcc-3.4 compatibility
|
changeset |
files
|
Mon, 18 Apr 2005 14:18:12 +0000 |
alpar |
gcc-3.4 compile fix
|
changeset |
files
|
Mon, 18 Apr 2005 13:34:23 +0000 |
alpar |
src/work is moved to hugo_loc
|
changeset |
files
|
Sun, 17 Apr 2005 18:57:22 +0000 |
alpar |
- compile failure fixed
|
changeset |
files
|
Fri, 15 Apr 2005 22:12:51 +0000 |
alpar |
An unnecessary duplicate removed.
|
changeset |
files
|
Fri, 15 Apr 2005 21:15:30 +0000 |
alpar |
- Adding new lp_demo.cc finished
|
changeset |
files
|
Fri, 15 Apr 2005 20:46:18 +0000 |
alpar |
lp_demo.cc becomes lp_maxflow_demo.cc
|
changeset |
files
|
Fri, 15 Apr 2005 20:26:01 +0000 |
alpar |
Fix a bug that caused corrupt eps file if there are loops or identical
|
changeset |
files
|
Fri, 15 Apr 2005 19:56:25 +0000 |
alpar |
Correct the english name of EGRES.
|
changeset |
files
|
Fri, 15 Apr 2005 14:46:03 +0000 |
deba |
Bug fixes.
|
changeset |
files
|
Fri, 15 Apr 2005 14:03:23 +0000 |
deba |
Bug fix.
|
changeset |
files
|
Fri, 15 Apr 2005 10:37:47 +0000 |
ladanyi |
Changed the includes.
|
changeset |
files
|
Thu, 14 Apr 2005 21:23:25 +0000 |
ladanyi |
- Use messages similar to stock autoconf macros'.
|
changeset |
files
|
Thu, 14 Apr 2005 16:37:26 +0000 |
ladanyi |
updated mrproper target
|
changeset |
files
|