Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
sat_base.h File Reference
#include <algorithm>
#include <cstdint>
#include <deque>
#include <functional>
#include <ostream>
#include <string>
#include <utility>
#include <vector>
#include "absl/base/attributes.h"
#include "absl/log/check.h"
#include "absl/strings/str_format.h"
#include "absl/types/span.h"
#include "ortools/base/logging.h"
#include "ortools/base/strong_int.h"
#include "ortools/base/strong_vector.h"
#include "ortools/util/bitset.h"
#include "ortools/util/strong_integers.h"

Go to the source code of this file.

Classes

class  operations_research::sat::Literal
class  operations_research::sat::VariablesAssignment
class  operations_research::sat::AssignmentView
class  operations_research::sat::ClauseIdGenerator
struct  operations_research::sat::AssignmentInfo
struct  operations_research::sat::AssignmentType
struct  operations_research::sat::LiteralWithTrailIndex
class  operations_research::sat::Trail
class  operations_research::sat::Trail::EnqueueHelper
class  operations_research::sat::SatPropagator

Namespaces

namespace  operations_research
 OR-Tools root namespace.
namespace  operations_research::sat

Functions

 operations_research::sat::DEFINE_STRONG_INDEX_TYPE (BooleanVariable)
const BooleanVariable operations_research::sat::kNoBooleanVariable (-1)
 operations_research::sat::DEFINE_STRONG_INDEX_TYPE (LiteralIndex)
const LiteralIndex operations_research::sat::kNoLiteralIndex (-1)
const LiteralIndex operations_research::sat::kTrueLiteralIndex (-2)
const LiteralIndex operations_research::sat::kFalseLiteralIndex (-3)
std::ostream & operations_research::sat::operator<< (std::ostream &os, Literal literal)
template<typename Sink, typename... T>
void operations_research::sat::AbslStringify (Sink &sink, Literal arg)
std::ostream & operations_research::sat::operator<< (std::ostream &os, absl::Span< const Literal > literals)
std::ostream & operations_research::sat::operator<< (std::ostream &os, absl::Span< const LiteralIndex > literals)
std::vector< Literaloperations_research::sat::Literals (absl::Span< const int > input)
 operations_research::sat::DEFINE_STRONG_INT_TYPE (ClauseId, int64_t)
constexpr ClauseId operations_research::sat::kNoClauseId (0)