otspot-core 0.2.0

Core implementation for otspot (LP/QP/MIP solver) — published as a dependency of the otspot facade
Documentation
1
2
3
4
5
6
7
//! dual / primal の反復精密化サブモジュール。

pub(crate) mod kkt_iterative;
pub(crate) mod lsq;
pub(crate) mod primal_lsq;
pub(crate) mod projected_gradient;
pub(crate) mod worst_active;