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

Gecode::Int::Linear::ReLq< Val, P, N > Class Template Reference
[Integer propagators]

Propagator for reified bounds consistent n-ary linear less or equal More...

#include <linear.hh>

List of all members.

Public Member Functions

 ReLq (Home home, ViewArray< P > &x, ViewArray< N > &y, Val c, BoolView b)
 Constructor for creation.
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, ViewArray< P > &x, ViewArray< N > &y, Val c, BoolView b)
 Post propagator for $\left(\sum_{i=0}^{|x|-1}x_i-\sum_{i=0}^{|y|-1}y_i\leq c\right)\Leftrightarrow b$.

Protected Member Functions

 ReLq (Space &home, bool share, ReLq &p)
 Constructor for cloning p.

Detailed Description

template<class Val, class P, class N>
class Gecode::Int::Linear::ReLq< Val, P, N >

Propagator for reified bounds consistent n-ary linear less or equal

The type Val can be either double or int, defining the numerical precision during propagation. The types P and N give the types of the views.

The propagation condition pc refers to both views.

Requires

Definition at line 741 of file linear.hh.


Constructor & Destructor Documentation

template<class Val , class P , class N >
Gecode::Int::Linear::ReLq< Val, P, N >::ReLq ( Space home,
bool  share,
ReLq< Val, P, N > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 825 of file int-nary.hpp.

template<class Val , class P , class N >
Gecode::Int::Linear::ReLq< Val, P, N >::ReLq ( Home  home,
ViewArray< P > &  x,
ViewArray< N > &  y,
Val  c,
BoolView  b 
) [inline]

Constructor for creation.

Definition at line 804 of file int-nary.hpp.


Member Function Documentation

template<class Val , class P , class N >
Actor * Gecode::Int::Linear::ReLq< Val, P, N >::copy ( Space home,
bool  share 
) [inline, virtual]

Create copy during cloning.

Implements Gecode::Actor.

Definition at line 830 of file int-nary.hpp.

template<class Val , class P , class N >
ExecStatus Gecode::Int::Linear::ReLq< Val, P, N >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 836 of file int-nary.hpp.

template<class Val , class P , class N >
ExecStatus Gecode::Int::Linear::ReLq< Val, P, N >::post ( Home  home,
ViewArray< P > &  x,
ViewArray< N > &  y,
Val  c,
BoolView  b 
) [inline, static]

Post propagator for $\left(\sum_{i=0}^{|x|-1}x_i-\sum_{i=0}^{|y|-1}y_i\leq c\right)\Leftrightarrow b$.

Definition at line 810 of file int-nary.hpp.


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