Generated on Fri Mar 20 15:56:51 2015 for Gecode by doxygen 1.6.3

Gecode::Float::FloatVarImpBase Class Reference

Base-class for Float-variable implementations. More...

#include <var-imp.hpp>

List of all members.

Public Member Functions

 FloatVarImpBase (void)
 Constructor for creating static instance of variable.
 FloatVarImpBase (Gecode::Space &home)
 Constructor for creating variable.

Protected Member Functions

 FloatVarImpBase (Gecode::Space &home, bool share, FloatVarImpBase &x)
 Constructor for cloning x.

Dependencies



void subscribe (Gecode::Space &home, Gecode::Propagator &p, Gecode::PropCond pc, bool assigned, bool schedule)
 Subscribe propagator p with propagation condition pc.
void subscribe (Gecode::Space &home, Gecode::Advisor &a, bool assigned)
 Subscribe advisor a if assigned is false.
Gecode::ModEvent notify (Gecode::Space &home, Gecode::ModEvent me, Gecode::Delta &d)
 Notify that variable implementation has been modified with modification event me and delta information d.

Detailed Description

Base-class for Float-variable implementations.

Definition at line 152 of file var-imp.hpp.


Constructor & Destructor Documentation

Gecode::Float::FloatVarImpBase::FloatVarImpBase ( Gecode::Space home,
bool  share,
FloatVarImpBase x 
) [inline, protected]

Constructor for cloning x.

Definition at line 364 of file var-imp.hpp.

Gecode::Float::FloatVarImpBase::FloatVarImpBase ( void   )  [inline]

Constructor for creating static instance of variable.

Definition at line 357 of file var-imp.hpp.

Gecode::Float::FloatVarImpBase::FloatVarImpBase ( Gecode::Space home  )  [inline]

Constructor for creating variable.

Definition at line 360 of file var-imp.hpp.


Member Function Documentation

void Gecode::Float::FloatVarImpBase::subscribe ( Gecode::Space home,
Gecode::Propagator p,
Gecode::PropCond  pc,
bool  assigned,
bool  schedule 
) [inline]

Subscribe propagator p with propagation condition pc.

In case schedule is false, the propagator is just subscribed but not scheduled for execution (this must be used when creating subscriptions during propagation).

In case the variable is assigned (that is, assigned is true), the subscribing propagator is scheduled for execution. Otherwise, the propagator subscribes and is scheduled for execution with modification event me provided that pc is different from PC_FLOAT_VAL.

Definition at line 368 of file var-imp.hpp.

void Gecode::Float::FloatVarImpBase::subscribe ( Gecode::Space home,
Gecode::Advisor a,
bool  assigned 
) [inline]

Subscribe advisor a if assigned is false.

Reimplemented from Gecode::VarImp< Gecode::Float::FloatVarImpConf >.

Definition at line 372 of file var-imp.hpp.

Gecode::ModEvent Gecode::Float::FloatVarImpBase::notify ( Gecode::Space home,
Gecode::ModEvent  me,
Gecode::Delta d 
) [inline]

Notify that variable implementation has been modified with modification event me and delta information d.

Definition at line 377 of file var-imp.hpp.


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