Sequence propagator for array of integers
More...
#include <gecode/int/sequence.hh>
|
| static ExecStatus | post (Home home, ViewArray< View > &x, Val s, int q, int l, int u) |
| | Post propagator for.
|
| static ExecStatus | check (ViewArray< View > &x, Val s, int q, int l, int u) |
| | Check for consistency.
|
| static void * | operator new (size_t s, Space &home) |
| | Allocate memory from space.
|
| static void | operator delete (void *p, Space &home) |
| | No-op for exceptions.
|
| static void * | operator new (size_t s) |
| | Not used.
|
| static void | operator delete (void *p) |
| | Not used.
|
template<class
View, class
Val>
class Gecode::Int::Sequence::Sequence< View, Val >
Sequence propagator for array of integers
Requires
Definition at line 101 of file sequence.hh.
◆ Sequence() [1/2]
Constructor for cloning p.
Definition at line 60 of file int.hpp.
◆ Sequence() [2/2]
Constructor for creation.
Definition at line 42 of file int.hpp.
◆ copy()
◆ advise()
◆ cost()
◆ reschedule()
◆ propagate()
◆ post()
Post propagator for.
Definition at line 133 of file int.hpp.
◆ check()
Check for consistency.
Definition at line 109 of file int.hpp.
◆ dispose()
Delete propagator and return its size.
Reimplemented from Gecode::Actor.
Definition at line 99 of file int.hpp.
The documentation for this class was generated from the following files: