OR-Tools  8.2
TimeTableEdgeFinding

Detailed Description

Definition at line 61 of file timetable_edgefinding.h.

Public Member Functions

 TimeTableEdgeFinding (const std::vector< AffineExpression > &demands, AffineExpression capacity, SchedulingConstraintHelper *helper, IntegerTrail *integer_trail)
 
bool Propagate () final
 
void RegisterWith (GenericLiteralWatcher *watcher)
 
virtual bool IncrementalPropagate (const std::vector< int > &watch_indices)
 

Constructor & Destructor Documentation

◆ TimeTableEdgeFinding()

TimeTableEdgeFinding ( const std::vector< AffineExpression > &  demands,
AffineExpression  capacity,
SchedulingConstraintHelper helper,
IntegerTrail integer_trail 
)

Definition at line 30 of file timetable_edgefinding.cc.

Member Function Documentation

◆ IncrementalPropagate()

virtual bool IncrementalPropagate ( const std::vector< int > &  watch_indices)
inlinevirtualinherited

◆ Propagate()

bool Propagate ( )
finalvirtual

Implements PropagatorInterface.

Definition at line 56 of file timetable_edgefinding.cc.

◆ RegisterWith()

void RegisterWith ( GenericLiteralWatcher watcher)

Definition at line 47 of file timetable_edgefinding.cc.


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