Gecode::Int::Linear::NqBoolView< XV, YV > Class Template Reference
[Integer propagators]
Propagator for disequality to Boolean sum (cardinality) More...
#include <linear.hh>
Public Member Functions | |
virtual Actor * | copy (Space &home, bool share) |
Create copy during cloning. | |
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Home home, ViewArray< XV > &x, YV y, int c) |
Post propagator for . | |
Protected Member Functions | |
NqBoolView (Space &home, bool share, NqBoolView &p) | |
Constructor for cloning p. | |
NqBoolView (Home home, ViewArray< XV > &x, YV y, int c) | |
Constructor for creation. |
Detailed Description
template<class XV, class YV>
class Gecode::Int::Linear::NqBoolView< XV, YV >
Propagator for disequality to Boolean sum (cardinality)
Requires
#include <gecode/int/linear.hh>
Definition at line 1082 of file linear.hh.
Constructor & Destructor Documentation
template<class XV , class YV >
Gecode::Int::Linear::NqBoolView< XV, YV >::NqBoolView | ( | Space & | home, | |
bool | share, | |||
NqBoolView< XV, YV > & | p | |||
) | [inline, protected] |
Constructor for cloning p.
Definition at line 214 of file bool-view.hpp.
template<class XV , class YV >
Gecode::Int::Linear::NqBoolView< XV, YV >::NqBoolView | ( | Home | home, | |
ViewArray< XV > & | x, | |||
YV | y, | |||
int | c | |||
) | [inline, protected] |
Constructor for creation.
Definition at line 176 of file bool-view.hpp.
Member Function Documentation
template<class XV , class YV >
Actor * Gecode::Int::Linear::NqBoolView< XV, YV >::copy | ( | Space & | home, | |
bool | share | |||
) | [inline, virtual] |
template<class XV , class YV >
ExecStatus Gecode::Int::Linear::NqBoolView< XV, YV >::propagate | ( | Space & | home, | |
const ModEventDelta & | med | |||
) | [inline, virtual] |
template<class XV , class YV >
ExecStatus Gecode::Int::Linear::NqBoolView< XV, YV >::post | ( | Home | home, | |
ViewArray< XV > & | x, | |||
YV | y, | |||
int | c | |||
) | [inline, static] |
Post propagator for .
Definition at line 181 of file bool-view.hpp.
The documentation for this class was generated from the following files:
- gecode/int/linear.hh (Revision: 15137)
- gecode/int/linear/bool-view.hpp (Revision: 15137)