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

Detailed Description

Definition at line 180 of file disjunctive.h.

#include <disjunctive.h>

Inheritance diagram for operations_research::sat::DisjunctiveOverloadChecker:
operations_research::sat::PropagatorInterface

Public Member Functions

 DisjunctiveOverloadChecker (SchedulingConstraintHelper *helper, Model *model=nullptr)
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

◆ DisjunctiveOverloadChecker()

operations_research::sat::DisjunctiveOverloadChecker::DisjunctiveOverloadChecker ( SchedulingConstraintHelper * helper,
Model * model = nullptr )
inlineexplicit

Definition at line 182 of file disjunctive.h.

Member Function Documentation

◆ Propagate()

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

Implements operations_research::sat::PropagatorInterface.

Definition at line 468 of file disjunctive.cc.

◆ RegisterWith()

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

Definition at line 783 of file disjunctive.cc.


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