OR-Tools  8.0
TimeTablingPerTask

Detailed Description

Definition at line 29 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 27 of file timetable.cc.

Member Function Documentation

◆ IncrementalPropagate()

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

Reimplemented in LinearProgrammingConstraint, CircuitCoveringPropagator, and CircuitPropagator.

Definition at line 1031 of file integer.h.

◆ Propagate()

bool Propagate ( )
finalvirtual

Implements PropagatorInterface.

Definition at line 73 of file timetable.cc.

◆ RegisterWith()

void RegisterWith ( GenericLiteralWatcher watcher)

Definition at line 61 of file timetable.cc.


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