Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <stdint.h>
#include <deque>
#include <functional>
#include <limits>
#include <ostream>
#include <string>
#include <utility>
#include <vector>
#include "absl/base/attributes.h"
#include "absl/container/inlined_vector.h"
#include "absl/strings/string_view.h"
#include "absl/types/span.h"
#include "ortools/base/strong_vector.h"
#include "ortools/sat/integer.h"
#include "ortools/sat/model.h"
#include "ortools/sat/precedences.h"
#include "ortools/sat/sat_base.h"
#include "ortools/sat/sat_solver.h"
#include "ortools/sat/synchronization.h"
#include "ortools/util/bitset.h"
#include "ortools/util/rev.h"
#include "ortools/util/strong_integers.h"
#include "ortools/util/time_limit.h"
Go to the source code of this file.
Classes | |
class | operations_research::sat::EnforcementPropagator |
This is meant as an helper to deal with enforcement for any constraint. More... | |
class | operations_research::sat::ConstraintPropagationOrder |
class | operations_research::sat::LinearPropagator |
Namespaces | |
namespace | operations_research |
In SWIG mode, we don't want anything besides these top-level includes. | |
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 = 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) |