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. More... | |
Idx (Space &home, Idx &a) | |
Constructor for cloning a. More... | |
void | mark (void) |
Mark advisor as modified. More... | |
void | unmark (void) |
Mark advisor as unmodified. More... | |
bool | marked (void) const |
Whether advisor's view has been marked. More... | |
int | idx (void) const |
Get index of view. More... | |
![]() | |
template<class A > | |
Advisor (Space &home, Propagator &p, Council< A > &c) | |
Constructor for creation. More... | |
Advisor (Space &home, Advisor &a) | |
Copying constructor. More... | |
const ViewTraceInfo & | operator() (const Space &home) const |
Provide access to view trace information. More... | |
template<class A > | |
void | dispose (Space &home, Council< A > &c) |
Dispose the advisor. More... | |
Protected Attributes | |
int | _info |
Index and mark information. More... | |
Additional Inherited Members | |
![]() | |
static void * | operator new (size_t s, Space &home) |
Allocate memory from space. More... | |
static void | operator delete (void *p, Space &home) |
No-op for exceptions. More... | |
![]() | |
Propagator & | propagator (void) const |
Return the advisor's propagator. More... | |
Advisor with index and change information.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |