![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>#include <optional>#include <vector>#include "absl/container/btree_map.h"#include "absl/container/flat_hash_set.h"#include "ortools/sat/presolve_context.h"#include "ortools/sat/solution_crush.h"#include "ortools/util/sorted_interval_list.h"Go to the source code of this file.
Classes | |
| class | operations_research::sat::ValueEncoding |
| class | operations_research::sat::OrderEncoding |
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
| namespace | operations_research::sat |
Functions | |
| void | operations_research::sat::TryToReplaceVariableByItsEncoding (int var, PresolveContext *context, SolutionCrush &solution_crush) |