Gecode::Int::Linear::GqBoolView< XV, YV > Class Template Reference
[Integer propagators]
#include <linear.hh>
Inherits Gecode::Int::Linear::LinBoolView< XV, YV >< XV, YV >.
Detailed Description
template<class XV, class YV>
class Gecode::Int::Linear::GqBoolView< XV, YV >
Propagator for greater or equal to Boolean sum (cardinality)
Requires
#include "gecode/int/linear.hh"
Definition at line 947 of file linear.hh.
Public Member Functions | |
virtual Actor * | copy (Space *home, bool share) |
Create copy during cloning. | |
virtual ExecStatus | propagate (Space *home) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Space *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 (Space *home, ViewArray< XV > &x, YV y, int c) | |
Constructor for creation. |
Constructor & Destructor Documentation
|
Constructor for cloning p.
|
|
Constructor for creation.
Definition at line 240 of file bool-view.icc. |
Member Function Documentation
|
Create copy during cloning.
Implements Gecode::Actor. Definition at line 277 of file bool-view.icc. |
|
Perform propagation.
Implements Gecode::Propagator. Definition at line 284 of file bool-view.icc. |
|
Post propagator for .
Definition at line 245 of file bool-view.icc. |
The documentation for this class was generated from the following files:
- gecode/int/linear.hh (Revision: 3604)
- gecode/int/linear/bool-view.icc (Revision: 3609)