Propagator for greater or equal 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 | |
GqBoolView (Space &home, bool share, GqBoolView &p) | |
Constructor for cloning p. | |
GqBoolView (Home home, ViewArray< XV > &x, YV y, int c) | |
Constructor for creation. |
Propagator for greater or equal to Boolean sum (cardinality)
Requires
#include <gecode/int/linear.hh>
Gecode::Int::Linear::GqBoolView::GqBoolView | ( | Space & | home, |
bool | share, | ||
GqBoolView & | p | ||
) | [protected] |
Constructor for cloning p.
Gecode::Int::Linear::GqBoolView::GqBoolView | ( | Home | home, |
ViewArray< XV > & | x, | ||
YV | y, | ||
int | c | ||
) | [inline, protected] |
Constructor for creation.
Definition at line 251 of file bool-view.hpp.
Create copy during cloning.
Definition at line 288 of file bool-view.hpp.
ExecStatus Gecode::Int::Linear::GqBoolView::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
Perform propagation.
Definition at line 294 of file bool-view.hpp.
ExecStatus Gecode::Int::Linear::GqBoolView::post | ( | Home | home, |
ViewArray< XV > & | x, | ||
YV | y, | ||
int | c | ||
) | [static] |
Post propagator for .
Definition at line 256 of file bool-view.hpp.