Log of /trunk/solvers/ipopt
Directory Listing
Revision
2039 -
Directory Listing
Modified
Wed May 20 01:34:20 2009 UTC
(15 years, 4 months ago)
by
jpye
Updated formatting/file headers for set.h, mem.h.
Added #includes to top of set.h, mem.h to ensure ascConfig is not missed.
Changed default IPOPT linear solver to MUMPS.
Added simple C++ test file for CONOPT.
Revision
2018 -
Directory Listing
Modified
Wed Apr 29 03:38:10 2009 UTC
(15 years, 5 months ago)
by
jpye
Fixed compile for new header file locations <ascend/compiler/xxx.h> etc.
Revision
1803 -
Directory Listing
Modified
Tue Jul 15 00:53:43 2008 UTC
(16 years, 3 months ago)
by
jpye
Fixing some svn:ignore tags, add DOPRI5 license file.
Minor edits in asc_ipopt.c.
Revision
1800 -
Directory Listing
Modified
Mon Jul 14 04:33:11 2008 UTC
(16 years, 3 months ago)
by
jpye
Adding 'most refined note' support.
Revision
1794 -
Directory Listing
Modified
Mon Jun 23 12:31:19 2008 UTC
(16 years, 3 months ago)
by
jpye
Fix IPOPT link libs
Revision
1791 -
Directory Listing
Modified
Thu Jun 19 08:18:14 2008 UTC
(16 years, 3 months ago)
by
jpye
ipopt_eval_g...
Revision
1790 -
Directory Listing
Modified
Tue Jun 17 08:46:23 2008 UTC
(16 years, 4 months ago)
by
jpye
Bump version in spec file.
Change to limited-memory hessian as default in IPOPT.
Revision
1787 -
Directory Listing
Modified
Sat Jun 7 06:32:58 2008 UTC
(16 years, 4 months ago)
by
jpye
Fixed against Tcl/Tk on Fedora 9.
Removed lots more env.Copy(), change to env.Clone() for newer SCons.
Revision
1780 -
Directory Listing
Modified
Fri May 30 07:06:53 2008 UTC
(16 years, 4 months ago)
by
jpye
comment
Revision
1776 -
Directory Listing
Modified
Thu May 29 06:40:47 2008 UTC
(16 years, 4 months ago)
by
jpye
Fixed glibc crash in IPOPT, can work on rest of solver now.
Revision
1771 -
Directory Listing
Modified
Mon May 12 04:28:04 2008 UTC
(16 years, 5 months ago)
by
jpye
Debug IPOPT. Seems that next thing to implement eval_jac_g sparsity structure.
Revision
1770 -
Directory Listing
Modified
Wed May 7 07:06:36 2008 UTC
(16 years, 5 months ago)
by
jpye
Updated for IPOPT 3.4.0. Support for IPOPT 3.3.x is broken due to new path structure for #include files.
Revision
1737 -
Directory Listing
Modified
Thu Feb 7 23:58:06 2008 UTC
(16 years, 8 months ago)
by
jpye
Further work on the IPOPT implementation.
Revision
1701 -
Directory Listing
Modified
Sun Jan 6 03:42:21 2008 UTC
(16 years, 9 months ago)
by
jpye
Changed fundamental units to the standard SI abbreviations.
Added new solver parameters for IPOPT (still needs testing).
Added context-aware UnitsDialog that by default uses the type selected in the browser.
Added attempt at detection of 'lmodern' (for bug #351).
Changed base units in compiler/units.h.
Revision
1636 -
Directory Listing
Modified
Wed Oct 24 13:04:05 2007 UTC
(16 years, 11 months ago)
by
jpye
IPOPT gets installed if built.
added relman_hessian_count placeholder.
Revision
1597 -
Directory Listing
Modified
Fri Aug 17 05:26:05 2007 UTC
(17 years, 2 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
(17 years, 2 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
(17 years, 2 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
(17 years, 2 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
(17 years, 2 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
(17 years, 2 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
1535 -
Directory Listing
Modified
Mon Jul 9 14:58:15 2007 UTC
(17 years, 3 months ago)
by
jpye
Little more on IPOPT. Fixed ascdev script to work with configured
solver list.
Revision
1530 -
Directory Listing
Modified
Thu Jul 5 14:43:47 2007 UTC
(17 years, 3 months ago)
by
jpye
More on IPOPT. Still placeholders mostly.
Revision
1529 -
Directory Listing
Modified
Thu Jul 5 08:19:02 2007 UTC
(17 years, 3 months ago)
by
jpye
Making build of IPOPT dependent on config test.
Revision
1528 -
Directory Listing
Added
Wed Jul 4 14:33:13 2007 UTC
(17 years, 3 months ago)
by
jpye
placeholder for IPOPT solver.