24 const uint32 old_max_size = max_size_;
25 if (new_array_size <= array_size_) {
28 const uint32 old_array_size = array_size_;
29 array_size_ = new_array_size;
32 memcpy(new_map, map_, old_array_size *
sizeof(*map_));
void Resize(uint32 size, bool fill=false)
void Set(uint32 index, bool value)
uint64 BitLength64(uint64 size)
The vehicle routing library lets one model and solve generic vehicle routing problems ranging from th...