Generated on Tue Sep 25 2012 20:53:28 for Gecode by doxygen 1.7.5
Gecode::Int::ReMixBinaryPropagator Class Reference

Reified mixed binary propagator. More...

#include <propagator.hpp>

List of all members.

Public Member Functions

virtual PropCost cost (const Space &home, const ModEventDelta &med) const
 Cost function (defined as low binary)
virtual size_t dispose (Space &home)
 Delete propagator and return its size.

Protected Member Functions

 ReMixBinaryPropagator (Space &home, bool share, ReMixBinaryPropagator &p)
 Constructor for cloning p.
 ReMixBinaryPropagator (Space &home, View0 x0, View1 x1, CtrlView b)
 Constructor for creation.
 ReMixBinaryPropagator (Space &home, bool share, Propagator &p, View0 x0, View1 x1, CtrlView b)
 Constructor for rewriting p during cloning.

Protected Attributes

View0 x0
 View of type View0.
View1 x1
 View of type View1.
CtrlView b
 Boolean control view.

Detailed Description

Reified mixed binary propagator.

Stores two views of type View0 and View1 with propagation conditions pc0 and pc1 and a Boolean control view of type CtrlView.

If the propagation conditions pc0 or pc1 have the values PC_GEN_NONE, no subscriptions are created.


Constructor & Destructor Documentation

Gecode::Int::ReMixBinaryPropagator::ReMixBinaryPropagator ( Space home,
bool  share,
ReMixBinaryPropagator p 
) [protected]

Constructor for cloning p.

Gecode::Int::ReMixBinaryPropagator::ReMixBinaryPropagator ( Space home,
View0  x0,
View1  x1,
CtrlView  b 
) [protected]

Constructor for creation.

Definition at line 254 of file propagator.hpp.

Gecode::Int::ReMixBinaryPropagator::ReMixBinaryPropagator ( Space home,
bool  share,
Propagator p,
View0  x0,
View1  x1,
CtrlView  b 
) [inline, protected]

Constructor for rewriting p during cloning.

Definition at line 280 of file propagator.hpp.


Member Function Documentation

PropCost Gecode::Int::ReMixBinaryPropagator::cost ( const Space home,
const ModEventDelta med 
) const [virtual]

Cost function (defined as low binary)

Implements Gecode::Propagator.

Definition at line 291 of file propagator.hpp.

size_t Gecode::Int::ReMixBinaryPropagator::dispose ( Space home) [inline, virtual]

Delete propagator and return its size.

Reimplemented from Gecode::Actor.

Definition at line 298 of file propagator.hpp.


Member Data Documentation

View of type View0.

Definition at line 127 of file propagator.hpp.

View of type View1.

Definition at line 129 of file propagator.hpp.

Boolean control view.

Definition at line 131 of file propagator.hpp.


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