Searched refs:candidate_indices_subset_size (Results 1 – 1 of 1) sorted by relevance
493 size_t candidate_indices_subset_size = max_feasible_subset_size(candidate_indices.size()); in find_subset_with_efficiency_higher_than() local494 while (candidate_indices_subset_size >= 1) { in find_subset_with_efficiency_higher_than()496 make_first_subset(candidate_indices_subset_size, in find_subset_with_efficiency_higher_than()503 trial_subset.resize(out_subset.size() + candidate_indices_subset_size); in find_subset_with_efficiency_higher_than()506 for (size_t i = 0; i < candidate_indices_subset_size; i++) { in find_subset_with_efficiency_higher_than()527 candidate_indices_subset_size--; in find_subset_with_efficiency_higher_than()