Generated on Mon Aug 25 11:35:52 2008 for Gecode by doxygen 1.5.6

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

#include <linear.hh>

Inherits LinBoolScale< SBAP, SBAN, VX, PC_INT_BND >.

List of all members.


Detailed Description

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

Propagator for inequality to Boolean sum with coefficients

Requires

Definition at line 1531 of file linear.hh.


Public Member Functions

 LqBoolScale (Space *home, SBAP &p, SBAN &n, VX x, int c)
 Constructor for creation.
 LqBoolScale (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, ModEventDelta med)
 Perform propagation.
virtual Reflection::ActorSpec spec (const Space *home, Reflection::VarMap &m) const
 Return specification for this propagator given a variable map m.

Static Public Member Functions

static void post (Space *home, Reflection::VarMap &vars, const Reflection::ActorSpec &spec)
 Post propagator according to specification.
static Support::Symbol ati (void)
 Mangled propagator name.
static ExecStatus post (Space *home, SBAP &p, SBAN &n, VX x, int c)
 Post propagator.

Constructor & Destructor Documentation

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

Constructor for creation.

Definition at line 490 of file bool-scale.icc.

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

Constructor for cloning pr.

Definition at line 497 of file bool-scale.icc.


Member Function Documentation

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

Create copy during cloning.

Implements Gecode::Actor.

Definition at line 505 of file bool-scale.icc.

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

Perform propagation.

Implements Gecode::Propagator.

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

template<class SBAP, class SBAN, class VX>
Reflection::ActorSpec Gecode::Int::Linear::LqBoolScale< SBAP, SBAN, VX >::spec ( const Space home,
Reflection::VarMap m 
) const [inline, virtual]

Return specification for this propagator given a variable map m.

Reimplemented from Gecode::Actor.

Definition at line 539 of file bool-scale.icc.

template<class SBAP, class SBAN, class VX>
void Gecode::Int::Linear::LqBoolScale< SBAP, SBAN, VX >::post ( Space home,
Reflection::VarMap vars,
const Reflection::ActorSpec spec 
) [inline, static]

Post propagator according to specification.

Definition at line 546 of file bool-scale.icc.

template<class SBAP, class SBAN, class VX>
Support::Symbol Gecode::Int::Linear::LqBoolScale< SBAP, SBAN, VX >::ati ( void   )  [inline, static]

Mangled propagator name.

Definition at line 533 of file bool-scale.icc.

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

Post propagator.

Definition at line 660 of file bool-scale.icc.


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