![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>#include <deque>#include <functional>#include <new>#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/container/inlined_vector.h"#include "absl/functional/any_invocable.h"#include "absl/log/check.h"#include "absl/random/bit_gen_ref.h"#include "absl/types/span.h"#include "ortools/base/strong_vector.h"#include "ortools/graph/cliques.h"#include "ortools/sat/drat_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 |
| A binary clause. This is used by BinaryClauseManager. More... | |
| class | operations_research::sat::BinaryClauseManager |
| A simple class to manage a set of binary clauses. More... | |
| class | operations_research::sat::BinaryImplicationGraph |
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |
| namespace | operations_research::sat |