Generated on Sat Aug 25 2012 15:53:13 for Gecode by doxygen 1.7.5
Gecode::Int::Unary::OptProp Class Reference

Scheduling propagator for unary resource with optional tasks More...

#include <unary.hh>

List of all members.

Public Member Functions

virtual Actorcopy (Space &home, bool share)
 Perform copying during cloning.
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.

Static Public Member Functions

static ExecStatus post (Home home, TaskArray< OptTask > &t)
 Post propagator that schedules tasks on unary resource.

Protected Member Functions

 OptProp (Home home, TaskArray< OptTask > &t)
 Constructor for creation.
 OptProp (Space &home, bool shared, OptProp &p)
 Constructor for cloning p.

Detailed Description

Scheduling propagator for unary resource with optional tasks

Requires

 #include <gecode/int/unary.hh> 

Constructor & Destructor Documentation

Gecode::Int::Unary::OptProp::OptProp ( Home  home,
TaskArray< OptTask > &  t 
) [inline, protected]

Constructor for creation.

Definition at line 44 of file opt-prop.hpp.

Gecode::Int::Unary::OptProp::OptProp ( Space home,
bool  shared,
OptProp p 
) [protected]

Constructor for cloning p.


Member Function Documentation

Actor * Gecode::Int::Unary::OptProp::copy ( Space home,
bool  share 
) [virtual]

Perform copying during cloning.

Definition at line 75 of file opt-prop.hpp.

ExecStatus Gecode::Int::Unary::OptProp::propagate ( Space home,
const ModEventDelta med 
) [virtual]

Perform propagation.

Definition at line 81 of file opt-prop.hpp.

ExecStatus Gecode::Int::Unary::OptProp::post ( Home  home,
TaskArray< OptTask > &  t 
) [inline, static]

Post propagator that schedules tasks on unary resource.

Definition at line 54 of file opt-prop.hpp.


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