Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::sat::DisjunctivePrecedences Class Reference

Detailed Description

Definition at line 337 of file disjunctive.h.

#include <disjunctive.h>

Inheritance diagram for operations_research::sat::DisjunctivePrecedences:
operations_research::sat::PropagatorInterface

Public Member Functions

 DisjunctivePrecedences (bool time_direction, SchedulingConstraintHelper *helper, Model *model)
bool Propagate () final
int RegisterWith (GenericLiteralWatcher *watcher)
Public Member Functions inherited from operations_research::sat::PropagatorInterface
 PropagatorInterface ()=default
virtual ~PropagatorInterface ()=default
virtual bool IncrementalPropagate (const std::vector< int > &)

Constructor & Destructor Documentation

◆ DisjunctivePrecedences()

operations_research::sat::DisjunctivePrecedences::DisjunctivePrecedences ( bool time_direction,
SchedulingConstraintHelper * helper,
Model * model )
inline

Definition at line 339 of file disjunctive.h.

Member Function Documentation

◆ Propagate()

bool operations_research::sat::DisjunctivePrecedences::Propagate ( )
finalvirtual

Implements operations_research::sat::PropagatorInterface.

Definition at line 1213 of file disjunctive.cc.

◆ RegisterWith()

int operations_research::sat::DisjunctivePrecedences::RegisterWith ( GenericLiteralWatcher * watcher)

Definition at line 1413 of file disjunctive.cc.


The documentation for this class was generated from the following files: