Return dimension information about optimization problem.
- Parameters:
-
| [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 254 of file cppad_ipopt_nlp.cpp.