remove map_util from most of the code; absl::make_unique and absl::optional -> stl version

This commit is contained in:
Laurent Perron
2022-03-07 11:31:58 +01:00
committed by Mizux Seiha
parent 1b1cbc4fa5
commit c82cfdc9ad
64 changed files with 166 additions and 223 deletions

View File

@@ -18,10 +18,10 @@
#include <deque>
#include <limits>
#include <memory>
#include <set>
#include <utility>
#include <vector>
#include "absl/container/btree_set.h"
#include "absl/memory/memory.h"
#include "absl/types/span.h"
#include "ortools/algorithms/dynamic_partition.h"