Advisor with index and change information. More...
#include <chb.hpp>
Public Member Functions | |
Idx (Space &home, Propagator &p, Council< Idx > &c, int i) | |
Constructor for creation. | |
Idx (Space &home, Idx &a) | |
Constructor for cloning a. | |
void | mark (void) |
Mark advisor as modified. | |
void | unmark (void) |
Mark advisor as unmodified. | |
bool | marked (void) const |
Whether advisor's view has been marked. | |
int | idx (void) const |
Get index of view. | |
![]() | |
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 | _info |
Index and mark information. | |
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. | |
![]() | |
Propagator & | propagator (void) const |
Return the advisor's propagator. | |
Advisor with index and change information.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |