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.
[out] | n | is set to the value n_ . |
[out] | m | is set to the value m_ . |
[out] | nnz_jac_g | is set to the value of nnz_jac_g_ . |
[out] | nnz_h_lag | is set to the vlaue of nnz_h_lag_ . |
[out] | index_style | is 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.