![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>#include <vector>#include "absl/container/flat_hash_map.h"#include "absl/container/flat_hash_set.h"#include "ortools/sat/presolve_context.h"#include "ortools/util/sorted_interval_list.h"Go to the source code of this file.
Classes | |
| struct | operations_research::sat::VariableEncodingLocalModel |
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
| namespace | operations_research::sat |
Functions | |
| std::vector< VariableEncodingLocalModel > | operations_research::sat::CreateVariableEncodingLocalModels (PresolveContext *context) |
| bool | operations_research::sat::BasicPresolveAndGetFullyEncodedDomains (PresolveContext *context, VariableEncodingLocalModel &local_model, absl::flat_hash_map< int, Domain > *result, bool *changed) |
| bool | operations_research::sat::DetectAllEncodedComplexDomain (PresolveContext *context, VariableEncodingLocalModel &local_model) |
| bool | operations_research::sat::MaybeTransferLinear1ToAnotherVariable (VariableEncodingLocalModel &local_model, PresolveContext *context) |