Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/algorithms/
H A Ddynamic_partition.cc211 tmp_part_bit_.assign(num_nodes, false); in Reset()
250 if (!tmp_part_bit_[representative]) { in KeepOnlyOneNodePerPart()
251 tmp_part_bit_[representative] = true; in KeepOnlyOneNodePerPart()
259 for (const int node : *nodes) tmp_part_bit_[GetRoot(node)] = false; in KeepOnlyOneNodePerPart()
H A Ddynamic_partition.h272 std::vector<bool> tmp_part_bit_; variable