![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 117 of file timetable.h.
#include <timetable.h>
Public Member Functions | |
| TimeTablingPerTask (AffineExpression capacity, SchedulingConstraintHelper *helper, SchedulingDemandHelper *demands, Model *model) | |
| TimeTablingPerTask (const TimeTablingPerTask &)=delete | |
| TimeTablingPerTask & | operator= (const TimeTablingPerTask &)=delete |
| bool | Propagate () final |
| void | RegisterWith (GenericLiteralWatcher *watcher) |
| Public Member Functions inherited from operations_research::sat::PropagatorInterface | |
| PropagatorInterface ()=default | |
| virtual | ~PropagatorInterface ()=default |
| virtual bool | IncrementalPropagate (const std::vector< int > &) |
| operations_research::sat::TimeTablingPerTask::TimeTablingPerTask | ( | AffineExpression | capacity, |
| SchedulingConstraintHelper * | helper, | ||
| SchedulingDemandHelper * | demands, | ||
| Model * | model ) |
Definition at line 344 of file timetable.cc.
|
delete |
|
delete |
|
finalvirtual |
Implements operations_research::sat::PropagatorInterface.
Definition at line 393 of file timetable.cc.
| void operations_research::sat::TimeTablingPerTask::RegisterWith | ( | GenericLiteralWatcher * | watcher | ) |
Definition at line 378 of file timetable.cc.