|
| | ViewValSupportArray (void) |
| | Default constructor. More...
|
| |
| | ViewValSupportArray (const ViewValSupportArray< View, Val, iss > &) |
| | Copy constructor. More...
|
| |
| | ViewValSupportArray (Space &home, ViewArray< View > &, Val s, int q) |
| | Construct an ViewValSupportArray from x. More...
|
| |
| | ViewValSupportArray (Space &home, int n) |
| | Construct an ViewValSupportArray of size n. More...
|
| |
| int | size (void) const |
| | Return the current size. More...
|
| |
| ViewValSupport< View, Val, iss > & | operator[] (int n) |
| | Access element n. More...
|
| |
| const ViewValSupport< View, Val, iss > & | operator[] (int) const |
| | Access element n. More...
|
| |
| void | update (Space &home, bool share, ViewValSupportArray< View, Val, iss > &x) |
| | Cloning. More...
|
| |
| ExecStatus | propagate (Space &home, ViewArray< View > &a, Val s, int q, int l, int u) |
| | Propagate. More...
|
| |
| ExecStatus | advise (Space &home, ViewArray< View > &a, Val s, int q, int j, const Delta &d) |
| | Advise. More...
|
| |
template<class View, class Val, bool iss>
class Gecode::Int::Sequence::ViewValSupportArray< View, Val, iss >
An array of ViewValSupport data structures.
Definition at line 69 of file sequence.hh.