Advisor storing a single index More...
#include <channel.hh>
Public Member Functions | |
template<class A> | |
IndexAdvisor (Space &home, ChannelBool< View > &p, Council< A > &c, int index) | |
Constructor for creation. | |
IndexAdvisor (Space &home, IndexAdvisor &a) | |
Constructor for cloning a. | |
int | index (void) const |
Access index. | |
template<class A> | |
void | dispose (Space &home, Council< A > &c) |
Delete advisor. | |
Public Member Functions inherited from Gecode::Advisor | |
template<class A> | |
Advisor (Space &home, Propagator &p, Council< A > &c) | |
Constructor for creation. | |
Advisor (Space &home, Advisor &a) | |
Copying constructor. | |
const ViewTraceInfo & | operator() (const Space &home) const |
Provide access to view trace information. | |
template<class A> | |
void | dispose (Space &home, Council< A > &c) |
Dispose the advisor. |
Protected Attributes | |
int | idx |
The single index. |
Additional Inherited Members | |
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. | |
Protected Member Functions inherited from Gecode::Advisor | |
Propagator & | propagator (void) const |
Return the advisor's propagator. |
Advisor storing a single index
Definition at line 166 of file channel.hh.
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
The single index.
Definition at line 169 of file channel.hh.