Google OR-Tools v9.14
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/intervals.h"
#include "ortools/sat/model.h"
#include "ortools/sat/precedences.h"
#include "ortools/sat/synchronization.h"
#include "ortools/sat/util.h"
#include "ortools/util/scheduling.h"
#include "ortools/util/strong_integers.h"

Go to the source code of this file.

Classes

class  operations_research::sat::TaskSet
struct  operations_research::sat::TaskSet::Entry
struct  operations_research::sat::PropagationStatistics
 Simple class to display statistics at the end if –v=1. More...
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
 In SWIG mode, we don't want anything besides these top-level includes.
namespace  operations_research::sat

Functions

void operations_research::sat::AddDisjunctive (const std::vector< IntervalVariable > &intervals, Model *model)
void operations_research::sat::AddDisjunctiveWithBooleanPrecedencesOnly (absl::Span< const IntervalVariable > intervals, Model *model)