File: main.dox

package info (click to toggle)
casadi 3.7.0%2Bds2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,964 kB
  • sloc: cpp: 114,229; python: 35,462; xml: 1,946; ansic: 859; makefile: 257; sh: 114; f90: 63; perl: 9
file content (18 lines) | stat: -rw-r--r-- 1,329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*!
 CasADi reference and tutorial

NOTE: the following is out-of-date.
Please consult the User Guide at http://casadi.org/users_guide

 CasADi is a minimalistic computer algebra system implementing automatic differentiation in forward and adjoint modes by means of a hybrid symbolic/numeric approach. It is designed to be a low-level tool for quick, yet highly efficient implementation of algorithms for numerical optimization. Of particular interest is dynamic optimization, using either a collocation approach, or a shooting-based approach using embedded ODE/DAE-integrators. In either case, CasADi relieves the user from the work of efficiently calculating the relevant derivative or ODE/DAE sensitivity information to an arbitrary degree, as needed by the NLP solver. This together with a full-featured Python front end, and back ends to state-of-the-art codes such as Sundials (CVODES, IDAS and KINSOL), IPOPT and KNITRO, drastically reduces the effort of implementing the methods compared to a pure C/C++/Fortran approach. More experimental interfaces include the NLP solver LiftOpt (CasADi provides automatic lifting) and the optimal control framework ACADO Toolkit.

 <b>C++ tutorial</b>
 <ol>
 <li>\ref chapter1
 <li>\ref chapter2
 <li>\ref chapter3
 <li>\ref chapter4
 <li>\ref chapter5
 <li>\ref chapter6 
 </ol>
 */