Generated on Sat Aug 25 2012 15:53:13 for Gecode by doxygen 1.7.5
Gecode::Int::Linear::NqBoolScale Class Reference

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

Propagator for disequality to Boolean sum with coefficients

Requires


Constructor & Destructor Documentation

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

Constructor for creation.

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

Gecode::Int::Linear::NqBoolScale::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

Actor * Gecode::Int::Linear::NqBoolScale::copy ( Space home,
bool  share 
) [virtual]

Create copy during cloning.

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

ExecStatus Gecode::Int::Linear::NqBoolScale::propagate ( Space home,
const ModEventDelta med 
) [virtual]

Perform propagation.

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

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

Post propagator.

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


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