FFSM++
1.1.0
French Forest Sector Model ++
|
This is the complete list of members for MyADOLC_NLP, including all inherited members.
eval_constraints(Index n, const T *x, Index m, T *g) | MyADOLC_NLP | |
eval_f(Index n, const Number *x, bool new_x, Number &obj_value) | MyADOLC_NLP | virtual |
eval_g(Index n, const Number *x, bool new_x, Index m, Number *g) | MyADOLC_NLP | virtual |
eval_grad_f(Index n, const Number *x, bool new_x, Number *grad_f) | MyADOLC_NLP | virtual |
eval_h(Index n, const Number *x, bool new_x, Number obj_factor, Index m, const Number *lambda, bool new_lambda, Index nele_hess, Index *iRow, Index *jCol, Number *values) | MyADOLC_NLP | virtual |
eval_jac_g(Index n, const Number *x, bool new_x, Index m, Index nele_jac, Index *iRow, Index *jCol, Number *values) | MyADOLC_NLP | virtual |
eval_obj(Index n, const T *x, T &obj_value) | MyADOLC_NLP | |
finalize_solution(SolverReturn status, Index n, const Number *x, const Number *z_L, const Number *z_U, Index m, const Number *g, const Number *lambda, Number obj_value, const IpoptData *ip_data, IpoptCalculatedQuantities *ip_cq) | MyADOLC_NLP | virtual |
generate_tapes(Index n, Index m) | MyADOLC_NLP | virtual |
get_bounds_info(Index n, Number *x_l, Number *x_u, Index m, Number *g_l, Number *g_u) | MyADOLC_NLP | virtual |
get_nlp_info(Index &n, Index &m, Index &nnz_jac_g, Index &nnz_h_lag, IndexStyleEnum &index_style) | MyADOLC_NLP | virtual |
get_starting_point(Index n, bool init_x, Number *x, bool init_z, Number *z_L, Number *z_U, Index m, bool init_lambda, Number *lambda) | MyADOLC_NLP | virtual |
Hess | MyADOLC_NLP | private |
Jac | MyADOLC_NLP | private |
MyADOLC_NLP() | MyADOLC_NLP | |
MyADOLC_NLP(const MyADOLC_NLP &) | MyADOLC_NLP | private |
operator=(const MyADOLC_NLP &) | MyADOLC_NLP | private |
x_lam | MyADOLC_NLP | private |
~MyADOLC_NLP() | MyADOLC_NLP | virtual |