Gecode::Int::Count::LqInt< VX, VY > Class Template Reference
[Integer propagators]
#include <count.hh>
Inherits Gecode::Int::Count::BaseInt< VX, VY >< VX, VY >.
Detailed Description
template<class VX, class VY>
class Gecode::Int::Count::LqInt< VX, VY >
Propagator for counting views (less or equal integer to number of equal views)
Not all combinations of views are possible. The types VX and VY must be either equal, or VY must be ConstIntView.
Requires
#include "gecode/int/count.hh"
Definition at line 162 of file count.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< VX > &x, VY y, int c) |
Post propagator for . | |
Protected Member Functions | |
LqInt (Space *home, bool share, LqInt &p) | |
Constructor for cloning p. | |
LqInt (Space *home, ViewArray< VX > &x, int n_s, VY y, int c) | |
Constructor for creation. |
Constructor & Destructor Documentation
|
Constructor for cloning p.
|
|
Constructor for creation.
|
Member Function Documentation
|
Create copy during cloning.
Implements Gecode::Actor. |
|
Perform propagation.
Implements Gecode::Propagator. |
|
Post propagator for .
|
The documentation for this class was generated from the following files:
- gecode/int/count.hh (Revision: 3684)
- gecode/int/count/int.icc (Revision: 3538)