[CppAD] cppad_ipopt_nlp

Brad Bell bradbell at seanet.com
Tue Sep 28 06:44:32 EDT 2010


  If you look at the 09-22 entry in
     http://www.coin-or.org/CppAD/Doc/whats_new_10.htm
you will notice that the cppad interface to ipopt has been promoted to a 
supported library that is part of the distribution.


On 3/8/2010 6:49 AM, George DeLendonck wrote:
> Thank you Brad for the help.
>
> By looking at cppad I can tell that it would make my life as a Ipopt user a lot easier. How mature do you feel the code is for the Ipopt interface?
>
> George Delendonck
>
> ________________________________________
> From: cppad-bounces at list.coin-or.org [cppad-bounces at list.coin-or.org] On Behalf Of cppad-request at list.coin-or.org [cppad-request at list.coin-or.org]
> Sent: Friday, March 05, 2010 12:00 PM
> To: cppad at list.coin-or.org
> Subject: CppAD Digest, Vol 37, Issue 1
>
> Send CppAD mailing list submissions to
>          cppad at list.coin-or.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>          http://list.coin-or.org/mailman/listinfo/cppad
> or, via email, send a message with subject or body 'help' to
>          cppad-request at list.coin-or.org
>
> You can reach the person managing the list at
>          cppad-owner at list.coin-or.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of CppAD digest..."
>
>
> Today's Topics:
>
>     1. (no subject) (George DeLendonck)
>     2. Re: cppad_ipopt (Brad Bell)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 5 Mar 2010 07:46:08 -0800
> From: George DeLendonck<george at atrenta.com>
> Subject: [CppAD] (no subject)
> To: "cppad at list.coin-or.org"<cppad at list.coin-or.org>
> Message-ID:
>          <E6C98C2C5683A746B085D3EB668C2A59070B14569E at mbox1.atrenta.com>
> Content-Type: text/plain; charset="us-ascii"
>
> I was wondering whether the ipopt/cppad interface is ready for used. If so where can I get it because I did not find it as part of the cppad source code tar file release.
>
> George Delendonck
> ________________________________
>
> NOTE: This message and its attachments are intended only for the individual or
> entity to which it is addressed and may contain confidential information or
> forward-looking statements regarding product development.  Forward-looking
> statements are subject to change at Atrenta's sole discretion and Atrenta will have
> no liability for the delay or failure to deliver any product or feature mentioned in
> such forward-looking statements.
>
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 05 Mar 2010 08:27:58 -0800
> From: Brad Bell<bradbell at seanet.com>
> Subject: Re: [CppAD] cppad_ipopt
> To: cppad at list.coin-or.org, Matthew Saltzman<mjs at clemson.edu>, Laci
>          Ladanyi<ladanyi at us.ibm.com>
> Message-ID:<4B91310E.4070007 at seanet.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Unfortunately, something is broken with the Coin nightly builds and the
> CppAD tarballs for the trunk are missing from
>       http://www.coin-or.org/download/source/CppAD/
> Hopefully this will be fixed soon.
>
> If you have subversion, you can get a current copy of cppad with the
> following command
>         svn co https://projects.coin-or.org/svn/CppAD/trunk cppad_trunk
> If you execute then execute the commands
>       cd cppad_trunk
>       ./configure IPOPT_DIR=IpoptDir
> you will configure CppAD so that it can build the cppad_ipopt libarary
> and examples. Here IpoptDir is the prefix for where Ipopt is installed
> on your system.
>
> If you then execute the command
>       cd cppad_ ipopt/src
>       make
> you will build the cppad_ipopt library; libcppad_ipopt.a to be exact.
>
> If you then execute the command
>       cd ../example
>       make test
> you will compile and run the examples mentioned under Example on
>       http://www.coin-or.org/CppAD/Doc/cppad_ipopt_nlp.xml#Example
>
>
> On 3/5/2010 7:46 AM, George DeLendonck wrote:
>> I was wondering whether the ipopt/cppad interface is ready for used. If so where can I get it because I did not find it as part of the cppad source code tar file release.
>>
>> George Delendonck
>> ________________________________
>>
>> NOTE: This message and its attachments are intended only for the individual or
>> entity to which it is addressed and may contain confidential information or
>> forward-looking statements regarding product development.  Forward-looking
>> statements are subject to change at Atrenta's sole discretion and Atrenta will have
>> no liability for the delay or failure to deliver any product or feature mentioned in
>> such forward-looking statements.
>>
>>
>>
>> _______________________________________________
>> CppAD mailing list
>> CppAD at list.coin-or.org
>> http://list.coin-or.org/mailman/listinfo/cppad
>>
>>
>
>
> ------------------------------
>
> _______________________________________________
> CppAD mailing list
> CppAD at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/cppad
>
>
> End of CppAD Digest, Vol 37, Issue 1
> ************************************
> ________________________________
>
> NOTE: This message and its attachments are intended only for the individual or
> entity to which it is addressed and may contain confidential information or
> forward-looking statements regarding product development.  Forward-looking
> statements are subject to change at Atrenta's sole discretion and Atrenta will have
> no liability for the delay or failure to deliver any product or feature mentioned in
> such forward-looking statements.
>
>
>
> _______________________________________________
> CppAD mailing list
> CppAD at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/cppad
>



More information about the CppAD mailing list