Generated on Wed Jan 4 17:49:19 2006 for Gecode by doxygen 1.4.6

Gecode::InhomBinaryPropagator< View0, pc0, View1, pc1 > Class Template Reference
[Patterns for set propagators]

Inherits Gecode::Propagator.

List of all members.


Detailed Description

template<class View0, PropCond pc0, class View1, PropCond pc1>
class Gecode::InhomBinaryPropagator< View0, pc0, View1, pc1 >

Inhomogeneous binary propagator.

Stores two views of type View0 and View1 with propagation conditions pc0 and pc1.

Definition at line 61 of file propagator.icc.

Public Member Functions

virtual PropCost cost (void) const
 Cost function (defined as PC_BINARY_LO).
virtual ~InhomBinaryPropagator (void)

Protected Member Functions

 InhomBinaryPropagator (Space *home, bool, InhomBinaryPropagator &)
 Constructor for cloning.
 InhomBinaryPropagator (Space *home, View0, View1, bool=false)
 Constructor for creation.

Protected Attributes

View0 x0
View1 x1


Constructor & Destructor Documentation

template<class View0, PropCond pc0, class View1, PropCond pc1>
Gecode::InhomBinaryPropagator< View0, pc0, View1, pc1 >::InhomBinaryPropagator Space home,
bool  ,
InhomBinaryPropagator< View0, pc0, View1, pc1 > & 
[protected]
 

Constructor for cloning.

template<class View0, PropCond pc0, class View1, PropCond pc1>
Gecode::InhomBinaryPropagator< View0, pc0, View1, pc1 >::InhomBinaryPropagator Space home,
View0  ,
View1  ,
bool  = false
[protected]
 

Constructor for creation.

Definition at line 155 of file propagator.icc.

template<class View0, PropCond pc0, class View1, PropCond pc1>
Gecode::InhomBinaryPropagator< View0, pc0, View1, pc1 >::~InhomBinaryPropagator void   )  [virtual]
 

Definition at line 178 of file propagator.icc.


Member Function Documentation

template<class View0, PropCond pc0, class View1, PropCond pc1>
PropCost Gecode::InhomBinaryPropagator< View0, pc0, View1, pc1 >::cost void   )  const [virtual]
 

Cost function (defined as PC_BINARY_LO).

Implements Gecode::Propagator.

Definition at line 173 of file propagator.icc.


Member Data Documentation

template<class View0, PropCond pc0, class View1, PropCond pc1>
View0 Gecode::InhomBinaryPropagator< View0, pc0, View1, pc1 >::x0 [protected]
 

Definition at line 63 of file propagator.icc.

template<class View0, PropCond pc0, class View1, PropCond pc1>
View1 Gecode::InhomBinaryPropagator< View0, pc0, View1, pc1 >::x1 [protected]
 

Definition at line 64 of file propagator.icc.


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