Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
clause.h File Reference
#include <cstdint>
#include <deque>
#include <functional>
#include <optional>
#include <string>
#include <utility>
#include <vector>
#include "absl/base/attributes.h"
#include "absl/container/flat_hash_map.h"
#include "absl/container/flat_hash_set.h"
#include "absl/functional/any_invocable.h"
#include "absl/functional/function_ref.h"
#include "absl/log/check.h"
#include "absl/types/span.h"
#include "ortools/base/strong_vector.h"
#include "ortools/graph/cliques.h"
#include "ortools/sat/container.h"
#include "ortools/sat/lrat_proof_handler.h"
#include "ortools/sat/model.h"
#include "ortools/sat/sat_base.h"
#include "ortools/sat/sat_parameters.pb.h"
#include "ortools/sat/util.h"
#include "ortools/util/bitset.h"
#include "ortools/util/stats.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::SatClause
struct  operations_research::sat::ClauseInfo
class  operations_research::sat::ClauseManager
struct  operations_research::sat::ClauseManager::Watcher
struct  operations_research::sat::BinaryClause
class  operations_research::sat::BinaryClauseManager
class  operations_research::sat::BinaryImplicationGraph

Namespaces

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

Enumerations

enum class  operations_research::sat::DeletionSourceForStat {
  operations_research::sat::FIXED_AT_TRUE , operations_research::sat::CONTAINS_L_AND_NOT_L , operations_research::sat::PROMOTED_TO_BINARY , operations_research::sat::SUBSUMPTION_PROBING ,
  operations_research::sat::SUBSUMPTION_VIVIFY , operations_research::sat::SUBSUMPTION_CONFLICT , operations_research::sat::SUBSUMPTION_CONFLICT_EXTRA , operations_research::sat::SUBSUMPTION_DECISIONS ,
  operations_research::sat::SUBSUMPTION_EAGER , operations_research::sat::SUBSUMPTION_INPROCESSING , operations_research::sat::BLOCKED , operations_research::sat::ELIMINATED ,
  operations_research::sat::GARBAGE_COLLECTED , operations_research::sat::LastElement
}