Gecode::Council< A > Class Template Reference
[Programming actors]
Council of advisors More...
#include <core.hpp>
Public Member Functions | |
| Council (void) | |
| Default constructor. | |
| Council (Space &home) | |
| Construct advisor council. | |
| bool | empty (void) const |
| Test whether council has advisor left. | |
| void | update (Space &home, Council< A > &c) |
| Update during cloning (copies all advisors). | |
| void | dispose (Space &home) |
| Dispose council. | |
Detailed Description
template<class A>
class Gecode::Council< A >
Council of advisors
If a propagator uses advisors, it must maintain its advisors through a council.
Definition at line 1241 of file core.hpp.
Constructor & Destructor Documentation
template<class A >
| Gecode::Council< A >::Council | ( | void | ) | [inline] |
template<class A >
| Gecode::Council< A >::Council | ( | Space & | home | ) | [inline] |
Member Function Documentation
template<class A >
| bool Gecode::Council< A >::empty | ( | void | ) | const [inline] |
template<class A>
| void Gecode::Council< A >::update | ( | Space & | home, | |
| Council< A > & | c | |||
| ) | [inline] |
template<class A >
| void Gecode::Council< A >::dispose | ( | Space & | home | ) | [inline] |
The documentation for this class was generated from the following file:
- gecode/kernel/core.hpp
