MCPcopy Create free account

hub / github.com/coin-or/Ipopt / functions

Functions3,330 in github.com/coin-or/Ipopt

↓ 1 callersMethoda
examples/ScalableProblems/MittelmannParaCntrl.hpp:855
↓ 1 callersMethoda_u
examples/ScalableProblems/MittelmannParaCntrl.hpp:869
↓ 1 callersMethoda_y
examples/ScalableProblems/MittelmannParaCntrl.hpp:862
↓ 1 callersMethodalpha
examples/ScalableProblems/MittelmannParaCntrl.hpp:838
↓ 1 callersMethodapply_grad_obj_scaling
src/Algorithm/IpNLPScaling.cpp:177
↓ 1 callersMethodapply_hessian_scaling
src/Algorithm/IpNLPScaling.cpp:625
↓ 1 callersMethodapply_vector_scaling_x_NonConst
src/Algorithm/IpNLPScaling.cpp:388
↓ 1 callersMethodb
examples/ScalableProblems/MittelmannParaCntrl.hpp:876
↓ 1 callersMethodbeta
examples/ScalableProblems/MittelmannParaCntrl.hpp:843
↓ 1 callersMethodcompute_curr_cg_penalty
src/contrib/CGPenalty/IpCGPenaltyCq.cpp:324
↓ 1 callersMethodcompute_curr_cg_penalty_scale
src/contrib/CGPenalty/IpCGPenaltyCq.cpp:389
↓ 1 callersMethodcreate_new_s
src/Algorithm/IpIteratesVector.hpp:802
↓ 1 callersMethodcreate_new_x
src/Algorithm/IpIteratesVector.hpp:797
↓ 1 callersMethodcurr_added_y_nrm2
src/contrib/CGPenalty/IpCGPenaltyCq.cpp:440
↓ 1 callersMethodcurr_exact_hessian
src/Algorithm/IpIpoptCalculatedQuantities.cpp:1948
↓ 1 callersMethodcurr_jac_cdT_times_curr_cdminuss
src/Algorithm/Inexact/IpInexactCq.cpp:67
↓ 1 callersMethodcurr_jac_times_normal_c
src/Algorithm/Inexact/IpInexactCq.cpp:355
↓ 1 callersMethodcurr_jac_times_normal_d
src/Algorithm/Inexact/IpInexactCq.cpp:371
↓ 1 callersMethodcurr_nu
src/Algorithm/Inexact/IpInexactData.hpp:141
↓ 1 callersMethodcurr_orig_x_L_violation
src/Algorithm/IpIpoptCalculatedQuantities.cpp:1807
↓ 1 callersMethodcurr_orig_x_U_violation
src/Algorithm/IpIpoptCalculatedQuantities.cpp:1828
↓ 1 callersMethodcurr_primal_dual_system_error
src/Algorithm/IpIpoptCalculatedQuantities.cpp:3198
↓ 1 callersMethodcurr_slack_scaled_d_minus_s
src/Algorithm/Inexact/IpInexactCq.cpp:129
↓ 1 callersMethodcurr_uWu
src/Algorithm/Inexact/IpInexactCq.cpp:331
↓ 1 callersFunctioncurr_x_L_viol
src/Interfaces/IpTNLP.cpp:337
↓ 1 callersFunctioncurr_x_U_viol
src/Interfaces/IpTNLP.cpp:382
↓ 1 callersMethoddT_times_barH_times_d
src/contrib/CGPenalty/IpCGPenaltyCq.cpp:295
↓ 1 callersFunctioneval_f
Callback Implementations */
examples/hs071_c/hs071_c.c:21
↓ 1 callersMethodeval_g
src/Interfaces/IpTNLPReducer.cpp:369
↓ 1 callersMethodeval_jac_g
src/Interfaces/IpTNLPReducer.cpp:397
↓ 1 callersMethodfinalize_metadata
contrib/sIPOPT/AmplSolver/SensAmplTNLP.cpp:160
↓ 1 callersMethodfinalize_solution
src/Interfaces/IpTNLPReducer.cpp:518
↓ 1 callersMethodfull_step_accepted
src/Algorithm/Inexact/IpInexactData.hpp:126
↓ 1 callersMethodgetVersion
Get version of Ipopt library. Gives the value of IPOPT_VERSION_MAJOR, IPOPT_VERSION_MINOR, and IPOPT_VERSION_RELEASE that were used when the Ipopt li
src/Interfaces/Ipopt.java:868
↓ 1 callersMethodget_R_result_list
contrib/RInterface/src/IpoptRNLP.cpp:147
↓ 1 callersMethodget_list_of_nonlinear_variables
When LBFGS hessian approximation is used, this method should be overloaded. @param num_nonlin_vars number of nonlinear variables and length of pos_no
src/Interfaces/Ipopt.java:853
↓ 1 callersMethodget_number_of_nonlinear_variables
When LBFGS hessian approximation is used, this method should be overloaded. @return number of nonlinear variables, a negative value indicates that al
src/Interfaces/Ipopt.java:841
↓ 1 callersFunctionget_options
Method for obtaining the name of the NL file and the options set from AMPL * * @return a pointer to a char* with the name of the stub *
src/Apps/AmplSolver/AmplTNLP.hpp:754
↓ 1 callersFunctionget_scaling_parameters
Method to request scaling parameters. * * This is only called if the options are set to retrieve user scaling, * that is, if nlp_scaling_m
src/Interfaces/IpTNLP.hpp:211
↓ 1 callersMethodget_starting_point
src/Interfaces/IpTNLPReducer.cpp:305
↓ 1 callersFunctionget_var_con_metadata
Method to request meta data for the variables and the constraints. * * This method is used to pass meta data about variables or constraints to
src/Interfaces/IpTNLP.hpp:126
↓ 1 callersMethodget_var_con_metadata
src/Apps/AmplSolver/AmplTNLP.cpp:406
↓ 1 callersMethodget_warm_start_iterate
src/Interfaces/IpTNLPReducer.cpp:342
↓ 1 callersMethodgrad_kappa_times_damping_s
src/Algorithm/IpIpoptCalculatedQuantities.cpp:1005
↓ 1 callersMethodgrad_kappa_times_damping_x
src/Algorithm/IpIpoptCalculatedQuantities.cpp:912
↓ 1 callersMethodiPosFirst
src/Algorithm/LinearSolvers/IpTripletToCSRConverter.hpp:153
↓ 1 callersMethodinitialize
In this function all problem sizes, bounds and initial guess should be initialized. @param n the problem size @return true if the given size is vali
examples/ScalableProblems_java/Scalable.java:68
↓ 1 callersFunctionintermediate_callback
Intermediate Callback method for the user. * * This method is called once per iteration (during the convergence check), * and can be used
src/Interfaces/IpTNLP.hpp:665
↓ 1 callersMethodintermediate_callback
Intermediate Callback method for the user. This method is called once per iteration (during the convergence check), and can be used to obtain informa
src/Interfaces/Ipopt.java:794
↓ 1 callersMethoditer
src/Algorithm/IpFilter.hpp:92
↓ 1 callersMethodl
examples/ScalableProblems/MittelmannParaCntrl.hpp:813
↓ 1 callersMethodlb_u
examples/ScalableProblems/MittelmannParaCntrl.hpp:828
↓ 1 callersMethodlb_y
examples/ScalableProblems/MittelmannParaCntrl.hpp:818
↓ 1 callersMethodorig_x_L_violation
src/Algorithm/IpIpoptCalculatedQuantities.cpp:1728
↓ 1 callersMethodorig_x_U_violation
src/Algorithm/IpIpoptCalculatedQuantities.cpp:1768
↓ 1 callersFunctionpcalc_nonconst
contrib/sIPOPT/src/SensSchurDriver.hpp:78
↓ 1 callersMethodphi
examples/ScalableProblems/MittelmannParaCntrl.hpp:883
↓ 1 callersMethodphi_dy
examples/ScalableProblems/MittelmannParaCntrl.hpp:890
↓ 1 callersMethodphi_dydy
examples/ScalableProblems/MittelmannParaCntrl.hpp:897
↓ 1 callersMethodprint
( double[] x, String str)
examples/ScalableProblems_java/Scalable.java:84
↓ 1 callersFunctionsetApplicationOptions
Set options specified in R object opts in IpoptApplcation app. * * If we set the option to approximate the Hessian, then IpoptRNLP * needs to know
contrib/RInterface/src/ipoptr.cpp:62
↓ 1 callersMethodset_R_constraint_lower_bounds
contrib/RInterface/src/IpoptRNLP.cpp:108
↓ 1 callersMethodset_R_constraint_upper_bounds
contrib/RInterface/src/IpoptRNLP.cpp:116
↓ 1 callersMethodset_R_environment
Functions to load R Objects into IpoptRProblem
contrib/RInterface/src/IpoptRNLP.cpp:36
↓ 1 callersMethodset_R_eval_f
contrib/RInterface/src/IpoptRNLP.cpp:44
↓ 1 callersMethodset_R_eval_g
contrib/RInterface/src/IpoptRNLP.cpp:84
↓ 1 callersMethodset_R_eval_grad_f
contrib/RInterface/src/IpoptRNLP.cpp:52
↓ 1 callersMethodset_R_eval_h
contrib/RInterface/src/IpoptRNLP.cpp:124
↓ 1 callersMethodset_R_eval_h_structure
contrib/RInterface/src/IpoptRNLP.cpp:132
↓ 1 callersMethodset_R_eval_jac_g
contrib/RInterface/src/IpoptRNLP.cpp:92
↓ 1 callersMethodset_R_eval_jac_g_structure
contrib/RInterface/src/IpoptRNLP.cpp:100
↓ 1 callersMethodset_R_init_values
contrib/RInterface/src/IpoptRNLP.cpp:60
↓ 1 callersMethodset_R_lower_bounds
contrib/RInterface/src/IpoptRNLP.cpp:68
↓ 1 callersMethodset_R_upper_bounds
contrib/RInterface/src/IpoptRNLP.cpp:76
↓ 1 callersMethodset_delta_cgfast
src/contrib/CGPenalty/IpCGPenaltyData.hpp:381
↓ 1 callersMethodset_hessian_approximation
contrib/RInterface/src/IpoptRNLP.cpp:140
↓ 1 callersFunctionset_integer_metadata_for_con
src/Apps/AmplSolver/AmplTNLP.hpp:595
↓ 1 callersMethodset_normal_s
src/Algorithm/Inexact/IpInexactData.hpp:65
↓ 1 callersMethodset_normal_x
@name Normal step set and accessor methods */ @{
src/Algorithm/Inexact/IpInexactData.hpp:57
↓ 1 callersFunctionset_numeric_metadata_for_var
src/Apps/AmplSolver/AmplTNLP.hpp:579
↓ 1 callersMethodset_tangential_s
src/Algorithm/Inexact/IpInexactData.hpp:94
↓ 1 callersMethodset_tangential_x
@name Tangential step set and accessor methods */ @{
src/Algorithm/Inexact/IpInexactData.hpp:86
↓ 1 callersMethodtrial_compl_s_L
src/Algorithm/IpIpoptCalculatedQuantities.cpp:2346
↓ 1 callersMethodtrial_compl_s_U
src/Algorithm/IpIpoptCalculatedQuantities.cpp:2386
↓ 1 callersMethodtrial_compl_x_L
src/Algorithm/IpIpoptCalculatedQuantities.cpp:2264
↓ 1 callersMethodtrial_compl_x_U
src/Algorithm/IpIpoptCalculatedQuantities.cpp:2306
↓ 1 callersMethodtrial_grad_f
src/Algorithm/IpIpoptCalculatedQuantities.cpp:691
↓ 1 callersMethodtrial_grad_lag_s
src/Algorithm/IpIpoptCalculatedQuantities.cpp:2100
↓ 1 callersMethodtrial_grad_lag_x
src/Algorithm/IpIpoptCalculatedQuantities.cpp:2032
↓ 1 callersMethodtrial_jac_cT_times_vec
src/Algorithm/IpIpoptCalculatedQuantities.cpp:1396
↓ 1 callersMethodtrial_jac_dT_times_vec
src/Algorithm/IpIpoptCalculatedQuantities.cpp:1445
↓ 1 callersMethodtrial_penalty_function
src/contrib/CGPenalty/IpCGPenaltyCq.cpp:147
↓ 1 callersMethodtrial_primal_dual_system_error
src/Algorithm/IpIpoptCalculatedQuantities.cpp:3258
↓ 1 callersMethodub_u
examples/ScalableProblems/MittelmannParaCntrl.hpp:833
↓ 1 callersMethodub_y
examples/ScalableProblems/MittelmannParaCntrl.hpp:823
↓ 1 callersMethodunapply_vector_scaling_c_NonConst
src/Algorithm/IpNLPScaling.cpp:487
↓ 1 callersMethoduncached_dual_frac_to_the_bound
src/Algorithm/IpIpoptCalculatedQuantities.cpp:3400
↓ 1 callersMethoduncached_slack_frac_to_the_bound
src/Algorithm/IpIpoptCalculatedQuantities.cpp:3472
↓ 1 callersMethodunscaled_curr_orig_x_L_violation
src/Algorithm/IpIpoptCalculatedQuantities.cpp:1662
↓ 1 callersMethodunscaled_curr_orig_x_U_violation
src/Algorithm/IpIpoptCalculatedQuantities.cpp:1684
← previousnext →801–900 of 3,330, ranked by callers