Home
last modified time | relevance | path

Searched refs:tmp_counter_of_part_ (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/ortools/algorithms/
H A Ddynamic_partition.cc100 tmp_counter_of_part_.resize(NumParts(), 0); in Refine()
107 const int num_distinguished_elements_in_part = ++tmp_counter_of_part_[part]; in Refine()
135 const int split_index = end_index - tmp_counter_of_part_[part]; in Refine()
136 tmp_counter_of_part_[part] = 0; // Clean up after us. in Refine()
H A Ddynamic_partition.h180 std::vector<int> tmp_counter_of_part_; variable