Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
disjunctive.h File Reference
#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.

Classes

class  operations_research::sat::TaskSet
struct  operations_research::sat::PropagationStatistics
class  operations_research::sat::DisjunctiveOverloadChecker
class  operations_research::sat::DisjunctiveSimplePrecedences
class  operations_research::sat::DisjunctiveDetectablePrecedences
class  operations_research::sat::CombinedDisjunctive< time_direction >
class  operations_research::sat::DisjunctiveNotLast
class  operations_research::sat::DisjunctiveEdgeFinding
class  operations_research::sat::DisjunctivePrecedences
class  operations_research::sat::DisjunctiveWithTwoItems

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)