Generated on Mon Aug 25 11:35:50 2008 for Gecode by doxygen 1.5.6

Gecode::Int::Arithmetic::SqrtDom< View > Class Template Reference
[Integer propagators]

#include <arithmetic.hh>

Inherits BinaryPropagator< View, PC_INT_DOM >.

List of all members.


Detailed Description

template<class View>
class Gecode::Int::Arithmetic::SqrtDom< View >

Domain consistent square root propagator.

Requires

Definition at line 484 of file arithmetic.hh.


Public Member Functions

virtual Actorcopy (Space *home, bool share)
 Copy propagator during cloning.
virtual ExecStatus propagate (Space *home, ModEventDelta med)
 Perform propagation.
virtual PropCost cost (ModEventDelta med) const
 Cost function.
virtual Reflection::ActorSpec spec (const Space *home, Reflection::VarMap &m) const
 Specification for this propagator.

Static Public Member Functions

static void post (Space *home, Reflection::VarMap &vars, const Reflection::ActorSpec &spec)
 Post propagator for specification.
static ExecStatus post (Space *home, View x0, View x1)
 Post propagator $\lfloor\sqrt{x_0}\rfloor=x_1$.
static Support::Symbol ati (void)
 Name of this propagator.

Protected Member Functions

 SqrtDom (Space *home, bool share, SqrtDom< View > &p)
 Constructor for cloning p.
 SqrtDom (Space *home, View x0, View x1)
 Constructor for posting.

Constructor & Destructor Documentation

template<class View>
Gecode::Int::Arithmetic::SqrtDom< View >::SqrtDom ( Space home,
bool  share,
SqrtDom< View > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 201 of file sqrt.icc.

template<class View>
Gecode::Int::Arithmetic::SqrtDom< View >::SqrtDom ( Space home,
View  x0,
View  x1 
) [inline, protected]

Constructor for posting.

Definition at line 172 of file sqrt.icc.


Member Function Documentation

template<class View>
Actor * Gecode::Int::Arithmetic::SqrtDom< View >::copy ( Space home,
bool  share 
) [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 206 of file sqrt.icc.

template<class View>
ExecStatus Gecode::Int::Arithmetic::SqrtDom< View >::propagate ( Space home,
ModEventDelta  med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 222 of file sqrt.icc.

template<class View>
PropCost Gecode::Int::Arithmetic::SqrtDom< View >::cost ( ModEventDelta  med  )  const [inline, virtual]

Cost function.

If a view has been assigned, the cost is PC_UNARY_LO. If in stage for bounds propagation, the cost is PC_BINARY_LO. Otherwise it is PC_BINARY_HI.

Reimplemented from Gecode::BinaryPropagator< View, PC_INT_DOM >.

Definition at line 212 of file sqrt.icc.

template<class View>
void Gecode::Int::Arithmetic::SqrtDom< View >::post ( Space home,
Reflection::VarMap vars,
const Reflection::ActorSpec spec 
) [inline, static]

Post propagator for specification.

Definition at line 191 of file sqrt.icc.

template<class View>
ExecStatus Gecode::Int::Arithmetic::SqrtDom< View >::post ( Space home,
View  x0,
View  x1 
) [inline, static]

Post propagator $\lfloor\sqrt{x_0}\rfloor=x_1$.

Definition at line 177 of file sqrt.icc.

template<class View>
Reflection::ActorSpec Gecode::Int::Arithmetic::SqrtDom< View >::spec ( const Space home,
Reflection::VarMap m 
) const [inline, virtual]

Specification for this propagator.

Reimplemented from Gecode::Actor.

Definition at line 252 of file sqrt.icc.

template<class View>
Support::Symbol Gecode::Int::Arithmetic::SqrtDom< View >::ati ( void   )  [inline, static]

Name of this propagator.

Definition at line 246 of file sqrt.icc.


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