Combine view with information for value propagation. More...
#include <val.hpp>
Public Member Functions | |
void | init (View x, int n) |
Initialize. | |
void | update (Space &home, ValInfo< View > &vi) |
Update during cloning. | |
bool | doval (void) const |
Check whether propagation for assignment is to be done. | |
bool | dodom (void) const |
Check whether propagation for domain is to be done. | |
void | assigned (void) |
Record that view got assigned. | |
void | removed (int i) |
Record that one value got removed. | |
void | done (void) |
Update the cardinality and bounds information after pruning. | |
Public Attributes | |
View | view |
The view. | |
bool | a |
Whether it has been propagated that view is assigned. | |
Combine view with information for value propagation.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
View Gecode::Int::Channel::ValInfo< View >::view |
bool Gecode::Int::Channel::ValInfo< View >::a |