Ipopt  3.11.9
Ipopt::SensAmplTNLP Member List

This is the complete list of members for Ipopt::SensAmplTNLP, including all inherited members.

AddRef(const Referencer *referencer) constIpopt::ReferencedObjectinline
AmplSolverObject()Ipopt::AmplTNLPinline
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::AmplTNLPprivate
AmplTNLP(const AmplTNLP &)Ipopt::AmplTNLPprivate
apply_new_x(bool new_x, Index n, const Number *x)Ipopt::AmplTNLPprivate
asl_Ipopt::AmplTNLPprivate
C_STYLE enum valueIpopt::TNLP
call_hesset()Ipopt::AmplTNLPprivate
compute_red_hessian_Ipopt::SensAmplTNLPprivate
con_integer_md_Ipopt::AmplTNLPprivate
con_numeric_md_Ipopt::AmplTNLPprivate
con_string_md_Ipopt::AmplTNLPprivate
conval_called_with_current_x_Ipopt::AmplTNLPprivate
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::AmplTNLPvirtual
eval_g(Index n, const Number *x, bool new_x, Index m, Number *g)Ipopt::AmplTNLPvirtual
eval_grad_f(Index n, const Number *x, bool new_x, Number *grad_f)Ipopt::AmplTNLPvirtual
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::AmplTNLPvirtual
eval_jac_g(Index n, const Number *x, bool new_x, Index m, Index nele_jac, Index *iRow, Index *jCol, Number *values)Ipopt::AmplTNLPvirtual
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::SensAmplTNLPvirtual
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::SensAmplTNLPvirtual
FORTRAN_STYLE enum valueIpopt::TNLP
g_sol_Ipopt::AmplTNLPprivate
get_bounds_info(Index n, Number *x_l, Number *x_u, Index m, Number *g_l, Number *g_u)Ipopt::SensAmplTNLPvirtual
get_constraints_linearity(Index m, LinearityType *const_types)Ipopt::AmplTNLPvirtual
get_discrete_info(Index &nlvb_, Index &nlvbi_, Index &nlvc_, Index &nlvci_, Index &nlvo_, Index &nlvoi_, Index &nbv_, Index &niv_) constIpopt::AmplTNLP
get_index_suffix(const char *suffix_name)Ipopt::SensAmplTNLP
get_index_suffix_constr(const char *suffix_name)Ipopt::SensAmplTNLP
get_index_suffix_constr_vec(const char *suffix_name)Ipopt::SensAmplTNLP
get_index_suffix_vec(const char *suffix_name)Ipopt::SensAmplTNLP
get_list_of_nonlinear_variables(Index num_nonlin_vars, Index *pos_nonlin_vars)Ipopt::AmplTNLPvirtual
get_nlp_info(Index &n, Index &m, Index &nnz_jac_g, Index &nnz_h_lag, IndexStyleEnum &index_style)Ipopt::AmplTNLPvirtual
get_number_of_nonlinear_variables()Ipopt::AmplTNLPvirtual
get_number_suffix(const char *suffix_name)Ipopt::SensAmplTNLP
get_number_suffix_constr(const char *suffix_name)Ipopt::SensAmplTNLP
get_number_suffix_vec(const char *suffix_name)Ipopt::SensAmplTNLP
get_options(const SmartPtr< OptionsList > &options, SmartPtr< AmplOptionsList > &ampl_options_list, const char *ampl_option_string, const char *ampl_invokation_string, const char *ampl_banner_string, char **&argv)Ipopt::AmplTNLPprivate
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::AmplTNLPvirtual
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::AmplTNLPvirtual
get_suffix_handler()Ipopt::AmplTNLPinline
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::SensAmplTNLPvirtual
get_variables_linearity(Index n, LinearityType *var_types)Ipopt::TNLPinlinevirtual
get_warm_start_iterate(IteratesVector &warm_start_iterate)Ipopt::TNLPinlinevirtual
have_parameters_Ipopt::SensAmplTNLPprivate
hesset_called_Ipopt::AmplTNLPprivate
IndexStyleEnum enum nameIpopt::TNLP
IntegerMetaDataMapType typedefIpopt::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::TNLPinlinevirtual
internal_conval(const Number *x, Index m, Number *g=NULL)Ipopt::AmplTNLPprivate
internal_objval(const Number *x, Number &obj_val)Ipopt::AmplTNLPprivate
jnlst_Ipopt::SensAmplTNLPprivate
lambda_sol_Ipopt::AmplTNLPprivate
LINEAR enum valueIpopt::TNLP
LinearityType enum nameIpopt::TNLP
n_sens_steps_Ipopt::SensAmplTNLPprivate
nerror_Ipopt::AmplTNLPprivate
nerror_ok(void *nerror)Ipopt::AmplTNLPprivate
NON_LINEAR enum valueIpopt::TNLP
NumericMetaDataMapType typedefIpopt::TNLP
nz_h_full_Ipopt::AmplTNLPprivate
obj_sign_Ipopt::AmplTNLPprivate
obj_sol_Ipopt::AmplTNLPprivate
objval_called_with_current_x_Ipopt::AmplTNLPprivate
Oinfo_ptr_Ipopt::AmplTNLPprivate
operator=(const AmplTNLP &)Ipopt::AmplTNLPprivate
options_Ipopt::SensAmplTNLPprivate
parameter_flags_Ipopt::SensAmplTNLPprivate
parameter_values_Ipopt::SensAmplTNLPprivate
reference_count_Ipopt::ReferencedObjectmutableprivate
ReferenceCount() constIpopt::ReferencedObjectinline
ReferencedObject()Ipopt::ReferencedObjectinline
ReleaseRef(const Referencer *referencer) constIpopt::ReferencedObjectinline
run_sens_Ipopt::SensAmplTNLPprivate
sens_sol_Ipopt::SensAmplTNLPprivate
SensAmplTNLP(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::SensAmplTNLP
set_active_objective(Index obj_no)Ipopt::AmplTNLP
set_active_objective_called_Ipopt::AmplTNLPprivate
set_integer_metadata_for_con(std::string tag, std::vector< Index > meta_data)Ipopt::AmplTNLPinline
set_integer_metadata_for_var(std::string tag, std::vector< Index > meta_data)Ipopt::AmplTNLPinline
set_numeric_metadata_for_con(std::string tag, std::vector< Number > meta_data)Ipopt::AmplTNLPinline
set_numeric_metadata_for_var(std::string tag, std::vector< Number > meta_data)Ipopt::AmplTNLPinline
set_sens_solution(Index idx, SmartPtr< IteratesVector > sens_sol)Ipopt::SensAmplTNLP
set_string_metadata_for_con(std::string tag, std::vector< std::string > meta_data)Ipopt::AmplTNLPinline
set_string_metadata_for_var(std::string tag, std::vector< std::string > meta_data)Ipopt::AmplTNLPinline
StringMetaDataMapType typedefIpopt::TNLP
suffix_handler_Ipopt::AmplTNLPprivate
TNLP()Ipopt::TNLPinline
TNLP(const TNLP &)Ipopt::TNLPprivate
var_integer_md_Ipopt::AmplTNLPprivate
var_numeric_md_Ipopt::AmplTNLPprivate
var_string_md_Ipopt::AmplTNLPprivate
write_solution_file(const std::string &message) constIpopt::AmplTNLP
x_sol_Ipopt::AmplTNLPprivate
z_L_sol_Ipopt::AmplTNLPprivate
z_U_sol_Ipopt::AmplTNLPprivate
~AmplTNLP()Ipopt::AmplTNLPvirtual
~ReferencedObject()Ipopt::ReferencedObjectinlinevirtual
~SensAmplTNLP()Ipopt::SensAmplTNLPvirtual
~TNLP()Ipopt::TNLPinlinevirtual