MCPcopy Create free account

hub / github.com/cvanaret/Uno / functions

Functions1,118 in github.com/cvanaret/Uno

↓ 2 callersMethodset_termination_callback
interfaces/Python/cpp_classes/UnoSolverWrapper.cpp:60
↓ 2 callersMethodshift_lower_triangle
uno/ingredients/hessian_models/quasi_newton/QuasiNewtonHessian.cpp:97
↓ 2 callersMethodsize
uno/linear_algebra/SparseVector.hpp:76
↓ 2 callersFunctionsolution_status_to_message
uno/optimization/SolutionStatus.cpp:7
↓ 2 callersMethodsolve
uno/ingredients/subproblem_solvers/IQPSolver.cpp:22
↓ 2 callersMethodsolve_subproblem
uno/ingredients/constraint_relaxation_strategies/FeasibilityRestoration.cpp:167
↓ 2 callersMethodsolving_feasibility_problem
uno/ingredients/constraint_relaxation_strategies/NoRelaxation.cpp:85
↓ 2 callersMethodswitch_to_feasibility_problem
uno/ingredients/constraint_relaxation_strategies/NoRelaxation.cpp:89
↓ 2 callersFunctionuno_create_solver
interfaces/C/Uno_C_API.cpp:835
↓ 2 callersFunctionuno_destroy_solver
interfaces/C/Uno_C_API.cpp:1259
↓ 2 callersFunctionuno_get_method_description
interfaces/C/Uno_C_API.cpp:1043
↓ 2 callersFunctionuno_get_optimization_status
interfaces/C/Uno_C_API.cpp:1104
↓ 2 callersFunctionuno_get_solution_objective
interfaces/C/Uno_C_API.cpp:1114
↓ 2 callersFunctionuno_get_solution_status
interfaces/C/Uno_C_API.cpp:1109
↓ 2 callersFunctionuno_optimize
interfaces/C/Uno_C_API.cpp:1017
↓ 2 callersFunctionuno_set_solver_preset
interfaces/C/Uno_C_API.cpp:982
↓ 2 callersMethodupdate_parameterization
uno/ingredients/inequality_handling_methods/NoInequalityReformulation.cpp:21
↓ 2 callersMethodwhat
uno/ingredients/inertia_correction_strategies/UnstableInertiaCorrection.hpp:12
↓ 1 callersMethodModel
abstract Problem class
uno/model/Model.cpp:18
↓ 1 callersMethodacceptable_wrt_current_iterate
check acceptability wrt current point
uno/ingredients/globalization_strategies/switching_methods/funnel_methods/FunnelMethod.cpp:117
↓ 1 callersMethodacceptable_wrt_upper_bound
uno/ingredients/globalization_strategies/switching_methods/filter_methods/filters/Filter.cpp:192
↓ 1 callersFunctionbunch_kaufman_factorization
performs the factorization of a symmetric matrix A using the Bunch-Kaufman diagonal pivoting method A = U^T D U or A = L D L^T
uno/linear_algebra/LAPACK.hpp:49
↓ 1 callersFunctionbunch_kaufman_solve
solves a system of linear equations A X = B with a symmetric matrix A using the factorization computed by dsytrf
uno/linear_algebra/LAPACK.hpp:76
↓ 1 callersMethodcan_switch_to_optimality_phase
uno/ingredients/constraint_relaxation_strategies/FeasibilityRestoration.cpp:187
↓ 1 callersMethodcheck_factorization_status
uno/ingredients/subproblem_solvers/MA27/MA27Solver.cpp:247
↓ 1 callersMethodcheck_sufficient_workspace_size
we use (x*4)/3 to increase by 33% TODO add an option
uno/ingredients/subproblem_solvers/BQPD/BQPDSolver.cpp:176
↓ 1 callersMethodcheck_termination_with_small_step
check whether a rejected step with very small norm can be tolerated
uno/ingredients/globalization_mechanisms/TrustRegionStrategy.cpp:161
↓ 1 callersMethodclone
uno/ingredients/inequality_handling_methods/interior_point_methods/barrier_problems/PrimalDualInteriorPointProblem.cpp:29
↓ 1 callersMethodcomplementarity_error
uno/optimization/OptimizationProblem.cpp:180
↓ 1 callersMethodcompute_actual_objective_reduction
uno/ingredients/globalization_strategies/switching_methods/funnel_methods/FunnelMethod.cpp:135
↓ 1 callersMethodcompute_barrier_term_directional_derivative
uno/ingredients/inequality_handling_methods/interior_point_methods/barrier_problems/PrimalDualInteriorPointProblem.cpp:430
↓ 1 callersMethodcompute_bunch_kaufman_factorization
uno/linear_algebra/BLASMatrix.hpp:223
↓ 1 callersMethodcompute_centrality_error
uno/optimization/OptimizationProblem.cpp:222
↓ 1 callersMethodcompute_cholesky_factorization
uno/linear_algebra/BLASMatrix.hpp:218
↓ 1 callersMethodcompute_complementarity_scaling
uno/ingredients/constraint_relaxation_strategies/ConstraintRelaxationStrategy.cpp:139
↓ 1 callersMethodcompute_delta
compute (guarded) δ = sᵀy / yᵀy at the newest (last) entry
uno/ingredients/hessian_models/quasi_newton/inverse/InverseLBFGSHessian.cpp:171
↓ 1 callersMethodcompute_delta
compute (guarded) δ = sᵀy / sᵀs at the newest (last) entry
uno/ingredients/hessian_models/quasi_newton/direct/LBFGSHessian.cpp:220
↓ 1 callersMethodcompute_delta
uno/ingredients/hessian_models/quasi_newton/direct/LSR1Hessian.cpp:183
↓ 1 callersMethodcompute_gradients_sparsity
objective gradient + row-major constraint Jacobian
uno/ingredients/subproblem_solvers/BQPD/BQPDQuadraticProgram.cpp:259
↓ 1 callersMethodcompute_hessian_quadratic_form
uno/ingredients/subproblem_solvers/COOLinearSystem.cpp:39
↓ 1 callersMethodcompute_inverse_hessian_vector_product
uno/ingredients/hessian_models/quasi_newton/inverse/InverseLBFGSHessian.cpp:88
↓ 1 callersMethodcompute_jacobian_sparsity
uno/optimization/OptimizationProblem.cpp:63
↓ 1 callersMethodcompute_jacobian_sparsity
uno/ingredients/subproblem/Subproblem.cpp:28
↓ 1 callersMethodcompute_jacobian_transposed_vector_product
uno/model/FixedBoundsConstraintsModel.cpp:124
↓ 1 callersMethodcompute_lagrangian_hessian_sparsity
interfaces/AMPL/AMPLModel.cpp:363
↓ 1 callersMethodcompute_latest_s
uno/ingredients/hessian_models/quasi_newton/QuasiNewtonHessian.cpp:51
↓ 1 callersMethodcompute_latest_y
fill the latest y: y = \nabla L(x_k, y_k, z_k) - \nabla L(x_{k-1}, y_k, z_k)
uno/ingredients/hessian_models/quasi_newton/QuasiNewtonHessian.cpp:58
↓ 1 callersMethodcompute_low_rank_correction
uno/ingredients/subproblem_solvers/WoodburyEQPSolver.cpp:85
↓ 1 callersMethodcompute_merit_actual_reduction
uno/ingredients/globalization_strategies/MeritFunction.cpp:76
↓ 1 callersMethodcompute_next_iterate
uno/ingredients/globalization_mechanisms/TrustRegionStrategy.cpp:46
↓ 1 callersMethodcompute_predicted_auxiliary_reduction
uno/ingredients/constraint_relaxation_strategies/relaxed_problems/l1RelaxedProblem.cpp:364
↓ 1 callersMethodcompute_predicted_infeasibility_reduction
local models of progress measures
uno/ingredients/subproblem/Subproblem.cpp:267
↓ 1 callersMethodcompute_predicted_objective_reduction
uno/ingredients/subproblem/Subproblem.cpp:282
↓ 1 callersMethodcompute_predicted_reductions
uno/ingredients/subproblem/Subproblem.cpp:296
↓ 1 callersMethodcompute_regularized_augmented_matrix_sparsity
lower triangular part of the symmetric augmented matrix
uno/ingredients/subproblem/Subproblem.cpp:49
↓ 1 callersMethodcompute_stationarity_scaling
uno/ingredients/constraint_relaxation_strategies/ConstraintRelaxationStrategy.cpp:111
↓ 1 callersMethodcreate_result
uno/Uno.cpp:246
↓ 1 callersMethoddecrease_radius_aggressively
uno/ingredients/globalization_mechanisms/TrustRegionStrategy.cpp:195
↓ 1 callersMethoddecrease_step_length
step length follows the following sequence: 1, ratio, ratio^2, ratio^3, ...
uno/ingredients/globalization_mechanisms/BacktrackingLineSearch.cpp:150
↓ 1 callersFunctiondefine_Constants
interfaces/Python/python_modules/Constants.cpp:10
↓ 1 callersFunctiondefine_Model
interfaces/Python/python_modules/Model.cpp:14
↓ 1 callersFunctiondefine_Result
interfaces/Python/python_modules/Result.cpp:18
↓ 1 callersFunctiondefine_UnoSolver
interfaces/Python/python_modules/UnoSolver.cpp:17
↓ 1 callersMethoddetermine_problem_type
interfaces/AMPL/AMPLModel.cpp:371
↓ 1 callersMethoddisplay_subproblem
uno/ingredients/subproblem_solvers/BQPD/BQPDSolver.cpp:155
↓ 1 callersMethodevaluate_constraints
uno/optimization/OptimizationProblem.cpp:73
↓ 1 callersMethodevaluate_functions
uno/ingredients/subproblem_solvers/HiGHS/HiGHSQuadraticProgram.cpp:180
↓ 1 callersMethodevaluate_functions
uno/ingredients/subproblem_solvers/BQPD/BQPDQuadraticProgram.cpp:245
↓ 1 callersMethodevaluate_jacobian
uno/model/FixedBoundsConstraintsModel.cpp:96
↓ 1 callersMethodevaluate_jacobian
uno/ingredients/subproblem/Subproblem.cpp:80
↓ 1 callersMethodevaluate_jacobian
uno/ingredients/subproblem_solvers/HiGHS/HiGHSQuadraticProgram.cpp:199
↓ 1 callersMethodevaluate_objective_gradient
uno/model/FixedBoundsConstraintsModel.cpp:72
↓ 1 callersFunctiongenerate_asl
interfaces/AMPL/AMPLModel.cpp:16
↓ 1 callersMethodget_barrier_parameter
uno/ingredients/inequality_handling_methods/interior_point_methods/BarrierParameterUpdateStrategy.hpp:52
↓ 1 callersMethodget_correction_column
uno/ingredients/hessian_models/quasi_newton/direct/LSR1Hessian.cpp:89
↓ 1 callersMethodget_correction_rank
uno/ingredients/hessian_models/quasi_newton/direct/LSR1Hessian.cpp:85
↓ 1 callersFunctionget_larger_integer_workspace_size
uno/ingredients/subproblem_solvers/MA57/MA57Solver.cpp:67
↓ 1 callersFunctionget_larger_real_workspace_size
uno/ingredients/subproblem_solvers/MA57/MA57Solver.cpp:61
↓ 1 callersMethodget_name
uno/ingredients/globalization_strategies/MeritFunction.cpp:66
↓ 1 callersMethodget_number_subproblems_solved
uno/ingredients/globalization_mechanisms/GlobalizationMechanism.cpp:22
↓ 1 callersMethodget_objective_multiplier
uno/ingredients/inequality_handling_methods/interior_point_methods/barrier_problems/PrimalDualInteriorPointProblem.cpp:33
↓ 1 callersMethodget_option_type
uno/options/Options.cpp:211
↓ 1 callersMethodget_primal_regularization_factor
uno/ingredients/inertia_correction_strategies/NoInertiaCorrection.cpp:48
↓ 1 callersMethodget_smallest_infeasibility
uno/ingredients/globalization_strategies/switching_methods/filter_methods/filters/Filter.cpp:26
↓ 1 callersMethodhas_bound_constraints
uno/model/Model.cpp:36
↓ 1 callersMethodhas_bound_constraints
uno/ingredients/inequality_handling_methods/interior_point_methods/barrier_problems/PrimalDualInteriorPointProblem.cpp:41
↓ 1 callersMethodhas_hessian_matrix
uno/ingredients/hessian_models/ZeroHessian.cpp:15
↓ 1 callersMethodhas_hessian_operator
uno/ingredients/hessian_models/ZeroHessian.cpp:11
↓ 1 callersMethodhas_inequality_constraints
uno/model/Model.cpp:25
↓ 1 callersMethodhas_inequality_constraints
uno/ingredients/inequality_handling_methods/interior_point_methods/barrier_problems/PrimalDualInteriorPointProblem.cpp:37
↓ 1 callersMethodhas_inequality_constraints
uno/ingredients/subproblem/Subproblem.cpp:208
↓ 1 callersFunctionhide_pointer
uno/ingredients/subproblem_solvers/BQPD/BQPDSolver.hpp:96
↓ 1 callersMethodincrement_iterator
uno/symbolic/CollectionAdapter.hpp:41
↓ 1 callersMethodinfeasibility_sufficient_reduction
uno/ingredients/globalization_strategies/switching_methods/funnel_methods/FunnelMethod.cpp:123
↓ 1 callersMethodinitial_dual_point
uno/model/FixedBoundsConstraintsModel.cpp:189
↓ 1 callersMethodinitial_primal_point
uno/model/FixedBoundsConstraintsModel.cpp:181
↓ 1 callersMethodinitialize
uno/Uno.cpp:168
↓ 1 callersMethodinitialize_feasibility_problem
uno/ingredients/inequality_handling_methods/NoInequalityReformulation.cpp:27
↓ 1 callersFunctioninvalid_value
uno/optimization/Evaluations.cpp:18
↓ 1 callersFunctionis_error_code_insufficient_integer_workspace
uno/ingredients/subproblem_solvers/MA57/MA57Solver.cpp:49
← previousnext →201–300 of 1,118, ranked by callers