
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, bool share, SupportAdvisor &a) | |
| Copy during cloning. | |
| void | dispose (Space &home, Council< SupportAdvisor > &c) |
| Dispose advisor. | |
Public Attributes | |
| int | i |
| Index position. | |
Class for advising the propagator.
| Gecode::Int::Sequence::SupportAdvisor< View >::SupportAdvisor | ( | Space & | home, |
| Propagator & | p, | ||
| Council< SupportAdvisor< View > > & | c, | ||
| int | i0 | ||
| ) | [inline] |
| Gecode::Int::Sequence::SupportAdvisor< View >::SupportAdvisor | ( | Space & | home, |
| bool | share, | ||
| SupportAdvisor< View > & | a | ||
| ) | [inline] |
| void Gecode::Int::Sequence::SupportAdvisor< View >::dispose | ( | Space & | home, |
| Council< SupportAdvisor< View > > & | c | ||
| ) | [inline] |
| int Gecode::Int::Sequence::SupportAdvisor< View >::i |