Generated on Tue Feb 11 2025 17:33:26 for Gecode by doxygen 1.12.0
Gecode::Space::ScheduledPropagators Class Reference

Class to iterate over scheduled propagators of a space. More...

#include <core.hpp>

Public Member Functions

 ScheduledPropagators (Space &home)
 Initialize.
 
bool operator() (void) const
 Test whether there are propagators left.
 
void operator++ (void)
 Move iterator to next propagator.
 
Propagatorpropagator (void) const
 Return propagator.
 

Detailed Description

Class to iterate over scheduled propagators of a space.

Note that the iterator cannot be used during cloning.

Definition at line 2689 of file core.hpp.

Constructor & Destructor Documentation

◆ ScheduledPropagators()

Gecode::Space::ScheduledPropagators::ScheduledPropagators ( Space & home)
inline

Initialize.

Definition at line 4874 of file core.hpp.

Member Function Documentation

◆ operator()()

bool Gecode::Space::ScheduledPropagators::operator() ( void ) const
inline

Test whether there are propagators left.

Definition at line 4886 of file core.hpp.

◆ operator++()

void Gecode::Space::ScheduledPropagators::operator++ ( void )
inline

Move iterator to next propagator.

Definition at line 4890 of file core.hpp.

◆ propagator()

Propagator & Gecode::Space::ScheduledPropagators::propagator ( void ) const
inline

Return propagator.

Definition at line 4908 of file core.hpp.


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