This is the complete list of members for Ipopt::TNLP, including all inherited members.
AddRef(const Referencer *referencer) const | Ipopt::ReferencedObject | inline |
C_STYLE enum value | Ipopt::TNLP | |
DECLARE_STD_EXCEPTION(INVALID_TNLP) | Ipopt::TNLP | |
eval_f(Index n, const Number *x, bool new_x, Number &obj_value)=0 | Ipopt::TNLP | pure virtual |
eval_g(Index n, const Number *x, bool new_x, Index m, Number *g)=0 | Ipopt::TNLP | pure virtual |
eval_grad_f(Index n, const Number *x, bool new_x, Number *grad_f)=0 | Ipopt::TNLP | pure 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) | Ipopt::TNLP | inlinevirtual |
eval_jac_g(Index n, const Number *x, bool new_x, Index m, Index nele_jac, Index *iRow, Index *jCol, Number *values)=0 | Ipopt::TNLP | pure virtual |
finalize_metadata(Index n, const StringMetaDataMapType &var_string_md, const IntegerMetaDataMapType &var_integer_md, const NumericMetaDataMapType &var_numeric_md, Index m, const StringMetaDataMapType &con_string_md, const IntegerMetaDataMapType &con_integer_md, const NumericMetaDataMapType &con_numeric_md) | Ipopt::TNLP | inlinevirtual |
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)=0 | Ipopt::TNLP | pure virtual |
FORTRAN_STYLE enum value | Ipopt::TNLP | |
get_bounds_info(Index n, Number *x_l, Number *x_u, Index m, Number *g_l, Number *g_u)=0 | Ipopt::TNLP | pure virtual |
get_constraints_linearity(Index m, LinearityType *const_types) | Ipopt::TNLP | inlinevirtual |
get_curr_iterate(const IpoptData *ip_data, IpoptCalculatedQuantities *ip_cq, bool scaled, Index n, Number *x, Number *z_L, Number *z_U, Index m, Number *g, Number *lambda) const | Ipopt::TNLP | |
get_curr_violations(const IpoptData *ip_data, IpoptCalculatedQuantities *ip_cq, bool scaled, Index n, Number *x_L_violation, Number *x_U_violation, Number *compl_x_L, Number *compl_x_U, Number *grad_lag_x, Index m, Number *nlp_constraint_violation, Number *compl_g) const | Ipopt::TNLP | |
get_list_of_nonlinear_variables(Index num_nonlin_vars, Index *pos_nonlin_vars) | Ipopt::TNLP | inlinevirtual |
get_nlp_info(Index &n, Index &m, Index &nnz_jac_g, Index &nnz_h_lag, IndexStyleEnum &index_style)=0 | Ipopt::TNLP | pure virtual |
get_number_of_nonlinear_variables() | Ipopt::TNLP | inlinevirtual |
get_scaling_parameters(Number &obj_scaling, bool &use_x_scaling, Index n, Number *x_scaling, bool &use_g_scaling, Index m, Number *g_scaling) | Ipopt::TNLP | inlinevirtual |
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)=0 | Ipopt::TNLP | pure virtual |
get_var_con_metadata(Index n, StringMetaDataMapType &var_string_md, IntegerMetaDataMapType &var_integer_md, NumericMetaDataMapType &var_numeric_md, Index m, StringMetaDataMapType &con_string_md, IntegerMetaDataMapType &con_integer_md, NumericMetaDataMapType &con_numeric_md) | Ipopt::TNLP | inlinevirtual |
get_variables_linearity(Index n, LinearityType *var_types) | Ipopt::TNLP | inlinevirtual |
get_warm_start_iterate(IteratesVector &warm_start_iterate) | Ipopt::TNLP | inlinevirtual |
IndexStyleEnum enum name | Ipopt::TNLP | |
IntegerMetaDataMapType typedef | Ipopt::TNLP | |
intermediate_callback(AlgorithmMode mode, Index iter, Number obj_value, Number inf_pr, Number inf_du, Number mu, Number d_norm, Number regularization_size, Number alpha_du, Number alpha_pr, Index ls_trials, const IpoptData *ip_data, IpoptCalculatedQuantities *ip_cq) | Ipopt::TNLP | inlinevirtual |
LINEAR enum value | Ipopt::TNLP | |
LinearityType enum name | Ipopt::TNLP | |
NON_LINEAR enum value | Ipopt::TNLP | |
NumericMetaDataMapType typedef | Ipopt::TNLP | |
operator=(const TNLP &) | Ipopt::TNLP | private |
reference_count_ | Ipopt::ReferencedObject | mutableprivate |
ReferenceCount() const | Ipopt::ReferencedObject | inline |
ReferencedObject() | Ipopt::ReferencedObject | inline |
ReleaseRef(const Referencer *referencer) const | Ipopt::ReferencedObject | inline |
StringMetaDataMapType typedef | Ipopt::TNLP | |
TNLP() | Ipopt::TNLP | inline |
TNLP(const TNLP &) | Ipopt::TNLP | private |
~ReferencedObject() | Ipopt::ReferencedObject | inlinevirtual |
~TNLP() | Ipopt::TNLP | inlinevirtual |