Searched refs:best_candidate_indices_subset (Results 1 – 1 of 1) sorted by relevance
500 vector<size_t> best_candidate_indices_subset; in find_subset_with_efficiency_higher_than() local513 best_candidate_indices_subset = candidate_indices_subset; in find_subset_with_efficiency_higher_than()522 for (size_t i = 0; i < best_candidate_indices_subset.size(); i++) { in find_subset_with_efficiency_higher_than()523 candidate_indices[i] = candidate_indices[best_candidate_indices_subset[i]]; in find_subset_with_efficiency_higher_than()525 candidate_indices.resize(best_candidate_indices_subset.size()); in find_subset_with_efficiency_higher_than()