Log of /trunk/solvers
Directory Listing
Revision
1655 -
Directory Listing
Modified
Thu Nov 29 11:04:49 2007 UTC
(16 years ago)
by
jpye
Suppressed LSDOE warnings.
Reverted some of the 'is False' changes that weren't necessary.
Revision
1636 -
Directory Listing
Modified
Wed Oct 24 13:04:05 2007 UTC
(16 years, 1 month ago)
by
jpye
IPOPT gets installed if built.
added relman_hessian_count placeholder.
Revision
1635 -
Directory Listing
Modified
Wed Oct 24 08:01:26 2007 UTC
(16 years, 1 month ago)
by
jpye
Add LSODE to the installed solvers
Revision
1607 -
Directory Listing
Modified
Thu Aug 30 00:16:48 2007 UTC
(16 years, 3 months ago)
by
jpye
Got rid of not-used var warning.
Revision
1605 -
Directory Listing
Modified
Wed Aug 29 10:59:48 2007 UTC
(16 years, 3 months ago)
by
jpye
Matrix output on pivot problem is now compile-time optional.
Revision
1597 -
Directory Listing
Modified
Fri Aug 17 05:26:05 2007 UTC
(16 years, 3 months ago)
by
jpye
New external library naming scheme on Windows: 'name_ascend.dll' instead of 'name.dll'.
This applies to solvers as well as external methods, extpy, import handlers, etc.
Revision
1557 -
Directory Listing
Modified
Thu Jul 26 13:57:49 2007 UTC
(16 years, 4 months ago)
by
jpye
Added 'UPDATE_NO_YACC_LEX' option to SCons to stop _no_* files being updated
all the time.
Minor commenting in asc_ipopt.
Fixed ascend-config for case where -I/usr/include or -L/usr/lib.
Revision
1555 -
Directory Listing
Modified
Tue Jul 24 14:16:45 2007 UTC
(16 years, 4 months ago)
by
jpye
Bit more work on IPOPT presolve and hessian calculation.
Added export of relman_jacobian_count.
Revision
1553 -
Directory Listing
Modified
Tue Jul 24 08:56:59 2007 UTC
(16 years, 4 months ago)
by
jpye
Placeholder ipopt_get_status.
Added very simple test-case for IPOPT.
Revision
1549 -
Directory Listing
Modified
Mon Jul 23 14:30:35 2007 UTC
(16 years, 4 months ago)
by
jpye
More work on IPOPT optimizer.
Prevented repeated slv_get_status errors; added exception in getSimulationStatus in C++.
Revision
1547 -
Directory Listing
Modified
Mon Jul 23 06:25:49 2007 UTC
(16 years, 4 months ago)
by
jpye
Fixed build of asc_ipopt.c. Small comment added in relman. IPOPT_LIB replaced by IPOPT_LIBS due to multiple linking requirement of that library.
Revision
1545 -
Directory Listing
Modified
Tue Jul 17 03:23:19 2007 UTC
(16 years, 4 months ago)
by
jpye
Fixed debian build (still some 'lintian' problems)
Updated ascend.spec from latest ascend.spec.in.
Removed debug output in asc_conopt.c.
Revision
1540 -
Directory Listing
Modified
Sun Jul 15 03:59:23 2007 UTC
(16 years, 4 months ago)
by
jpye
Reorganising CONOPT binding so that building support for CONOPT is possible without it being installed.
Revision
1535 -
Directory Listing
Modified
Mon Jul 9 14:58:15 2007 UTC
(16 years, 4 months ago)
by
jpye
Little more on IPOPT. Fixed ascdev script to work with configured
solver list.
Revision
1534 -
Directory Listing
Modified
Mon Jul 9 06:06:41 2007 UTC
(16 years, 4 months ago)
by
jpye
Lowered the value of RTMAXV for CONOPT (3.1e9 instead of 3.1e11)
Revision
1532 -
Directory Listing
Modified
Thu Jul 5 14:51:41 2007 UTC
(16 years, 5 months ago)
by
jpye
Corrected date.
Revision
1531 -
Directory Listing
Modified
Thu Jul 5 14:50:44 2007 UTC
(16 years, 5 months ago)
by
jpye
Added conopt.h upon receiving permission from Arne Drud.
Revision
1530 -
Directory Listing
Modified
Thu Jul 5 14:43:47 2007 UTC
(16 years, 5 months ago)
by
jpye
More on IPOPT. Still placeholders mostly.
Revision
1529 -
Directory Listing
Modified
Thu Jul 5 08:19:02 2007 UTC
(16 years, 5 months ago)
by
jpye
Making build of IPOPT dependent on config test.
Revision
1528 -
Directory Listing
Modified
Wed Jul 4 14:33:13 2007 UTC
(16 years, 5 months ago)
by
jpye
placeholder for IPOPT solver.
Revision
1520 -
Directory Listing
Modified
Sat Jun 30 01:23:36 2007 UTC
(16 years, 5 months ago)
by
jpye
Fixing for missing yacc/lex on Windows, auto-update of them when yacc/lex *are* avail.
Fixing 'test.py' operation on Windows (ASCENDSOLVERS env var)
Adding missing ida.dll to installer.
Adding some missing export symbols in libascend.
Revision
1517 -
Directory Listing
Modified
Thu Jun 28 01:36:22 2007 UTC
(16 years, 5 months ago)
by
jpye
Correcting conditional build of CONOPT wrapper.
Revision
1516 -
Directory Listing
Modified
Wed Jun 27 15:11:11 2007 UTC
(16 years, 5 months ago)
by
jpye
Fixing conopt_register for the no-conopt case (needs looking at further)
Revision
1515 -
Directory Listing
Modified
Wed Jun 27 15:09:57 2007 UTC
(16 years, 5 months ago)
by
jpye
work on fixing Windows for the external solvers changes
Revision
1512 -
Directory Listing
Modified
Wed Jun 27 13:45:17 2007 UTC
(16 years, 5 months ago)
by
jpye
Fixed handling of IDA not present. Commented out some debug stuff.
Revision
1511 -
Directory Listing
Modified
Wed Jun 27 13:29:36 2007 UTC
(16 years, 5 months ago)
by
jpye
LIBPATH for libascend in lsode and ida.
Revision
1510 -
Directory Listing
Modified
Wed Jun 27 13:24:21 2007 UTC
(16 years, 5 months ago)
by
jpye
Dependencies of shared libraries on 'libascend'.
Revision
1509 -
Directory Listing
Modified
Wed Jun 27 13:08:47 2007 UTC
(16 years, 5 months ago)
by
jpye
Fixed external loading of integrators, at least on my system. Needs testing
with/without fortran, sundials, etc.
Changed little thing kn d1mach.c to make default behaviour correct on Linux.
Revision
1508 -
Directory Listing
Modified
Wed Jun 27 11:37:28 2007 UTC
(16 years, 5 months ago)
by
jpye
Adjusting build scripts after moving integrators
Revision
1507 -
Directory Listing
Modified
Wed Jun 27 11:25:37 2007 UTC
(16 years, 5 months ago)
by
jpye
Moving integrators to own directory, about to make them self-contained shared libraries.
Revision
1505 -
Directory Listing
Modified
Sat Jun 23 14:27:28 2007 UTC
(16 years, 5 months ago)
by
jpye
More on relocation of solvers
Revision
1504 -
Directory Listing
Added
Sat Jun 23 14:12:34 2007 UTC
(16 years, 5 months ago)
by
jpye
Moving solvers to their own directory