Gecode::Int::Linear::EqBoolInt< 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::EqBoolInt< VX >
Propagator for integer equal to Boolean sum (cardinality)
Requires
#include "gecode/int/linear.hh"
Definition at line 782 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 | |
| EqBoolInt (Space *home, bool share, EqBoolInt &p) | |
| Constructor for cloning p. | |
| EqBoolInt (Space *home, ViewArray< VX > &x, int n_s, int c) | |
| Constructor for creation. | |
Constructor & Destructor Documentation
template<class VX>
| Gecode::Int::Linear::EqBoolInt< VX >::EqBoolInt | ( | Space * | home, | |
| bool | share, | |||
| EqBoolInt< VX > & | p | |||
| ) | [protected] |
Constructor for cloning p.
template<class VX>
| Gecode::Int::Linear::EqBoolInt< VX >::EqBoolInt | ( | Space * | home, | |
| ViewArray< VX > & | x, | |||
| int | n_s, | |||
| int | c | |||
| ) | [inline, protected] |
Member Function Documentation
template<class VX>
| Actor * Gecode::Int::Linear::EqBoolInt< VX >::copy | ( | Space * | home, | |
| bool | share | |||
| ) | [virtual] |
template<class VX>
| ExecStatus Gecode::Int::Linear::EqBoolInt< VX >::propagate | ( | Space * | home | ) | [virtual] |
template<class VX>
| ExecStatus Gecode::Int::Linear::EqBoolInt< VX >::post | ( | Space * | home, | |
| ViewArray< VX > & | x, | |||
| int | c | |||
| ) | [static] |
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)

.