![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <algorithm>#include <cstdint>#include <tuple>#include <utility>#include <variant>#include <vector>#include "absl/container/btree_set.h"#include "absl/container/flat_hash_map.h"#include "absl/container/flat_hash_set.h"#include "absl/container/inlined_vector.h"#include "absl/log/check.h"#include "absl/strings/str_format.h"#include "absl/types/span.h"#include "ortools/base/strong_vector.h"#include "ortools/sat/cp_model_mapping.h"#include "ortools/sat/implied_bounds.h"#include "ortools/sat/integer.h"#include "ortools/sat/integer_base.h"#include "ortools/sat/model.h"#include "ortools/sat/sat_base.h"#include "ortools/sat/synchronization.h"#include "ortools/sat/util.h"#include "ortools/util/rev.h"#include "ortools/util/strong_integers.h"Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
| namespace | operations_research::sat |
Functions | |
| operations_research::sat::DEFINE_STRONG_INDEX_TYPE (LinearExpression2Index) | |
| const LinearExpression2Index | operations_research::sat::kNoLinearExpression2Index (-1) |
| LinearExpression2Index | operations_research::sat::NegationOf (LinearExpression2Index i) |
| bool | operations_research::sat::Linear2IsPositive (LinearExpression2Index i) |
| LinearExpression2Index | operations_research::sat::PositiveLinear2 (LinearExpression2Index i) |
| bool | operations_research::sat::PropagateLocalBounds (const IntegerTrail &integer_trail, const RootLevelLinear2Bounds &root_level_bounds, const ConditionalLinear2Bounds &repository, const ImpliedBounds &implied_bounds, Literal lit, const absl::flat_hash_map< IntegerVariable, IntegerValue > &input, absl::flat_hash_map< IntegerVariable, IntegerValue > *output) |