Mon, 11 Apr 2005 15:46:14 +0000A little has been done. Some important questions arised.
athos [Mon, 11 Apr 2005 15:46:14 +0000] rev 1339
A little has been done. Some important questions arised.

Mon, 11 Apr 2005 14:26:35 +0000A little modification: a call for primalStatus().
athos [Mon, 11 Apr 2005 14:26:35 +0000] rev 1338
A little modification: a call for primalStatus().

Sun, 10 Apr 2005 16:26:26 +0000'make docs' and 'make install' is also working now in external build-dir
alpar [Sun, 10 Apr 2005 16:26:26 +0000] rev 1337
'make docs' and 'make install' is also working now in external build-dir

Sat, 09 Apr 2005 20:45:28 +0000Minor corrections in the doc
alpar [Sat, 09 Apr 2005 20:45:28 +0000] rev 1336
Minor corrections in the doc

Sat, 09 Apr 2005 19:38:52 +0000Obsolte test removed.
deba [Sat, 09 Apr 2005 19:38:52 +0000] rev 1335
Obsolte test removed.

Sat, 09 Apr 2005 19:36:46 +0000Bug fixes.
deba [Sat, 09 Apr 2005 19:36:46 +0000] rev 1334
Bug fixes.

Sat, 09 Apr 2005 19:35:33 +0000Functionality changed:
deba [Sat, 09 Apr 2005 19:35:33 +0000] rev 1333
Functionality changed:
The first map is the id map => The map named "id" is the id map

Documentation improvments

Sat, 09 Apr 2005 19:32:06 +0000Make standard conform. // math.h -> cmath
deba [Sat, 09 Apr 2005 19:32:06 +0000] rev 1332
Make standard conform. // math.h -> cmath

Sat, 09 Apr 2005 19:30:49 +0000Documentation improvments.
deba [Sat, 09 Apr 2005 19:30:49 +0000] rev 1331
Documentation improvments.

Sat, 09 Apr 2005 19:27:48 +0000Heap concept moved to namespace concept.
deba [Sat, 09 Apr 2005 19:27:48 +0000] rev 1330
Heap concept moved to namespace concept.

Fri, 08 Apr 2005 15:46:12 +0000- Insert LP stuff into the module structure
alpar [Fri, 08 Apr 2005 15:46:12 +0000] rev 1329
- Insert LP stuff into the module structure

Fri, 08 Apr 2005 15:24:01 +0000- Insert LP stuff into the module structure
alpar [Fri, 08 Apr 2005 15:24:01 +0000] rev 1328
- Insert LP stuff into the module structure
- More doc

Fri, 08 Apr 2005 15:22:46 +0000Disable shared libraries (makes the compilation a bit faster)
alpar [Fri, 08 Apr 2005 15:22:46 +0000] rev 1327
Disable shared libraries (makes the compilation a bit faster)

Fri, 08 Apr 2005 14:40:37 +0000Add presolver() to turn on/off the GLPK presolver
alpar [Fri, 08 Apr 2005 14:40:37 +0000] rev 1326
Add presolver() to turn on/off the GLPK presolver

Fri, 08 Apr 2005 14:21:40 +0000An icc warning resolved.
alpar [Fri, 08 Apr 2005 14:21:40 +0000] rev 1325
An icc warning resolved.

Fri, 08 Apr 2005 14:02:43 +0000Only lp_xyz's are linked against -lglpk
alpar [Fri, 08 Apr 2005 14:02:43 +0000] rev 1324
Only lp_xyz's are linked against -lglpk

Fri, 08 Apr 2005 06:46:12 +0000The case when the objective function contains a const component is handled
alpar [Fri, 08 Apr 2005 06:46:12 +0000] rev 1323
The case when the objective function contains a const component is handled
correctly.

Fri, 08 Apr 2005 06:34:34 +0000Demo prog that computes the max flow by LP
alpar [Fri, 08 Apr 2005 06:34:34 +0000] rev 1322
Demo prog that computes the max flow by LP

Fri, 08 Apr 2005 06:33:11 +0000No output messages by default
alpar [Fri, 08 Apr 2005 06:33:11 +0000] rev 1321
No output messages by default

Fri, 08 Apr 2005 05:36:16 +0000lin_expr.h removed
alpar [Fri, 08 Apr 2005 05:36:16 +0000] rev 1320
lin_expr.h removed

Thu, 07 Apr 2005 15:22:03 +0000Cplex interface has improved a lot.
athos [Thu, 07 Apr 2005 15:22:03 +0000] rev 1319
Cplex interface has improved a lot.

Thu, 07 Apr 2005 12:54:35 +0000Sample file completed: works correctly and the code is very beautiful. I love LEMON.
athos [Thu, 07 Apr 2005 12:54:35 +0000] rev 1318
Sample file completed: works correctly and the code is very beautiful. I love LEMON.

Thu, 07 Apr 2005 11:30:12 +0000- XMap and YMap added
alpar [Thu, 07 Apr 2005 11:30:12 +0000] rev 1317
- XMap and YMap added
- Spell checking

Thu, 07 Apr 2005 10:44:32 +0000Makefile has changed.
athos [Thu, 07 Apr 2005 10:44:32 +0000] rev 1316
Makefile has changed.

Thu, 07 Apr 2005 10:19:10 +0000A sample file.
athos [Thu, 07 Apr 2005 10:19:10 +0000] rev 1315
A sample file.

Thu, 07 Apr 2005 09:42:31 +0000New functions in lp_glpk.cc. Sample file: lp_sample.cc.
athos [Thu, 07 Apr 2005 09:42:31 +0000] rev 1314
New functions in lp_glpk.cc. Sample file: lp_sample.cc.

