pounce-algorithm 0.10.0

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.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "pounce-algorithm"
version = "0.10.0"
authors = ["John Kitchin <jkitchin@andrew.cmu.edu>"]
build = false
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 = "colored_table"
path = "tests/colored_table.rs"

[[test]]
name = "diagnostics_kkt_dump"
path = "tests/diagnostics_kkt_dump.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 = "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 = "l1_penalty_integration"
path = "tests/l1_penalty_integration.rs"

[[test]]
name = "large_lbfgs_lowrank"
path = "tests/large_lbfgs_lowrank.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 = "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 = "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"

[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.10.0"

[dependencies.pounce-feral]
version = "0.10.0"

[dependencies.pounce-hsl]
version = "0.10.0"
optional = true

[dependencies.pounce-l1penalty]
version = "0.10.0"

[dependencies.pounce-linalg]
version = "0.10.0"

[dependencies.pounce-linsol]
version = "0.10.0"

[dependencies.pounce-nlp]
version = "0.10.0"

[dependencies.pounce-observability]
version = "0.10.0"

[dependencies.pounce-presolve]
version = "0.10.0"

[dependencies.pounce-qp]
version = "0.10.0"

[dependencies.pounce-solve-report]
version = "0.10.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"