![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>#include <functional>#include <ostream>#include <utility>#include <vector>#include "absl/container/inlined_vector.h"#include "absl/types/span.h"#include "ortools/base/strong_vector.h"#include "ortools/sat/model.h"#include "ortools/sat/sat_base.h"#include "ortools/util/rev.h"#include "ortools/util/strong_integers.h"Go to the source code of this file.
Classes | |
| class | operations_research::sat::EnforcementPropagator |
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
| namespace | operations_research::sat |
Enumerations | |
| enum class | operations_research::sat::EnforcementStatus { operations_research::sat::IS_FALSE = 0 , operations_research::sat::CANNOT_PROPAGATE = 1 , operations_research::sat::CAN_PROPAGATE_ENFORCEMENT = 2 , operations_research::sat::IS_ENFORCED = 3 } |
Functions | |
| operations_research::sat::DEFINE_STRONG_INDEX_TYPE (EnforcementId) | |
| std::ostream & | operations_research::sat::operator<< (std::ostream &os, const EnforcementStatus &e) |