CppAD: A C++ Algorithmic Differentiation Package  20130102
bool cppad_ipopt::cppad_ipopt_nlp::get_nlp_info ( Index n,
Index m,
Index nnz_jac_g,
Index nnz_h_lag,
IndexStyleEnum index_style 
) [virtual]

Return dimension information about optimization problem.

Parameters:
[out]nis set to the value n_.
[out]mis set to the value m_.
[out]nnz_jac_gis set to the value of nnz_jac_g_.
[out]nnz_h_lagis set to the vlaue of nnz_h_lag_.
[out]index_styleis set to C_STYLE; i.e., zeoro based indexing is used in the information passed to Ipopt.

Definition at line 266 of file cppad_ipopt_nlp.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines