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

Detailed Description

Definition at line 117 of file timetable.h.

#include <timetable.h>

Inheritance diagram for operations_research::sat::TimeTablingPerTask:
operations_research::sat::PropagatorInterface

Public Member Functions

 TimeTablingPerTask (AffineExpression capacity, SchedulingConstraintHelper *helper, SchedulingDemandHelper *demands, Model *model)
 TimeTablingPerTask (const TimeTablingPerTask &)=delete
TimeTablingPerTaskoperator= (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 > &)

Constructor & Destructor Documentation

◆ TimeTablingPerTask() [1/2]

operations_research::sat::TimeTablingPerTask::TimeTablingPerTask ( AffineExpression capacity,
SchedulingConstraintHelper * helper,
SchedulingDemandHelper * demands,
Model * model )

Definition at line 344 of file timetable.cc.

◆ TimeTablingPerTask() [2/2]

operations_research::sat::TimeTablingPerTask::TimeTablingPerTask ( const TimeTablingPerTask & )
delete

Member Function Documentation

◆ operator=()

TimeTablingPerTask & operations_research::sat::TimeTablingPerTask::operator= ( const TimeTablingPerTask & )
delete

◆ Propagate()

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

Implements operations_research::sat::PropagatorInterface.

Definition at line 393 of file timetable.cc.

◆ RegisterWith()

void operations_research::sat::TimeTablingPerTask::RegisterWith ( GenericLiteralWatcher * watcher)

Definition at line 378 of file timetable.cc.


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