pub fn extract_pareto(luts: &[i64], power: &[f64], score: &[f64]) -> Vec<usize>
Extract non-dominated Pareto frontier (parallelized for large N).