pounce-algorithm 0.2.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

Build #3384904 2026-05-25 21:45:51

# rustc version rustc 1.98.0-nightly (423e3d252 2026-05-24)

# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "0e73dd239cbeffd73ca9826a96ddaa1f7014b84fd3b4e58c00278a3d7a15c2e6" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260524-1.98.0-nightly-423e3d252\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting pounce-algorithm v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `ConvergedCallback` links to private item `IpoptApplication::optimize_constrained` [INFO] [stderr] --> src/application.rs:48:25 [INFO] [stderr] | [INFO] [stderr] 48 | /// Callback fired by [`IpoptApplication::optimize_constrained`] once [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `IpoptCalculatedQuantities` [INFO] [stderr] --> src/conv_check/opt_error.rs:6:7 [INFO] [stderr] | [INFO] [stderr] 6 | //! [`IpoptCalculatedQuantities`]. The scalar [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `IpoptCalculatedQuantities` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Self::check_convergence` [INFO] [stderr] --> src/conv_check/opt_error.rs:7:7 [INFO] [stderr] | [INFO] [stderr] 7 | //! [`Self::check_convergence`] entry point only gates on [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `check_convergence` in module `opt_error` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Self::check_convergence_with_state` [INFO] [stderr] --> src/conv_check/opt_error.rs:10:7 [INFO] [stderr] | [INFO] [stderr] 10 | //! [`Self::check_convergence_with_state`] adds the [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `check_convergence_with_state` in module `opt_error` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `record_iter_history` links to private item `Self::iterate` [INFO] [stderr] --> src/ipopt_alg.rs:193:24 [INFO] [stderr] | [INFO] [stderr] 193 | /// When `true`, [`Self::iterate`] appends an `IterRecord` to [INFO] [stderr] | ^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `SolveStatistics::iterations` [INFO] [stderr] --> src/ipopt_alg.rs:198:31 [INFO] [stderr] | [INFO] [stderr] 198 | /// is on. Drained into [`SolveStatistics::iterations`] by [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `SolveStatistics` in scope [INFO] [stderr] [INFO] [stderr] warning: public documentation for `iter_dump` links to private item `IterDumper::from_env` [INFO] [stderr] --> src/iter_dump.rs:9:28 [INFO] [stderr] | [INFO] [stderr] 9 | //! When unset or empty, [`IterDumper::from_env`] returns `None` and the [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `solve` [INFO] [stderr] --> src/kkt/aug_system_solver.rs:136:22 [INFO] [stderr] | [INFO] [stderr] 136 | /// impl loops [`solve`]; concrete backends override only when they [INFO] [stderr] | ^^^^^ no item named `solve` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Self::consider_new_system` [INFO] [stderr] --> src/kkt/perturbation_handler.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | //! * [`Self::consider_new_system`] — first call per new aug-system. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `consider_new_system` in module `perturbation_handler` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Self::perturb_for_singular` [INFO] [stderr] --> src/kkt/perturbation_handler.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | //! * [`Self::perturb_for_singular`] — escalation step taken when MA57 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `perturb_for_singular` in module `perturbation_handler` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Self::perturb_for_wrong_inertia` [INFO] [stderr] --> src/kkt/perturbation_handler.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | //! * [`Self::perturb_for_wrong_inertia`] — escalation step taken when [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `perturb_for_wrong_inertia` in module `perturbation_handler` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Self::current_perturbation` [INFO] [stderr] --> src/kkt/perturbation_handler.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | //! * [`Self::current_perturbation`] — read the most recently committed [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `current_perturbation` in module `perturbation_handler` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `find_acceptable_trial_point` links to private item `Self::run_filter_line_search` [INFO] [stderr] --> src/line_search/backtracking.rs:232:19 [INFO] [stderr] | [INFO] [stderr] 232 | /// search ([`Self::run_filter_line_search`]) with the soft [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::resto::init::RestoIterateInitializer::SetInitialIterates` [INFO] [stderr] --> src/mu/monotone.rs:54:11 [INFO] [stderr] | [INFO] [stderr] 54 | /// [`crate::resto::init::RestoIterateInitializer::SetInitialIterates`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `resto` in module `pounce_algorithm` [INFO] [stderr] [INFO] [stderr] warning: `pounce-algorithm` (lib doc) generated 14 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/pounce_algorithm/index.html [INFO] running `Command { std: "docker" "inspect" "0e73dd239cbeffd73ca9826a96ddaa1f7014b84fd3b4e58c00278a3d7a15c2e6", kill_on_drop: false }`