Thu, 07 Apr 2005 06:38:56 +0000LpSolverSkeleton -> LpSkeleton
alpar [Thu, 07 Apr 2005 06:38:56 +0000] rev 1313
LpSolverSkeleton -> LpSkeleton
lp_solver_skeleton* -> lp_skeleton*

Thu, 07 Apr 2005 06:31:03 +0000max() [_setMax()], min() [_setMin()], primalValue() [_getPrimalValue()] added
alpar [Thu, 07 Apr 2005 06:31:03 +0000] rev 1312
max() [_setMax()], min() [_setMin()], primalValue() [_getPrimalValue()] added

Wed, 06 Apr 2005 17:19:54 +0000Removing sticky using namespace std.
deba [Wed, 06 Apr 2005 17:19:54 +0000] rev 1311
Removing sticky using namespace std.
Making up the using of namespaces.

Wed, 06 Apr 2005 08:14:16 +0000make distcheck works again
ladanyi [Wed, 06 Apr 2005 08:14:16 +0000] rev 1310
make distcheck works again

Wed, 06 Apr 2005 07:24:48 +0000lp_test added
alpar [Wed, 06 Apr 2005 07:24:48 +0000] rev 1309
lp_test added
WARNING: Overall glpk dependency! (we should avoid)

Tue, 05 Apr 2005 22:37:19 +0000Applied the changes which somehow vanished during my last merge. Thanks goes
ladanyi [Tue, 05 Apr 2005 22:37:19 +0000] rev 1308
Applied the changes which somehow vanished during my last merge. Thanks goes
to Marci for noticing this. In detail:
- added amsmath and amssymb latex packages for latex documentation
- src/demo is also scanned for doxygen input files

Tue, 05 Apr 2005 12:30:46 +0000Stuffs moved into bits
deba [Tue, 05 Apr 2005 12:30:46 +0000] rev 1307
Stuffs moved into bits

Tue, 05 Apr 2005 09:49:01 +0000make distcheck fixes. Anyway it still doesn't work.
ladanyi [Tue, 05 Apr 2005 09:49:01 +0000] rev 1306
make distcheck fixes. Anyway it still doesn't work.

Tue, 05 Apr 2005 09:08:23 +0000- moved lp_base.h, lp_base.cc, lp_glpk.h, lp_glpk.cc, lp_solver_skeleton.h and
ladanyi [Tue, 05 Apr 2005 09:08:23 +0000] rev 1305
- moved lp_base.h, lp_base.cc, lp_glpk.h, lp_glpk.cc, lp_solver_skeleton.h and
lp_solver_skeleton.cc to src/lemon
- modified the includes

Tue, 05 Apr 2005 08:43:51 +0000Merged my branch (branches/akos) changes r1654:1740 into the trunk.
ladanyi [Tue, 05 Apr 2005 08:43:51 +0000] rev 1304
Merged my branch (branches/akos) changes r1654:1740 into the trunk.

Tue, 05 Apr 2005 06:41:21 +0000SolutionStatus -> SolveExitStatus
alpar [Tue, 05 Apr 2005 06:41:21 +0000] rev 1303
SolutionStatus -> SolveExitStatus
SolutionType -> SolutionStatus

Tue, 05 Apr 2005 06:19:24 +0000Subdirectory for low level headers
alpar [Tue, 05 Apr 2005 06:19:24 +0000] rev 1302
Subdirectory for low level headers

Mon, 04 Apr 2005 19:22:04 +0000Graph displayer displays graphs now.
hegyi [Mon, 04 Apr 2005 19:22:04 +0000] rev 1301
Graph displayer displays graphs now.

Mon, 04 Apr 2005 16:19:29 +0000Trivial bugfix
alpar [Mon, 04 Apr 2005 16:19:29 +0000] rev 1300
Trivial bugfix

Mon, 04 Apr 2005 14:46:08 +0000Started cplex low level interface.
athos [Mon, 04 Apr 2005 14:46:08 +0000] rev 1299
Started cplex low level interface.

Mon, 04 Apr 2005 14:45:23 +0000Now one can solve an lp problem.
athos [Mon, 04 Apr 2005 14:45:23 +0000] rev 1298
Now one can solve an lp problem.

Mon, 04 Apr 2005 10:13:33 +0000Bug fix.
deba [Mon, 04 Apr 2005 10:13:33 +0000] rev 1297
Bug fix.

Mon, 04 Apr 2005 10:11:47 +0000dimacs_to_lgf demo
deba [Mon, 04 Apr 2005 10:11:47 +0000] rev 1296
dimacs_to_lgf demo
may we need a tools directory?

Mon, 04 Apr 2005 08:03:43 +0000- Modifications to compile with *both* gcc-3.3 and gcc-3.4
alpar [Mon, 04 Apr 2005 08:03:43 +0000] rev 1295
- Modifications to compile with *both* gcc-3.3 and gcc-3.4
- Adjust further SolutionType

Sun, 03 Apr 2005 10:20:49 +0000Documentation of abstract functions is in lp_solver_skeleton.h
alpar [Sun, 03 Apr 2005 10:20:49 +0000] rev 1294
Documentation of abstract functions is in lp_solver_skeleton.h

Fri, 01 Apr 2005 19:50:29 +0000- Make lp stuff compilable
alpar [Fri, 01 Apr 2005 19:50:29 +0000] rev 1293
- Make lp stuff compilable
- Some 'set's removed

Fri, 01 Apr 2005 14:13:32 +0000Options for debugging.
alpar [Fri, 01 Apr 2005 14:13:32 +0000] rev 1292
Options for debugging.