otspot-core 0.3.1

Core implementation for otspot (LP/QP/MIP solver) — published as a dependency of the otspot facade
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod amd;
pub(crate) mod gershgorin;
pub mod kkt_solver;
pub mod ldl;
pub mod ldl_dd;
pub mod minres;
pub mod parallelism;
pub mod ruiz;
pub(crate) mod timeout;

#[cfg(test)]
mod par_sentinel;