Generated on Tue May 22 09:41:21 2018 for Gecode by doxygen 1.6.3

Gecode::Int::Arithmetic::NrootPlusDom< Ops, minus > Class Template Reference
[Integer propagators]

Domain consistent n-th root propagator. More...

#include <arithmetic.hh>

List of all members.

Public Member Functions

virtual Actorcopy (Space &home)
 Copy propagator during cloning.
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.
virtual PropCost cost (const Space &home, const ModEventDelta &med) const
 Cost function.

Static Public Member Functions

static ExecStatus post (Home home, IntView x0, IntView x1, Ops ops)
 Post propagator.

Protected Member Functions

 NrootPlusDom (Space &home, NrootPlusDom< Ops, minus > &p)
 Constructor for cloning p.
 NrootPlusDom (Home home, IntView x0, IntView x1, const Ops &ops)
 Constructor for posting.

Protected Attributes

Ops ops
 Operations.

Detailed Description

template<class Ops, bool minus>
class Gecode::Int::Arithmetic::NrootPlusDom< Ops, minus >

Domain consistent n-th root propagator.

Requires

Definition at line 546 of file arithmetic.hh.


Constructor & Destructor Documentation

template<class Ops , bool minus>
Gecode::Int::Arithmetic::NrootPlusDom< Ops, minus >::NrootPlusDom ( Space home,
NrootPlusDom< Ops, minus > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 311 of file nroot.hpp.

template<class Ops , bool minus>
Gecode::Int::Arithmetic::NrootPlusDom< Ops, minus >::NrootPlusDom ( Home  home,
IntView  x0,
IntView  x1,
const Ops &  ops 
) [inline, protected]

Constructor for posting.

Definition at line 289 of file nroot.hpp.


Member Function Documentation

template<class Ops , bool minus>
Actor * Gecode::Int::Arithmetic::NrootPlusDom< Ops, minus >::copy ( Space home  )  [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 318 of file nroot.hpp.

template<class Ops , bool minus>
ExecStatus Gecode::Int::Arithmetic::NrootPlusDom< Ops, minus >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 335 of file nroot.hpp.

template<class Ops , bool minus>
PropCost Gecode::Int::Arithmetic::NrootPlusDom< Ops, minus >::cost ( const Space home,
const ModEventDelta med 
) const [inline, virtual]

Cost function.

If a view has been assigned, the cost is low unary. If in stage for bounds propagation, the cost is low binary. Otherwise it is high binary.

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

Definition at line 324 of file nroot.hpp.

template<class Ops , bool minus>
ExecStatus Gecode::Int::Arithmetic::NrootPlusDom< Ops, minus >::post ( Home  home,
IntView  x0,
IntView  x1,
Ops  ops 
) [inline, static]

Post propagator.

Definition at line 296 of file nroot.hpp.


Member Data Documentation

template<class Ops, bool minus>
Ops Gecode::Int::Arithmetic::NrootPlusDom< Ops, minus >::ops [protected]

Operations.

Definition at line 551 of file arithmetic.hh.


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