Gecode::Int::Bool::NaryLq< VX > Class Template Reference
[Integer propagators]
Nary Boolean less or equal propagator. More...
#include <bool.hh>
Public Member Functions | |
virtual Actor * | copy (Space &home, bool share) |
Copy propagator during cloning. | |
virtual ExecStatus | advise (Space &home, Advisor &a, const Delta &d) |
Give advice to propagator. | |
virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
Cost function (defined as low unary). | |
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
Perform propagation. | |
virtual size_t | dispose (Space &home) |
Delete propagator and return its size. | |
Static Public Member Functions | |
static ExecStatus | post (Home home, ViewArray< VX > &x) |
Post propagator . | |
Protected Member Functions | |
NaryLq (Home home, ViewArray< VX > &x) | |
Constructor for posting. | |
NaryLq (Space &home, bool share, NaryLq< VX > &p) | |
Constructor for cloning p. | |
Protected Attributes | |
bool | run |
Whether the propagator is currently running. | |
int | n_zero |
The number of views assigned to zero in x. | |
int | n_one |
The number of views assigned to one in x. | |
Council< Advisor > | c |
The advisor council. |
Detailed Description
template<class VX>
class Gecode::Int::Bool::NaryLq< VX >
Nary Boolean less or equal propagator.
Requires
#include <gecode/int/bool.hh>
Definition at line 187 of file bool.hh.
Constructor & Destructor Documentation
template<class VX >
Gecode::Int::Bool::NaryLq< VX >::NaryLq | ( | Home | home, | |
ViewArray< VX > & | x | |||
) | [inline, protected] |
template<class VX >
Gecode::Int::Bool::NaryLq< VX >::NaryLq | ( | Space & | home, | |
bool | share, | |||
NaryLq< VX > & | p | |||
) | [inline, protected] |
Member Function Documentation
template<class VX >
Actor * Gecode::Int::Bool::NaryLq< VX >::copy | ( | Space & | home, | |
bool | share | |||
) | [inline, virtual] |
template<class VX >
ExecStatus Gecode::Int::Bool::NaryLq< VX >::advise | ( | Space & | home, | |
Advisor & | a, | |||
const Delta & | d | |||
) | [inline, virtual] |
Give advice to propagator.
Reimplemented from Gecode::Propagator.
template<class VX >
PropCost Gecode::Int::Bool::NaryLq< VX >::cost | ( | const Space & | home, | |
const ModEventDelta & | med | |||
) | const [inline, virtual] |
Cost function (defined as low unary).
Reimplemented from Gecode::NaryPropagator< VX, PC_BOOL_NONE >.
template<class VX >
ExecStatus Gecode::Int::Bool::NaryLq< VX >::propagate | ( | Space & | home, | |
const ModEventDelta & | med | |||
) | [inline, virtual] |
template<class VX >
ExecStatus Gecode::Int::Bool::NaryLq< VX >::post | ( | Home | home, | |
ViewArray< VX > & | x | |||
) | [inline, static] |
template<class VX >
size_t Gecode::Int::Bool::NaryLq< VX >::dispose | ( | Space & | home | ) | [inline, virtual] |
Delete propagator and return its size.
Reimplemented from Gecode::NaryPropagator< VX, PC_BOOL_NONE >.
Member Data Documentation
template<class VX>
bool Gecode::Int::Bool::NaryLq< VX >::run [protected] |
template<class VX>
int Gecode::Int::Bool::NaryLq< VX >::n_zero [protected] |
template<class VX>
int Gecode::Int::Bool::NaryLq< VX >::n_one [protected] |
template<class VX>
Council<Advisor> Gecode::Int::Bool::NaryLq< VX >::c [protected] |
The documentation for this class was generated from the following files:
- gecode/int/bool.hh (Revision: 15137)
- gecode/int/bool/lq.hpp (Revision: 12058)