![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <atomic>#include <cstdint>#include <string>#include <utility>#include <vector>#include "absl/base/attributes.h"#include "absl/status/status.h"#include "ortools/base/logging.h"#include "ortools/linear_solver/linear_solver.h"#include "ortools/linear_solver/linear_solver.pb.h"#include "ortools/linear_solver/proto_solver/proto_utils.h"#include "ortools/linear_solver/proto_solver/sat_proto_solver.h"#include "ortools/port/proto_utils.h"#include "ortools/sat/cp_model.pb.h"#include "ortools/sat/cp_model_solver.h"#include "ortools/util/lazy_mutable_copy.h"Go to the source code of this file.
Classes | |
| class | operations_research::SatInterface |
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |