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

Gecode::Float::Rel::NqFloat< View > Class Template Reference
[Float propagators]

Binary bounds consistent disequality propagator with float value. More...

#include <rel.hh>

List of all members.

Public Member Functions

 NqFloat (Home home, View x, FloatVal c)
 Constructor for posting.
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, View x0, FloatVal c)
 Post bounds consistent propagator $ x_0 \neq c$.

Protected Member Functions

 NqFloat (Space &home, NqFloat< View > &p)
 Constructor for cloning p.

Protected Attributes

FloatVal c
 Float constant to check.

Detailed Description

template<class View>
class Gecode::Float::Rel::NqFloat< View >

Binary bounds consistent disequality propagator with float value.

Requires

 #include <gecode/float/rel.hh> 

Definition at line 207 of file rel.hh.


Constructor & Destructor Documentation

template<class View >
Gecode::Float::Rel::NqFloat< View >::NqFloat ( Space home,
NqFloat< View > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 104 of file nq.hpp.

template<class View >
Gecode::Float::Rel::NqFloat< View >::NqFloat ( Home  home,
View  x,
FloatVal  c 
) [inline]

Constructor for posting.

Definition at line 87 of file nq.hpp.


Member Function Documentation

template<class View >
Actor * Gecode::Float::Rel::NqFloat< View >::copy ( Space home  )  [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 109 of file nq.hpp.

template<class View >
ExecStatus Gecode::Float::Rel::NqFloat< View >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 115 of file nq.hpp.

template<class View >
ExecStatus Gecode::Float::Rel::NqFloat< View >::post ( Home  home,
View  x0,
FloatVal  c 
) [inline, static]

Post bounds consistent propagator $ x_0 \neq c$.

Definition at line 92 of file nq.hpp.


Member Data Documentation

template<class View>
FloatVal Gecode::Float::Rel::NqFloat< View >::c [protected]

Float constant to check.

Definition at line 213 of file rel.hh.


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