![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <algorithm>#include <cstdint>#include <memory>#include <string>#include <utility>#include <vector>#include "absl/log/log.h"#include "absl/log/vlog_is_on.h"#include "absl/strings/str_cat.h"#include "absl/types/span.h"#include "ortools/sat/integer.h"#include "ortools/sat/integer_base.h"#include "ortools/sat/model.h"#include "ortools/sat/precedences.h"#include "ortools/sat/sat_base.h"#include "ortools/sat/scheduling_helpers.h"#include "ortools/sat/synchronization.h"#include "ortools/sat/util.h"#include "ortools/util/scheduling.h"#include "ortools/util/strong_integers.h"#include "ortools/util/time_limit.h"Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
| namespace | operations_research::sat |
Functions | |
| void | operations_research::sat::AddDisjunctive (const std::vector< Literal > &enforcement_literals, const std::vector< IntervalVariable > &intervals, Model *model) |
| void | operations_research::sat::AddDisjunctiveWithBooleanPrecedencesOnly (absl::Span< const IntervalVariable > intervals, Model *model) |