Generated on Tue May 22 09:41:31 2018 for Gecode by doxygen 1.6.3

Gecode::Int::Linear::ReLq< Val, P, N, rm > 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)
 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)\equiv \operatorname{rm}(b)$.

Protected Member Functions

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

Detailed Description

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

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

The type Val can be either long long int 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 749 of file linear.hh.


Constructor & Destructor Documentation

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

Constructor for cloning p.

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

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

Constructor for creation.

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


Member Function Documentation

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

Create copy during cloning.

Implements Gecode::Actor.

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

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

Perform propagation.

Implements Gecode::Propagator.

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

template<class Val , class P , class N , ReifyMode rm>
ExecStatus Gecode::Int::Linear::ReLq< Val, P, N, rm >::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)\equiv \operatorname{rm}(b)$.

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


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