Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
precedences.h File Reference
#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.

Classes

class  operations_research::sat::Linear2Indices
class  operations_research::sat::Linear2Watcher
class  operations_research::sat::RootLevelLinear2Bounds
struct  operations_research::sat::FullIntegerPrecedence
class  operations_research::sat::TransitivePrecedencesEvaluator
class  operations_research::sat::EnforcedLinear2Bounds
struct  operations_research::sat::EnforcedLinear2Bounds::PrecedenceData
struct  operations_research::sat::Relation
class  operations_research::sat::ConditionalLinear2Bounds
class  operations_research::sat::Linear2BoundsFromLinear3
class  operations_research::sat::ReifiedLinear2Bounds
class  operations_research::sat::Linear2Bounds
class  operations_research::sat::GreaterThanAtLeastOneOfDetector

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)