[package]
edition = "2024"
name = "pounce-algorithm"
version = "0.12.0"
authors = ["John Kitchin <jkitchin@andrew.cmu.edu>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Algorithm-side core for POUNCE (port of Ipopt's src/Algorithm/): IteratesVector, IpoptData, CalculatedQuantities, KKT solvers, line search, mu update, conv check, initializer, IpoptAlg main loop, AlgBuilder."
readme = "README.md"
keywords = [
"ipopt",
"interior-point",
"nlp",
"optimization",
"solver",
]
categories = [
"mathematics",
"algorithms",
"science",
]
license = "EPL-2.0"
repository = "https://github.com/jkitchin/pounce"
[features]
default = []
ma57 = ["dep:pounce-hsl"]
[lib]
name = "pounce_algorithm"
path = "src/lib.rs"
[[test]]
name = "algorithm_options_wiring"
path = "tests/algorithm_options_wiring.rs"
[[test]]
name = "barrier_kkt_options"
path = "tests/barrier_kkt_options.rs"
[[test]]
name = "colored_table"
path = "tests/colored_table.rs"
[[test]]
name = "constant_derivative_hints"
path = "tests/constant_derivative_hints.rs"
[[test]]
name = "crossover_issue612"
path = "tests/crossover_issue612.rs"
[[test]]
name = "diagnostics_kkt_dump"
path = "tests/diagnostics_kkt_dump.rs"
[[test]]
name = "feral_refine_default_is_the_registrys"
path = "tests/feral_refine_default_is_the_registrys.rs"
[[test]]
name = "finalize_scaled_bound_duals"
path = "tests/finalize_scaled_bound_duals.rs"
[[test]]
name = "hock_schittkowski_subset"
path = "tests/hock_schittkowski_subset.rs"
[[test]]
name = "honor_original_bounds_finalize"
path = "tests/honor_original_bounds_finalize.rs"
[[test]]
name = "init_options_wiring"
path = "tests/init_options_wiring.rs"
[[test]]
name = "issue_387_overdetermined_infeasible"
path = "tests/issue_387_overdetermined_infeasible.rs"
[[test]]
name = "issue_390_nonlinear_equality_scale"
path = "tests/issue_390_nonlinear_equality_scale.rs"
[[test]]
name = "issue_528_large_rhs_kkt_noise_floor"
path = "tests/issue_528_large_rhs_kkt_noise_floor.rs"
[[test]]
name = "issue_532_dual_inf_scale_relative_bound"
path = "tests/issue_532_dual_inf_scale_relative_bound.rs"
[[test]]
name = "issue_533_acceptable_streak_progress"
path = "tests/issue_533_acceptable_streak_progress.rs"
[[test]]
name = "issue_590_primal_noise_floor_component"
path = "tests/issue_590_primal_noise_floor_component.rs"
[[test]]
name = "issue_605_safeguarded_ls_init"
path = "tests/issue_605_safeguarded_ls_init.rs"
[[test]]
name = "issue_616_ls_init_accept_test"
path = "tests/issue_616_ls_init_accept_test.rs"
[[test]]
name = "issue_695_nan_objective_false_success"
path = "tests/issue_695_nan_objective_false_success.rs"
[[test]]
name = "issue_794_l1_original_space_reporting"
path = "tests/issue_794_l1_original_space_reporting.rs"
[[test]]
name = "issue_870_fallback_finalize_floor"
path = "tests/issue_870_fallback_finalize_floor.rs"
[[test]]
name = "issue_884_biactive_dual_divergence"
path = "tests/issue_884_biactive_dual_divergence.rs"
[[test]]
name = "l1_penalty_integration"
path = "tests/l1_penalty_integration.rs"
[[test]]
name = "large_lbfgs_lowrank"
path = "tests/large_lbfgs_lowrank.rs"
[[test]]
name = "line_search_options_wiring"
path = "tests/line_search_options_wiring.rs"
[[test]]
name = "ma57_batched_backsolve_is_opt_in"
path = "tests/ma57_batched_backsolve_is_opt_in.rs"
[[test]]
name = "ma57_options_reach_the_backend"
path = "tests/ma57_options_reach_the_backend.rs"
[[test]]
name = "ma57_pivtol_bracket"
path = "tests/ma57_pivtol_bracket.rs"
[[test]]
name = "ma57_through_t_sym_solver"
path = "tests/ma57_through_t_sym_solver.rs"
[[test]]
name = "masked_certificate_fuzz"
path = "tests/masked_certificate_fuzz.rs"
[[test]]
name = "masked_certificate_veto"
path = "tests/masked_certificate_veto.rs"
[[test]]
name = "mehrotra_missing_affine_step"
path = "tests/mehrotra_missing_affine_step.rs"
[[test]]
name = "mu_options_wiring"
path = "tests/mu_options_wiring.rs"
[[test]]
name = "mu_strategy_fallback_option"
path = "tests/mu_strategy_fallback_option.rs"
[[test]]
name = "no_production_site_builds_ma57_with_defaults"
path = "tests/no_production_site_builds_ma57_with_defaults.rs"
[[test]]
name = "no_silent_options"
path = "tests/no_silent_options.rs"
[[test]]
name = "optimize_hs14"
path = "tests/optimize_hs14.rs"
[[test]]
name = "optimize_hs71"
path = "tests/optimize_hs71.rs"
[[test]]
name = "optimize_hs71_lbfgs"
path = "tests/optimize_hs71_lbfgs.rs"
[[test]]
name = "parametric_sqp_corrector"
path = "tests/parametric_sqp_corrector.rs"
[[test]]
name = "presolve_application"
path = "tests/presolve_application.rs"
[[test]]
name = "presolve_identity_hs71"
path = "tests/presolve_identity_hs71.rs"
[[test]]
name = "presolve_phase1_tightens"
path = "tests/presolve_phase1_tightens.rs"
[[test]]
name = "presolve_phase2_drops_rows"
path = "tests/presolve_phase2_drops_rows.rs"
[[test]]
name = "presolve_phase3_licq"
path = "tests/presolve_phase3_licq.rs"
[[test]]
name = "presolve_phase4_warm_z"
path = "tests/presolve_phase4_warm_z.rs"
[[test]]
name = "presolve_phase5_passthrough"
path = "tests/presolve_phase5_passthrough.rs"
[[test]]
name = "presolve_phase6_bound_attribution"
path = "tests/presolve_phase6_bound_attribution.rs"
[[test]]
name = "presolve_phase6_linear_eq_elim"
path = "tests/presolve_phase6_linear_eq_elim.rs"
[[test]]
name = "presolve_phase6_missing_bound_multiplier"
path = "tests/presolve_phase6_missing_bound_multiplier.rs"
[[test]]
name = "repro_issue248"
path = "tests/repro_issue248.rs"
[[test]]
name = "repro_issue252"
path = "tests/repro_issue252.rs"
[[test]]
name = "repro_issue285"
path = "tests/repro_issue285.rs"
[[test]]
name = "repro_issue388"
path = "tests/repro_issue388.rs"
[[test]]
name = "schur_corpus"
path = "tests/schur_corpus.rs"
[[test]]
name = "sipopt_options_wiring"
path = "tests/sipopt_options_wiring.rs"
[[test]]
name = "solver_selection_library_option"
path = "tests/solver_selection_library_option.rs"
[[test]]
name = "sqp_filter_vs_l1_elastic"
path = "tests/sqp_filter_vs_l1_elastic.rs"
[[test]]
name = "sqp_near_solution_start"
path = "tests/sqp_near_solution_start.rs"
[[test]]
name = "user_scaling_variable_factors"
path = "tests/user_scaling_variable_factors.rs"
[[test]]
name = "variable_scaling"
path = "tests/variable_scaling.rs"
[[test]]
name = "warm_start_recentering"
path = "tests/warm_start_recentering.rs"
[dependencies.anstream]
version = "0.6"
[dependencies.anstyle]
version = "1"
[dependencies.faer]
version = "0.24.0"
features = ["std"]
default-features = false
[dependencies.pounce-common]
version = "0.12.0"
[dependencies.pounce-feral]
version = "0.12.0"
[dependencies.pounce-hsl]
version = "0.12.0"
optional = true
[dependencies.pounce-l1penalty]
version = "0.12.0"
[dependencies.pounce-linalg]
version = "0.12.0"
[dependencies.pounce-linsol]
version = "0.12.0"
[dependencies.pounce-nlp]
version = "0.12.0"
[dependencies.pounce-observability]
version = "0.12.0"
[dependencies.pounce-presolve]
version = "0.12.0"
[dependencies.pounce-qp]
version = "0.12.0"
[dependencies.pounce-solve-report]
version = "0.12.0"
[dependencies.rayon]
version = "1"
[dependencies.tracing]
version = "0.1"
[lints.clippy]
expect_used = "warn"
unwrap_used = "warn"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.rust]
unsafe_op_in_unsafe_fn = "warn"