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

Detailed Description

Definition at line 36 of file 2d_mandatory_overlap_propagator.h.

#include <2d_mandatory_overlap_propagator.h>

Inheritance diagram for operations_research::sat::MandatoryOverlapPropagator:
operations_research::sat::PropagatorInterface

Public Member Functions

 MandatoryOverlapPropagator (NoOverlap2DConstraintHelper *helper, Model *model)
 ~MandatoryOverlapPropagator () 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 > &)

Constructor & Destructor Documentation

◆ MandatoryOverlapPropagator()

operations_research::sat::MandatoryOverlapPropagator::MandatoryOverlapPropagator ( NoOverlap2DConstraintHelper * helper,
Model * model )
inline

Definition at line 38 of file 2d_mandatory_overlap_propagator.h.

◆ ~MandatoryOverlapPropagator()

operations_research::sat::MandatoryOverlapPropagator::~MandatoryOverlapPropagator ( )
override

Definition at line 41 of file 2d_mandatory_overlap_propagator.cc.

Member Function Documentation

◆ Propagate()

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

◆ RegisterWith()

int operations_research::sat::MandatoryOverlapPropagator::RegisterWith ( GenericLiteralWatcher * watcher)

Definition at line 35 of file 2d_mandatory_overlap_propagator.cc.


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