Gecode::Int::Linear::LqBool< View > Class Template Reference
[Integer propagators]
#include <linear.hh>
Inherits Gecode::Int::Linear::LinBool< View >< View >.
Detailed Description
template<class View>
class Gecode::Int::Linear::LqBool< View >
Propagator for less or equal to Boolean sum (cardinality)
Requires
#include "int/linear.hh"
Definition at line 790 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< BoolView > &x, int n, View y) |
Post propagator for ![]() | |
Protected Member Functions | |
LqBool (Space *home, bool share, LqBool &p) | |
Constructor for cloning p. | |
LqBool (Space *home, ViewArray< BoolView > &x, int n, View y) | |
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:
- int/linear.hh (Revision: 2467)
- int/linear/bool.icc (Revision: 2121)