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. |
Gecode::Int::Linear::NqBoolView::NqBoolView | ( | Space & | home, |
bool | share, | ||
NqBoolView & | p | ||
) | [protected] |
Constructor for cloning p.
Gecode::Int::Linear::NqBoolView::NqBoolView | ( | Home | home, |
ViewArray< XV > & | x, | ||
YV | y, | ||
int | c | ||
) | [inline, protected] |
Constructor for creation.
Definition at line 168 of file bool-view.hpp.
Create copy during cloning.
Definition at line 211 of file bool-view.hpp.
ExecStatus Gecode::Int::Linear::NqBoolView::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
Perform propagation.
Definition at line 217 of file bool-view.hpp.
ExecStatus Gecode::Int::Linear::NqBoolView::post | ( | Home | home, |
ViewArray< XV > & | x, | ||
YV | y, | ||
int | c | ||
) | [static] |
Post propagator for .
Definition at line 173 of file bool-view.hpp.