OR-Tools  9.6
FixedDivisionPropagator

Detailed Description

Definition at line 301 of file integer_expr.h.

Public Member Functions

 FixedDivisionPropagator (AffineExpression a, IntegerValue b, AffineExpression c, IntegerTrail *integer_trail)
 
bool Propagate () final
 
void RegisterWith (GenericLiteralWatcher *watcher)
 
virtual bool IncrementalPropagate (const std::vector< int > &watch_indices)
 

Constructor & Destructor Documentation

◆ FixedDivisionPropagator()

FixedDivisionPropagator ( AffineExpression  a,
IntegerValue  b,
AffineExpression  c,
IntegerTrail integer_trail 
)

Definition at line 1270 of file integer_expr.cc.

Member Function Documentation

◆ IncrementalPropagate()

virtual bool IncrementalPropagate ( const std::vector< int > &  watch_indices)
inlinevirtualinherited

◆ Propagate()

bool Propagate ( )
finalvirtual

Implements PropagatorInterface.

Definition at line 1278 of file integer_expr.cc.

◆ RegisterWith()

void RegisterWith ( GenericLiteralWatcher watcher)

Definition at line 1325 of file integer_expr.cc.


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