CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Dvector, class ADvector, class FG_eval>
virtual bool CppAD::ipopt::solve_callback< Dvector, ADvector, FG_eval >::get_nlp_info ( Index n,
Index m,
Index nnz_jac_g,
Index nnz_h_lag,
IndexStyleEnum index_style 
)
inlinevirtual

Return dimension information about optimization problem.

Parameters
[out]nis set to the value nx_.
[out]mis set to the value ng_.
[out]nnz_jac_gis set to ng_ * nx_ (sparsity not yet implemented)
[out]nnz_h_lagis set to nx_*(nx_+1)/2 (sparsity not yet implemented)
[out]index_styleis set to C_STYLE; i.e., zeoro based indexing is used in the information passed to Ipopt.

Definition at line 461 of file solve_callback.hpp.