OR-Tools  8.2
PropagatorInterfaceabstract

Detailed Description

Definition at line 1060 of file integer.h.

Public Member Functions

 PropagatorInterface ()
 
virtual ~PropagatorInterface ()
 
virtual bool Propagate ()=0
 
virtual bool IncrementalPropagate (const std::vector< int > &watch_indices)
 

Constructor & Destructor Documentation

◆ PropagatorInterface()

PropagatorInterface ( )
inline

Definition at line 1062 of file integer.h.

◆ ~PropagatorInterface()

virtual ~PropagatorInterface ( )
inlinevirtual

Definition at line 1063 of file integer.h.

Member Function Documentation

◆ IncrementalPropagate()

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

◆ Propagate()


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