This is the complete list of members for Ipopt::AmplTNLP, including all inherited members.
AddRef(const Referencer *referencer) const | Ipopt::ReferencedObject | inline |
AmplSolverObject() | Ipopt::AmplTNLP | inline |
AmplTNLP(const SmartPtr< const Journalist > &jnlst, const SmartPtr< RegisteredOptions > regoptions, const SmartPtr< OptionsList > options, const char *const *argv, SmartPtr< AmplSuffixHandler > suffix_handler=NULL, bool allow_discrete=false, SmartPtr< AmplOptionsList > ampl_options_list=NULL, const char *ampl_option_string=NULL, const char *ampl_invokation_string=NULL, const char *ampl_banner_string=NULL, std::string *nl_file_content=NULL) | Ipopt::AmplTNLP | |
AmplTNLP(const SmartPtr< const Journalist > &jnlst, const SmartPtr< OptionsList > options, char **&argv, SmartPtr< AmplSuffixHandler > suffix_handler=NULL, bool allow_discrete=false, SmartPtr< AmplOptionsList > ampl_options_list=NULL, const char *ampl_option_string=NULL, const char *ampl_invokation_string=NULL, const char *ampl_banner_string=NULL, std::string *nl_file_content=NULL) | Ipopt::AmplTNLP | |
AmplTNLP() | Ipopt::AmplTNLP | private |
AmplTNLP(const AmplTNLP &) | Ipopt::AmplTNLP | private |
apply_new_x(bool new_x, Index n, const Number *x) | Ipopt::AmplTNLP | protected |
asl_ | Ipopt::AmplTNLP | protected |
C_STYLE enum value | Ipopt::TNLP | |
call_hesset() | Ipopt::AmplTNLP | protected |
con_integer_md_ | Ipopt::AmplTNLP | protected |
con_numeric_md_ | Ipopt::AmplTNLP | protected |
con_string_md_ | Ipopt::AmplTNLP | protected |
conval_called_with_current_x_ | Ipopt::AmplTNLP | protected |
DECLARE_STD_EXCEPTION(NONPOSITIVE_SCALING_FACTOR) | Ipopt::AmplTNLP | |
Ipopt::TNLP::DECLARE_STD_EXCEPTION(INVALID_TNLP) | Ipopt::TNLP | |
eval_f(Index n, const Number *x, bool new_x, Number &obj_value) | Ipopt::AmplTNLP | virtual |
eval_g(Index n, const Number *x, bool new_x, Index m, Number *g) | Ipopt::AmplTNLP | virtual |
eval_grad_f(Index n, const Number *x, bool new_x, Number *grad_f) | Ipopt::AmplTNLP | 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::AmplTNLP | virtual |
eval_jac_g(Index n, const Number *x, bool new_x, Index m, Index nele_jac, Index *iRow, Index *jCol, Number *values) | Ipopt::AmplTNLP | 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) | Ipopt::AmplTNLP | virtual |
FORTRAN_STYLE enum value | Ipopt::TNLP | |
g_sol_ | Ipopt::AmplTNLP | protected |
get_bounds_info(Index n, Number *x_l, Number *x_u, Index m, Number *g_l, Number *g_u) | Ipopt::AmplTNLP | virtual |
get_constraints_linearity(Index m, LinearityType *const_types) | Ipopt::AmplTNLP | virtual |
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_discrete_info(Index &nlvb_, Index &nlvbi_, Index &nlvc_, Index &nlvci_, Index &nlvo_, Index &nlvoi_, Index &nbv_, Index &niv_) const | Ipopt::AmplTNLP | |
get_list_of_nonlinear_variables(Index num_nonlin_vars, Index *pos_nonlin_vars) | Ipopt::AmplTNLP | virtual |
get_nlp_info(Index &n, Index &m, Index &nnz_jac_g, Index &nnz_h_lag, IndexStyleEnum &index_style) | Ipopt::AmplTNLP | virtual |
get_number_of_nonlinear_variables() | Ipopt::AmplTNLP | virtual |
get_options(const SmartPtr< RegisteredOptions > regoptions, const SmartPtr< OptionsList > &options, SmartPtr< AmplOptionsList > &l_options_list, const char *ampl_option_string, const char *ampl_invokation_string, const char *ampl_banner_string, const char *const *argv) | Ipopt::AmplTNLP | protected |
get_options(const SmartPtr< OptionsList > &options, SmartPtr< AmplOptionsList > &l_options_list, const char *ampl_option_string, const char *ampl_invokation_string, const char *ampl_banner_string, char **&argv) | Ipopt::AmplTNLP | inlineprotected |
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::AmplTNLP | 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) | Ipopt::AmplTNLP | virtual |
get_suffix_handler() | Ipopt::AmplTNLP | inline |
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::AmplTNLP | virtual |
get_variables_linearity(Index n, LinearityType *var_types) | Ipopt::TNLP | inlinevirtual |
get_warm_start_iterate(IteratesVector &warm_start_iterate) | Ipopt::TNLP | inlinevirtual |
gutsOfConstructor(const SmartPtr< RegisteredOptions > regoptions, const SmartPtr< OptionsList > options, const char *const *argv, bool allow_discrete, SmartPtr< AmplOptionsList > ampl_options_list, const char *ampl_option_string, const char *ampl_invokation_string, const char *ampl_banner_string, std::string *nl_file_content) | Ipopt::AmplTNLP | private |
hesset_called_ | Ipopt::AmplTNLP | protected |
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 |
internal_conval(const Number *x, Index m, Number *g=NULL) | Ipopt::AmplTNLP | protected |
internal_objval(const Number *x, Number &obj_val) | Ipopt::AmplTNLP | protected |
jnlst_ | Ipopt::AmplTNLP | protected |
lambda_sol_ | Ipopt::AmplTNLP | protected |
LINEAR enum value | Ipopt::TNLP | |
LinearityType enum name | Ipopt::TNLP | |
nerror_ | Ipopt::AmplTNLP | protected |
nerror_ok(void *nerror) | Ipopt::AmplTNLP | protected |
NON_LINEAR enum value | Ipopt::TNLP | |
NumericMetaDataMapType typedef | Ipopt::TNLP | |
nz_h_full_ | Ipopt::AmplTNLP | protected |
obj_sign_ | Ipopt::AmplTNLP | protected |
obj_sol_ | Ipopt::AmplTNLP | protected |
objval_called_with_current_x_ | Ipopt::AmplTNLP | protected |
Oinfo_ptr_ | Ipopt::AmplTNLP | protected |
operator=(const AmplTNLP &) | Ipopt::AmplTNLP | private |
reference_count_ | Ipopt::ReferencedObject | mutableprivate |
ReferenceCount() const | Ipopt::ReferencedObject | inline |
ReferencedObject() | Ipopt::ReferencedObject | inline |
ReleaseRef(const Referencer *referencer) const | Ipopt::ReferencedObject | inline |
set_active_objective(Index obj_no) | Ipopt::AmplTNLP | |
set_active_objective_called_ | Ipopt::AmplTNLP | protected |
set_integer_metadata_for_con(const std::string &tag, const std::vector< Index > &meta_data) | Ipopt::AmplTNLP | inline |
set_integer_metadata_for_var(const std::string &tag, const std::vector< Index > &meta_data) | Ipopt::AmplTNLP | inline |
set_numeric_metadata_for_con(const std::string &tag, const std::vector< Number > &meta_data) | Ipopt::AmplTNLP | inline |
set_numeric_metadata_for_var(const std::string &tag, const std::vector< Number > &meta_data) | Ipopt::AmplTNLP | inline |
set_string_metadata_for_con(const std::string &tag, const std::vector< std::string > &meta_data) | Ipopt::AmplTNLP | inline |
set_string_metadata_for_var(const std::string &tag, const std::vector< std::string > &meta_data) | Ipopt::AmplTNLP | inline |
StringMetaDataMapType typedef | Ipopt::TNLP | |
suffix_handler_ | Ipopt::AmplTNLP | protected |
TNLP() | Ipopt::TNLP | inline |
TNLP(const TNLP &) | Ipopt::TNLP | private |
var_integer_md_ | Ipopt::AmplTNLP | protected |
var_numeric_md_ | Ipopt::AmplTNLP | protected |
var_string_md_ | Ipopt::AmplTNLP | protected |
write_solution_file(const std::string &message) const | Ipopt::AmplTNLP | |
x_sol_ | Ipopt::AmplTNLP | protected |
z_L_sol_ | Ipopt::AmplTNLP | protected |
z_U_sol_ | Ipopt::AmplTNLP | protected |
~AmplTNLP() | Ipopt::AmplTNLP | virtual |
~ReferencedObject() | Ipopt::ReferencedObject | inlinevirtual |
~TNLP() | Ipopt::TNLP | inlinevirtual |