AddRef(const Referencer *referencer) const | Ipopt::ReferencedObject | [inline] |
C_STYLE enum value | Ipopt::TNLP | |
checkZeroDimension(ApplicationReturnStatus &optimization_status) | Ipopt::TMINLP2TNLP | |
copyUserModification(TMINLP2TNLP &other) | Ipopt::TMINLP2TNLP | |
curr_warm_starter_ | Ipopt::TMINLP2TNLP | [protected] |
DECLARE_STD_EXCEPTION(TMINLP_INVALID_VARIABLE_BOUNDS) | Ipopt::TMINLP2TNLP | |
Ipopt::TNLP::DECLARE_STD_EXCEPTION(INVALID_TNLP) | Ipopt::TNLP | |
duals_init() const | Ipopt::TMINLP2TNLP | [inline] |
duals_init_ | Ipopt::TMINLP2TNLP | [protected] |
duals_sol() const | Ipopt::TMINLP2TNLP | [inline] |
duals_sol_ | Ipopt::TMINLP2TNLP | [protected] |
eval_f(Index n, const Number *x, bool new_x, Number &obj_value) | Ipopt::TMINLP2TNLP | [virtual] |
eval_g(Index n, const Number *x, bool new_x, Index m, Number *g) | Ipopt::TMINLP2TNLP | [virtual] |
eval_grad_f(Index n, const Number *x, bool new_x, Number *grad_f) | Ipopt::TMINLP2TNLP | [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::TMINLP2TNLP | [virtual] |
eval_jac_g(Index n, const Number *x, bool new_x, Index m, Index nele_jac, Index *iRow, Index *jCol, Number *values) | Ipopt::TMINLP2TNLP | [virtual] |
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) | Ipopt::TMINLP2TNLP | [virtual] |
force_fractionnal_sol() | Ipopt::TMINLP2TNLP | |
FORTRAN_STYLE enum value | Ipopt::TNLP | |
g_l() | Ipopt::TMINLP2TNLP | [inline] |
g_l_ | Ipopt::TMINLP2TNLP | [protected] |
g_sol() const | Ipopt::TMINLP2TNLP | [inline] |
g_sol_ | Ipopt::TMINLP2TNLP | [protected] |
g_u() | Ipopt::TMINLP2TNLP | [inline] |
g_u_ | Ipopt::TMINLP2TNLP | [protected] |
get_bounds_info(Index n, Number *x_l, Number *x_u, Index m, Number *g_l, Number *g_u) | Ipopt::TMINLP2TNLP | [virtual] |
get_list_of_nonlinear_variables(Index num_nonlin_vars, Index *pos_nonlin_vars) | Ipopt::TNLP | [inline, virtual] |
get_nlp_info(Index &n, Index &m, Index &nnz_jac_g, Index &nnz_h_lag, TNLP::IndexStyleEnum &index_style) | Ipopt::TMINLP2TNLP | [virtual] |
get_number_of_nonlinear_variables() | Ipopt::TNLP | [inline, virtual] |
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 | [inline, 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::TMINLP2TNLP | [virtual] |
get_warm_start_iterate(IteratesVector &warm_start_iterate) | Ipopt::TMINLP2TNLP | [virtual] |
GetWarmStarter() | Ipopt::TMINLP2TNLP | [inline] |
index_style_ | Ipopt::TMINLP2TNLP | [protected] |
IndexStyleEnum enum name | 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::TMINLP2TNLP | [virtual] |
m_ | Ipopt::TMINLP2TNLP | [protected] |
n_ | Ipopt::TMINLP2TNLP | [protected] |
need_new_warm_starter_ | Ipopt::TMINLP2TNLP | [protected] |
nlp_lower_bound_inf_ | Ipopt::TMINLP2TNLP | [protected] |
nlp_upper_bound_inf_ | Ipopt::TMINLP2TNLP | [protected] |
nnz_h_lag() | Ipopt::TMINLP2TNLP | [inline] |
nnz_h_lag_ | Ipopt::TMINLP2TNLP | [protected] |
num_constraints() | Ipopt::TMINLP2TNLP | [inline] |
num_variables() | Ipopt::TMINLP2TNLP | [inline] |
obj_value() | Ipopt::TMINLP2TNLP | [inline] |
obj_value_ | Ipopt::TMINLP2TNLP | [protected] |
operator=(const TMINLP2TNLP &) | Ipopt::TMINLP2TNLP | [protected] |
optimization_status() | Ipopt::TMINLP2TNLP | [inline] |
orig_x_l() const | Ipopt::TMINLP2TNLP | [inline] |
orig_x_l_ | Ipopt::TMINLP2TNLP | [protected] |
orig_x_u() const | Ipopt::TMINLP2TNLP | [inline] |
orig_x_u_ | Ipopt::TMINLP2TNLP | [protected] |
outputDiffs(const std::string &probName, const std::string *varNames) | Ipopt::TMINLP2TNLP | |
printVarTypes() | Ipopt::TMINLP2TNLP | [inline] |
ReferenceCount() const | Ipopt::ReferencedObject | [inline] |
ReferencedObject() | Ipopt::ReferencedObject | [inline] |
ReleaseRef(const Referencer *referencer) const | Ipopt::ReferencedObject | [inline] |
resetStartingPoint() | Ipopt::TMINLP2TNLP | |
return_status_ | Ipopt::TMINLP2TNLP | [protected] |
set_obj_value(Number value) | Ipopt::TMINLP2TNLP | [inline] |
Set_x_sol(Index n, const Number *x_sol) | Ipopt::TMINLP2TNLP | |
setDualInit(Index ind, const Number val) | Ipopt::TMINLP2TNLP | |
setDualsInit(Index n, const Number *duals_init) | Ipopt::TMINLP2TNLP | |
SetStartingPoint(Index n, const Number *x_init) | Ipopt::TMINLP2TNLP | |
SetVariableBounds(Index var_no, Number x_l, Number x_u) | Ipopt::TMINLP2TNLP | |
SetVariableLowerBound(Index var_no, Number x_l) | Ipopt::TMINLP2TNLP | |
SetVariableType(Index n, TMINLP::VariableType type) | Ipopt::TMINLP2TNLP | |
SetVariableUpperBound(Index var_no, Number x_u) | Ipopt::TMINLP2TNLP | |
SetWarmStarter(SmartPtr< IpoptInteriorWarmStarter > warm_starter) | Ipopt::TMINLP2TNLP | [inline] |
setxInit(Index ind, const Number val) | Ipopt::TMINLP2TNLP | |
setxInit(Index n, const Number *x_init) | Ipopt::TMINLP2TNLP | |
throw_exception_on_bad_variable_bound(Index i) | Ipopt::TMINLP2TNLP | [protected] |
TMINLP2TNLP(const SmartPtr< TMINLP > tminlp, const OptionsList &options) | Ipopt::TMINLP2TNLP | |
TMINLP2TNLP() | Ipopt::TMINLP2TNLP | [protected] |
TMINLP2TNLP(const TMINLP2TNLP &) | Ipopt::TMINLP2TNLP | [protected] |
tminlp_ | Ipopt::TMINLP2TNLP | [protected] |
TNLP() | Ipopt::TNLP | [inline] |
var_types() | Ipopt::TMINLP2TNLP | [inline] |
var_types_ | Ipopt::TMINLP2TNLP | [protected] |
warm_start_entire_iterate_ | Ipopt::TMINLP2TNLP | [protected] |
x_init() const | Ipopt::TMINLP2TNLP | [inline] |
x_init_ | Ipopt::TMINLP2TNLP | [protected] |
x_init_user_ | Ipopt::TMINLP2TNLP | [protected] |
x_l() | Ipopt::TMINLP2TNLP | [inline] |
x_l_ | Ipopt::TMINLP2TNLP | [protected] |
x_sol() const | Ipopt::TMINLP2TNLP | [inline] |
x_sol_ | Ipopt::TMINLP2TNLP | [protected] |
x_u() | Ipopt::TMINLP2TNLP | [inline] |
x_u_ | Ipopt::TMINLP2TNLP | [protected] |
~ReferencedObject() | Ipopt::ReferencedObject | [inline, virtual] |
~TMINLP2TNLP() | Ipopt::TMINLP2TNLP | [virtual] |
~TNLP() | Ipopt::TNLP | [inline, virtual] |