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
//! KKT iterative refinement (Wilkinson) と bound dual の KKT 再計算。

mod bound_refit;
mod iterative;

pub(crate) use bound_refit::refit_bound_duals_kkt;
pub(crate) use iterative::refine_kkt_iterative;