#include <cstdint>
#include <optional>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
#include "absl/base/attributes.h"
#include "absl/container/flat_hash_map.h"
#include "absl/container/flat_hash_set.h"
#include "absl/flags/declare.h"
#include "absl/log/check.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
#include "absl/types/span.h"
#include "ortools/base/base_export.h"
#include "ortools/base/logging.h"
#include "ortools/sat/cp_model.pb.h"
#include "ortools/sat/cp_model_utils.h"
#include "ortools/sat/model.h"
#include "ortools/sat/presolve_util.h"
#include "ortools/sat/sat_parameters.pb.h"
#include "ortools/sat/solution_crush.h"
#include "ortools/sat/util.h"
#include "ortools/util/affine_relation.h"
#include "ortools/util/bitset.h"
#include "ortools/util/logging.h"
#include "ortools/util/saturated_arithmetic.h"
#include "ortools/util/sorted_interval_list.h"
#include "ortools/util/time_limit.h"
Go to the source code of this file.
|
| OR_DLL | ABSL_DECLARE_FLAG (bool, cp_model_debug_postsolve) |
| bool | operations_research::sat::ScaleFloatingPointObjective (const SatParameters ¶ms, SolverLogger *logger, CpModelProto *proto) |
| bool | operations_research::sat::LoadModelForProbing (PresolveContext *context, Model *local_model) |
| bool | operations_research::sat::LoadModelForPresolve (const CpModelProto &model_proto, SatParameters params, PresolveContext *context, Model *local_model, absl::string_view name_for_logging) |
| void | operations_research::sat::CreateValidModelWithSingleConstraint (const ConstraintProto &ct, const PresolveContext *context, std::vector< int > *variable_mapping, CpModelProto *mini_model) |
◆ ABSL_DECLARE_FLAG()
| OR_DLL ABSL_DECLARE_FLAG |
( |
bool | , |
|
|
cp_model_debug_postsolve | ) |