Gecode::VarImpVar< VarImp > Class Template Reference
[Programming views for variables]
Variables as interfaces to variable implementations. More...
#include <var.hpp>
Public Types | |
| typedef VarImp | VarImpType |
| The variable implementation type corresponding to the variable. | |
Protected Member Functions | |
| VarImpVar (void) | |
| Default constructor. | |
| VarImpVar (VarImp *y) | |
| Initialize with variable implementation y. | |
Protected Attributes | |
| VarImp * | x |
| Pointer to variable implementation. | |
Generic variable information | |
|
| |
| VarImp * | varimp (void) const |
| Return variable implementation of variable. | |
| unsigned int | degree (void) const |
| Return degree (number of subscribed propagators and advisors). | |
| double | afc (void) const |
| Return accumulated failure count. | |
Domain tests | |
|
| |
| bool | assigned (void) const |
| Test whether view is assigned. | |
Cloning | |
|
| |
| void | update (Space &home, VarImpVar< VarImp > &y) |
| Update this variable to be a clone of variable y. | |
Detailed Description
template<class VarImp>
class Gecode::VarImpVar< VarImp >
Variables as interfaces to variable implementations.
Definition at line 47 of file var.hpp.
Member Typedef Documentation
template<class VarImp>
| typedef VarImp Gecode::VarImpVar< VarImp >::VarImpType |
Constructor & Destructor Documentation
template<class VarImp >
| Gecode::VarImpVar< VarImp >::VarImpVar | ( | void | ) | [inline, protected] |
template<class VarImp>
| Gecode::VarImpVar< VarImp >::VarImpVar | ( | VarImp * | y | ) | [inline, protected] |
Member Function Documentation
template<class VarImp >
| VarImp * Gecode::VarImpVar< VarImp >::varimp | ( | void | ) | const [inline] |
template<class VarImp >
| unsigned int Gecode::VarImpVar< VarImp >::degree | ( | void | ) | const [inline] |
template<class VarImp >
| double Gecode::VarImpVar< VarImp >::afc | ( | void | ) | const [inline] |
template<class VarImp >
| bool Gecode::VarImpVar< VarImp >::assigned | ( | void | ) | const [inline] |
template<class VarImp>
| void Gecode::VarImpVar< VarImp >::update | ( | Space & | home, | |
| VarImpVar< VarImp > & | y | |||
| ) | [inline] |
Member Data Documentation
template<class VarImp>
VarImp* Gecode::VarImpVar< VarImp >::x [protected] |
The documentation for this class was generated from the following file:
- gecode/kernel/var.hpp
