pub fn construct_ws_from_kkt<F>(
kkt: &mut Array1<F>,
W: ArrayView2<'_, F>,
ws_start_size: usize,
) -> (Array1<usize>, usize)where
F: 'static + Float,Expand description
This function is used to construct a working set by sorting the indices in descending order of the features having the largest violation to the optimality conditions.