Generated on Thu Mar 22 10:39:57 2012 for Gecode by doxygen 1.6.3

Gecode::Int::Linear::NqBoolScale< SBAP, SBAN, VX > Class Template Reference
[Integer propagators]

Propagator for disequality to Boolean sum with coefficients More...

#include <linear.hh>

List of all members.

Public Member Functions

 NqBoolScale (Home home, SBAP &p, SBAN &n, VX x, int c)
 Constructor for creation.
 NqBoolScale (Space &home, bool share, Propagator &pr, SBAP &p, SBAN &n, VX x, int c)
 Constructor for cloning pr.
virtual Actorcopy (Space &home, bool share)
 Create copy during cloning.
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.

Static Public Member Functions

static ExecStatus post (Home home, SBAP &p, SBAN &n, VX x, int c)
 Post propagator.

Detailed Description

template<class SBAP, class SBAN, class VX>
class Gecode::Int::Linear::NqBoolScale< SBAP, SBAN, VX >

Propagator for disequality to Boolean sum with coefficients

Requires

Definition at line 1279 of file linear.hh.


Constructor & Destructor Documentation

template<class SBAP , class SBAN , class VX >
Gecode::Int::Linear::NqBoolScale< SBAP, SBAN, VX >::NqBoolScale ( Home  home,
SBAP &  p,
SBAN &  n,
VX  x,
int  c 
) [inline]

Constructor for creation.

Definition at line 567 of file bool-scale.hpp.

template<class SBAP , class SBAN , class VX >
Gecode::Int::Linear::NqBoolScale< SBAP, SBAN, VX >::NqBoolScale ( Space home,
bool  share,
Propagator pr,
SBAP &  p,
SBAN &  n,
VX  x,
int  c 
) [inline]

Constructor for cloning pr.

Definition at line 574 of file bool-scale.hpp.


Member Function Documentation

template<class SBAP , class SBAN , class VX >
Actor * Gecode::Int::Linear::NqBoolScale< SBAP, SBAN, VX >::copy ( Space home,
bool  share 
) [inline, virtual]

Create copy during cloning.

Implements Gecode::Actor.

Definition at line 582 of file bool-scale.hpp.

template<class SBAP , class SBAN , class VX >
ExecStatus Gecode::Int::Linear::NqBoolScale< SBAP, SBAN, VX >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 610 of file bool-scale.hpp.

template<class SBAP , class SBAN , class VX >
ExecStatus Gecode::Int::Linear::NqBoolScale< SBAP, SBAN, VX >::post ( Home  home,
SBAP &  p,
SBAN &  n,
VX  x,
int  c 
) [inline, static]

Post propagator.

Definition at line 675 of file bool-scale.hpp.


The documentation for this class was generated from the following files: