Gecode::ConstantViewBase Class Reference
[Programming views for variables]
Inherited by Gecode::Int::ConstIntView, Gecode::Int::Linear::NoView, Gecode::Set::ConstantView, Gecode::Set::EmptyView, and Gecode::Set::UniverseView.
Detailed Description
Base-class for constant views.
Definition at line 30 of file view.icc.
Generic view information | |
| bool | modified (void) const |
| Test whether view has been modified during propagation. | |
| unsigned int | degree (void) const |
| Return degree (number of subscribed propagators). | |
| VarBase * | variable (void) const |
| Return dummy variable implementation of view. | |
| static bool | varderived (void) |
| Return whether this view is derived from a VariableViewBase. | |
Member Function Documentation
|
|
Test whether view has been modified during propagation.
|
|
|
Return degree (number of subscribed propagators).
|
|
|
Return whether this view is derived from a VariableViewBase.
|
|
|
Return dummy variable implementation of view.
|
The documentation for this class was generated from the following file:
- gecode/kernel/view.icc (Revision: 3559)
