pounce-algorithm 0.4.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 = "2021"
name = "pounce-algorithm"
version = "0.4.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 = "colored_table"
path = "tests/colored_table.rs"

[[test]]
name = "diagnostics_kkt_dump"
path = "tests/diagnostics_kkt_dump.rs"

[[test]]
name = "hock_schittkowski_subset"
path = "tests/hock_schittkowski_subset.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 = "mu_options_wiring"
path = "tests/mu_options_wiring.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_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 = "sqp_filter_vs_l1_elastic"
path = "tests/sqp_filter_vs_l1_elastic.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.4.0"

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

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

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

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

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

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

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

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

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

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