[CppAD] Create a Libray wiht OS for calling it from an external tool???

Kipp Martin kipp.martin at chicagogsb.edu
Sat Nov 22 02:30:29 EST 2008


Hi Alberto:

> 
>    My aim now is to create a ".lib" for sending some parameters from an 
> external tool called Ecosimpro (Which is a modeling and simulation tool 
> which use C++). I would like to create a library for send the equations 
> and the constraints and for solving the NLP problem with IPOPT for 
> example externally and do some tests.
> 
>    There is a possibility to create a .lib using all the files included 
> in the OS package? 

I do not really understand what you are asking. Do you mean create a 
library or an executable? In the MSVisualStudioOSExamples directory of

http://www.coin-or.org/download/binary/OS/OS-1.1-VisualStudio.zip

you will find a number of example projects that build 
applications/executables that link to the various libraries in lib.

I am not familiar with  EcosimPro, but if it is a C++ library you could 
quite likely build an application which links it together with libOS 
into an executable and specify parameters for calling various solvers 
such as Ipopt and Bonmin.

It appears from

http://www.ecosimpro.com/

that you can export C++ classes. If so,  you could build an application 
based on these classes plus the libOS to do what you are asking above.

Does this help?

Regards




> 
> Thanks a lot
> 
> Congratulations on this amazing project
> 
> Regards
> 
> 
> 
> ===========================================
> Alberto Jorrín Rodríguez
> Departamento de Ingenieria de Sistemas y Automatica
> Dpt.  of Systems Engineering and Automatic Control
> Universidad de Valladolid  / University of Valladolid
> Address: Facultad de Ciencias, c/ Real de Burgos s/n
> 47011 Valladolid, Spain
> Tel: +34 647 670 581, Fax: +34 983 423161
> e-mail: albejor at autom.uva.es
> ============================================
> ------------------------------------------------------------------------
> No te aburras más, engánchate a los Juegos de Messenger 
> <http://www.vivelive.com/juegos/>
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> CppAD mailing list
> CppAD at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/cppad


-- 
Kipp Martin
Visiting Professor
University of Cincinnati
College of Business
Dept. of QAOM
525 Lindner Hall
Cincinnati, OH  45221-0130

513-556-0404

kipp.martin at chicagogsb.edu
http://homepages.uc.edu/~martinrk/
https://projects.coin-or.org/OS
http://www.coin-or.org



More information about the CppAD mailing list