[CP-SAT] regenerates all includes; improve core solver when the objective is pseudo-boolean

This commit is contained in:
Laurent Perron
2022-02-15 18:00:11 +01:00
parent 2c6aed6cee
commit 8fe2df9a18
158 changed files with 1444 additions and 232 deletions

View File

@@ -28,6 +28,7 @@
#include <vector>
#include "absl/container/flat_hash_map.h"
#include "absl/strings/string_view.h"
#include "absl/types/span.h"
#include "ortools/base/hash.h"
#include "ortools/base/integral_types.h"
@@ -42,6 +43,7 @@
#include "ortools/sat/sat_base.h"
#include "ortools/sat/sat_decision.h"
#include "ortools/sat/sat_parameters.pb.h"
#include "ortools/util/bitset.h"
#include "ortools/util/logging.h"
#include "ortools/util/stats.h"
#include "ortools/util/strong_integers.h"