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

Detailed Description

Definition at line 378 of file disjunctive.h.

#include <disjunctive.h>

Inheritance diagram for operations_research::sat::DisjunctiveWithTwoItems:
operations_research::sat::PropagatorInterface

Public Member Functions

 DisjunctiveWithTwoItems (SchedulingConstraintHelper *helper)
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

◆ DisjunctiveWithTwoItems()

operations_research::sat::DisjunctiveWithTwoItems::DisjunctiveWithTwoItems ( SchedulingConstraintHelper * helper)
inlineexplicit

Definition at line 380 of file disjunctive.h.

Member Function Documentation

◆ Propagate()

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

Implements operations_research::sat::PropagatorInterface.

Definition at line 265 of file disjunctive.cc.

◆ RegisterWith()

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

Definition at line 317 of file disjunctive.cc.


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