Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>
#include <memory>
#include <string>
#include <vector>
#include "absl/types/span.h"
#include "ortools/algorithms/dynamic_partition.h"
#include "ortools/base/strong_vector.h"
#include "ortools/sat/cp_model_utils.h"
#include "ortools/sat/integer.h"
#include "ortools/sat/presolve_context.h"
Go to the source code of this file.
Classes | |
class | operations_research::sat::VarDomination |
class | operations_research::sat::DualBoundStrengthening |
Namespaces | |
namespace | operations_research |
In SWIG mode, we don't want anything besides these top-level includes. | |
namespace | operations_research::sat |
Functions | |
void | operations_research::sat::ScanModelForDominanceDetection (PresolveContext &context, VarDomination *var_domination) |
bool | operations_research::sat::ExploitDominanceRelations (const VarDomination &var_domination, PresolveContext *context) |
void | operations_research::sat::ScanModelForDualBoundStrengthening (const PresolveContext &context, DualBoundStrengthening *dual_bound_strengthening) |
Scan the model so that dual_bound_strengthening.Strenghten() works. | |