Generated on Mon Nov 30 23:53:47 2009 for Gecode by doxygen 1.6.1

Gecode::ConstViewBase Class Reference
[Programming views for variables]

Base-class for constant views. More...

#include <view.hpp>

List of all members.

Generic view information



unsigned int degree (void) const
 Return degree (number of subscribed propagators and advisors).
double afc (void) const
 Return accumulated failure count (plus degree).
VarImpBasevar (void) const
 Return dummy variable implementation of view.
static bool varderived (void)
 Return whether this view is derived from a VarViewBase.

Detailed Description

Base-class for constant views.

Definition at line 44 of file view.hpp.


Member Function Documentation

unsigned int Gecode::ConstViewBase::degree ( void   )  const [inline]

Return degree (number of subscribed propagators and advisors).

Definition at line 256 of file view.hpp.

double Gecode::ConstViewBase::afc ( void   )  const [inline]

Return accumulated failure count (plus degree).

Definition at line 260 of file view.hpp.

bool Gecode::ConstViewBase::varderived ( void   )  [inline, static]

Return whether this view is derived from a VarViewBase.

Definition at line 264 of file view.hpp.

VarImpBase * Gecode::ConstViewBase::var ( void   )  const [inline]

Return dummy variable implementation of view.

Definition at line 268 of file view.hpp.


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