Advisors for views (by position in array) More...
#include <extensional.hh>
Public Member Functions | |
Index (Space &home, Propagator &p, Council< Index > &c, int i) | |
Create index advisor. More... | |
Index (Space &home, bool share, Index &a) | |
Clone index advisor a. More... | |
![]() | |
template<class A > | |
Advisor (Space &home, Propagator &p, Council< A > &c) | |
Constructor for creation. More... | |
Advisor (Space &home, bool share, Advisor &a) | |
Copying constructor. More... | |
template<class A > | |
void | dispose (Space &home, Council< A > &c) |
Dispose the advisor. More... | |
Public Attributes | |
int | i |
The position of the view in the view array. 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... | |
Advisors for views (by position in array)
Definition at line 123 of file extensional.hh.
|
inline |
Create index advisor.
Definition at line 163 of file layered-graph.hpp.
|
inline |
Clone index advisor a.
Definition at line 170 of file layered-graph.hpp.
int Gecode::Int::Extensional::LayeredGraph< View, Val, Degree, StateIdx >::Index::i |
The position of the view in the view array.
Definition at line 126 of file extensional.hh.