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