Class for advising the propagator. More...
#include <view.hpp>
Public Member Functions | |
SupportAdvisor (Space &home, Propagator &p, Council< SupportAdvisor > &c, int i0) | |
Initialize. | |
SupportAdvisor (Space &home, SupportAdvisor &a) | |
Copy during cloning. | |
void | dispose (Space &home, Council< SupportAdvisor > &c) |
Dispose 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. | |
Public Attributes | |
int | i |
Index position. | |
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. | |
Class for advising the propagator.
|
inline |
|
inline |
|
inline |
int Gecode::Int::Sequence::SupportAdvisor< View >::i |