![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 41 of file 2d_distances_propagator.h.
#include <2d_distances_propagator.h>
Public Member Functions | |
| Precedences2DPropagator (NoOverlap2DConstraintHelper *helper, Model *model) | |
| ~Precedences2DPropagator () override | |
| bool | Propagate () final |
| int | 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::Precedences2DPropagator::Precedences2DPropagator | ( | NoOverlap2DConstraintHelper * | helper, |
| Model * | model ) |
Definition at line 44 of file 2d_distances_propagator.cc.
|
override |
Definition at line 229 of file 2d_distances_propagator.cc.
|
finalvirtual |
Implements operations_research::sat::PropagatorInterface.
Definition at line 166 of file 2d_distances_propagator.cc.
| int operations_research::sat::Precedences2DPropagator::RegisterWith | ( | GenericLiteralWatcher * | watcher | ) |
Definition at line 222 of file 2d_distances_propagator.cc.