Searched refs:inout_remainder (Results 1 – 1 of 1) sorted by relevance
476 vector<size_t>& inout_remainder, in find_subset_with_efficiency_higher_than() argument486 while (!inout_remainder.empty()) { in find_subset_with_efficiency_higher_than()488 vector<size_t> candidate_indices(inout_remainder.size()); in find_subset_with_efficiency_higher_than()507 trial_subset[out_subset.size() + i] = inout_remainder[candidate_indices_subset[i]]; in find_subset_with_efficiency_higher_than()531 auto candidate_iterator = inout_remainder.begin() + candidate_index; in find_subset_with_efficiency_higher_than()538 inout_remainder.erase(candidate_iterator); in find_subset_with_efficiency_higher_than()