![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 52 of file timetable.h.
#include <timetable.h>
Public Member Functions | |
| ReservoirTimeTabling (absl::Span< const Literal > enforcement_literals, absl::Span< const AffineExpression > times, absl::Span< const AffineExpression > deltas, absl::Span< const Literal > presences, IntegerValue capacity, Model *model) | |
| bool | Propagate () final |
| Public Member Functions inherited from operations_research::sat::PropagatorInterface | |
| PropagatorInterface ()=default | |
| virtual | ~PropagatorInterface ()=default |
| virtual bool | IncrementalPropagate (const std::vector< int > &) |
| operations_research::sat::ReservoirTimeTabling::ReservoirTimeTabling | ( | absl::Span< const Literal > | enforcement_literals, |
| absl::Span< const AffineExpression > | times, | ||
| absl::Span< const AffineExpression > | deltas, | ||
| absl::Span< const Literal > | presences, | ||
| IntegerValue | capacity, | ||
| Model * | model ) |
Definition at line 63 of file timetable.cc.
|
finalvirtual |
Implements operations_research::sat::PropagatorInterface.
Definition at line 96 of file timetable.cc.