|
| | SparseAdvisor (Space &home, Propagator &p, Council< SparseAdvisor > &c, View x, int variable0) |
| | SparseAdvisor (Space &home, SparseAdvisor &advisor) |
| int | index (void) const |
| void | dispose (Space &home, Council< SparseAdvisor > &c) |
| template<class A> |
| | ViewAdvisor (Space &home, Propagator &p, Council< A > &c, View x0) |
| | Constructor for creation.
|
| | ViewAdvisor (Space &home, ViewAdvisor< View > &a) |
| | Constructor for cloning a.
|
| View | view (void) const |
| | Access view.
|
| void | view (Space &home, View y) |
| | Replace view (also replaces subscription to view).
|
| template<class A> |
| void | dispose (Space &home, Council< A > &c) |
| | Delete 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.
|
template<class
View>
class Gecode::Int::Extensional::SparseAdvisor< View >
Advisor shared by the sparse positive, negative, and reified actors.
Definition at line 106 of file extensional-tuple-set.cpp.