Changeset 78 for trunk/ADOL-C/examples
- Timestamp:
- Feb 3, 2010 11:53:47 AM (11 years ago)
- Location:
- trunk/ADOL-C/examples/additional_examples/ipopt
- Files:
-
- 10 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ADOL-C/examples/additional_examples/ipopt/LuksanVlcek1/Makefile
r71 r78 3 3 # File: Makefile 4 4 # Revision: $$ 5 # Contents: Makefile for class myADOL -C_NPL to interface ADOL-C with Ipopt5 # Contents: Makefile for class myADOLC_NPL to interface ADOL-C with Ipopt 6 6 # 7 7 # Copyright (c) Andrea Walther … … 17 17 ########################################################################## 18 18 # You can modify this example makefile to fit for your own program. # 19 # Usually, you only need to change the five CHANGE ME entries below.#19 # Usually, you only need to change the five CHANGE entries below. # 20 20 ########################################################################## 21 21 -
trunk/ADOL-C/examples/additional_examples/ipopt/MittelmannDistCntrlNeumA/Makefile
r71 r78 3 3 # File: Makefile 4 4 # Revision: $$ 5 # Contents: Makefile for class myADOL -C_NPL to interface ADOL-C with Ipopt5 # Contents: Makefile for class myADOLC_NPL to interface ADOL-C with Ipopt 6 6 # 7 7 # Copyright (c) Andrea Walther … … 17 17 ########################################################################## 18 18 # You can modify this example makefile to fit for your own program. # 19 # Usually, you only need to change the five CHANGE ME entries below.#19 # Usually, you only need to change the five CHANGE entries below. # 20 20 ########################################################################## 21 21 -
trunk/ADOL-C/examples/additional_examples/ipopt/README
r71 r78 1 1 ############################################################################## 2 2 ## README -- additional information 3 ## Revision: $Id: README 267 2008-12-15 13:19:25Z awalther$3 ## $Id$ 4 4 ## 5 5 ## Copyright (C) Andrea Walther … … 20 20 MittelmannDistCntrlNeumA 21 21 22 both examples from Ipopt/Ipopt/examples/ScalableProblems22 both examples from Ipopt/Ipopt/examples/ScalableProblems 23 23 24 the directories contain examples for the coupling of Ipopt 25 and ADOL-C. The user just has to adapted the evaluation 26 of the target function and the constraints everything else 27 is done automatically. 24 The directories contain examples for the coupling of Ipopt 25 and ADOL-C. The user just has to adapted the evaluation 26 of the target function and the constraints everything else 27 is done automatically. 28 29 30 LuksanVlcek1_sparse 31 MittelmannDistCntrlNeumA_sparse 32 33 same examples as above but with automatic exploitation 34 of sparsity, hence the installation of the ColPack 35 package is required. 28 36 29 37 The makefiles from the specific Ipopt installation should be used … … 31 39 directories. 32 40 33 Examples that also exploit the sparsity will be provided soon
Note: See TracChangeset
for help on using the changeset viewer.