Generated on Thu Apr 11 13:59:57 2019 for Gecode by doxygen 1.6.3

Gecode::Int::Arithmetic::PowBnd< Ops > Class Template Reference
[Integer propagators]

Bounds consistent power 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.

Static Public Member Functions

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

Protected Member Functions

 PowBnd (Space &home, PowBnd &p)
 Constructor for cloning p.
 PowBnd (Home home, IntView x0, IntView x1, const Ops &ops)
 Constructor for posting.

Protected Attributes

Ops ops
 Operations.

Detailed Description

template<class Ops>
class Gecode::Int::Arithmetic::PowBnd< Ops >

Bounds consistent power propagator.

Requires

Definition at line 395 of file arithmetic.hh.


Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 210 of file pow.hpp.

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

Constructor for posting.

Definition at line 143 of file pow.hpp.


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 216 of file pow.hpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 222 of file pow.hpp.

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

Post propagator.

Definition at line 149 of file pow.hpp.


Member Data Documentation

template<class Ops>
Ops Gecode::Int::Arithmetic::PowBnd< Ops >::ops [protected]

Operations.

Definition at line 400 of file arithmetic.hh.


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