OR-Tools  8.2
TimeTablingPerTask

Detailed Description

Definition at line 103 of file timetable.h.

Public Member Functions

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

Constructor & Destructor Documentation

◆ TimeTablingPerTask()

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

Definition at line 279 of file timetable.cc.

Member Function Documentation

◆ IncrementalPropagate()

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

◆ Propagate()

bool Propagate ( )
finalvirtual

Implements PropagatorInterface.

Definition at line 330 of file timetable.cc.

◆ RegisterWith()

void RegisterWith ( GenericLiteralWatcher watcher)

Definition at line 313 of file timetable.cc.


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