![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <string>#include <vector>#include "absl/log/check.h"#include "ortools/base/logging.h"#include "ortools/sat/model.h"#include "ortools/sat/sat_decision.h"#include "ortools/sat/sat_parameters.pb.h"#include "ortools/util/bitset.h"#include "ortools/util/running_stat.h"Go to the source code of this file.
Classes | |
| class | operations_research::sat::RestartPolicy |
| Contain the logic to decide when to restart a SAT tree search. More... | |
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |
| namespace | operations_research::sat |
Functions | |
| int | operations_research::sat::SUniv (int i) |