![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include "ortools/sat/lrat_checker.h"#include <algorithm>#include <string_view>#include <utility>#include "absl/algorithm/container.h"#include "absl/container/flat_hash_set.h"#include "absl/log/check.h"#include "absl/log/log.h"#include "absl/strings/str_cat.h"#include "absl/strings/str_join.h"#include "absl/types/span.h"#include "ortools/sat/sat_base.h"#include "ortools/sat/util.h"#include "ortools/util/bitset.h"Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
| namespace | operations_research::sat |