Gecode::Int::Linear::GqBoolInt< VX > Class Template Reference
[Integer propagators]
#include <linear.hh>
Inherits Gecode::Int::Linear::LinBoolInt< VX >< VX >.
Detailed Description
template<class VX>
class Gecode::Int::Linear::GqBoolInt< VX >
Propagator for integer less or equal to Boolean sum (cardinality)
Requires
#include "gecode/int/linear.hh"
Definition at line 807 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< VX > &x, int c) |
Post propagator for . | |
Protected Member Functions | |
GqBoolInt (Space *home, bool share, GqBoolInt &p) | |
Constructor for cloning p. | |
GqBoolInt (Space *home, ViewArray< VX > &x, int n_s, int c) | |
Constructor for creation. |
Constructor & Destructor Documentation
|
Constructor for cloning p.
|
|
Constructor for creation.
Definition at line 90 of file bool-int.icc. |
Member Function Documentation
|
Create copy during cloning.
Implements Gecode::Actor. Definition at line 133 of file bool-int.icc. |
|
Perform propagation.
Implements Gecode::Propagator. Definition at line 139 of file bool-int.icc. |
|
Post propagator for .
Definition at line 96 of file bool-int.icc. |
The documentation for this class was generated from the following files:
- gecode/int/linear.hh (Revision: 3604)
- gecode/int/linear/bool-int.icc (Revision: 3604)