|  | Google OR-Tools v9.14
    a fast and portable software suite for combinatorial optimization | 
#include <stdint.h>#include <sys/stat.h>#include <array>#include <deque>#include <functional>#include <limits>#include <memory>#include <optional>#include <string>#include <utility>#include <vector>#include "absl/base/thread_annotations.h"#include "absl/container/flat_hash_map.h"#include "absl/container/flat_hash_set.h"#include "absl/container/node_hash_map.h"#include "absl/log/check.h"#include "absl/synchronization/mutex.h"#include "absl/types/span.h"#include "ortools/sat/cp_model_mapping.h"#include "ortools/sat/cp_model_utils.h"#include "ortools/sat/integer.h"#include "ortools/sat/integer_base.h"#include "ortools/sat/integer_search.h"#include "ortools/sat/model.h"#include "ortools/sat/restart.h"#include "ortools/sat/sat_base.h"#include "ortools/sat/sat_decision.h"#include "ortools/sat/sat_parameters.pb.h"#include "ortools/sat/sat_solver.h"#include "ortools/sat/synchronization.h"#include "ortools/sat/util.h"#include "ortools/util/running_stat.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::ProtoLiteral | 
| class | operations_research::sat::ProtoTrail | 
| class | operations_research::sat::SharedTreeManager | 
| class | operations_research::sat::SharedTreeWorker | 
| Namespaces | |
| namespace | operations_research | 
| In SWIG mode, we don't want anything besides these top-level includes. | |
| namespace | operations_research::sat |