Generated on Thu Apr 11 14:00:03 2019 for Gecode by doxygen 1.6.3

Gecode::Int::Linear::ReLin< Val, P, N, pc, Ctrl > Class Template Reference

Base-class for reified n-ary linear propagators. More...

#include <linear.hh>

List of all members.

Public Member Functions

virtual void reschedule (Space &home)
 Schedule function.
virtual size_t dispose (Space &home)
 Delete propagator and return its size.

Protected Member Functions

 ReLin (Space &home, ReLin &p)
 Constructor for cloning p.
 ReLin (Home home, ViewArray< P > &x, ViewArray< N > &y, Val c, Ctrl b)
 Constructor for creation.

Protected Attributes

Ctrl b
 Control view for reification.

Detailed Description

template<class Val, class P, class N, PropCond pc, class Ctrl>
class Gecode::Int::Linear::ReLin< Val, P, N, pc, Ctrl >

Base-class for reified n-ary linear propagators.

The type Val can be either long long int or int, defining the numerical precision during propagation. Positive views are of type P whereas negative views are of type N.

The propagation condition pc refers to all views.

Definition at line 529 of file linear.hh.


Constructor & Destructor Documentation

template<class Val , class P , class N , PropCond pc, class Ctrl >
Gecode::Int::Linear::ReLin< Val, P, N, pc, Ctrl >::ReLin ( Space home,
ReLin< Val, P, N, pc, Ctrl > &  p 
) [inline, protected]

Constructor for cloning p.

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

template<class Val, class P, class N, PropCond pc, class Ctrl>
Gecode::Int::Linear::ReLin< Val, P, N, pc, Ctrl >::ReLin ( Home  home,
ViewArray< P > &  x,
ViewArray< N > &  y,
Val  c,
Ctrl  b 
) [inline, protected]

Constructor for creation.

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


Member Function Documentation

template<class Val , class P , class N , PropCond pc, class Ctrl >
void Gecode::Int::Linear::ReLin< Val, P, N, pc, Ctrl >::reschedule ( Space home  )  [inline, virtual]

Schedule function.

Reimplemented from Gecode::Int::Linear::Lin< Val, P, N, pc >.

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

template<class Val , class P , class N , PropCond pc, class Ctrl >
size_t Gecode::Int::Linear::ReLin< Val, P, N, pc, Ctrl >::dispose ( Space home  )  [inline, virtual]

Delete propagator and return its size.

Reimplemented from Gecode::Int::Linear::Lin< Val, P, N, pc >.

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


Member Data Documentation

template<class Val, class P, class N, PropCond pc, class Ctrl>
Ctrl Gecode::Int::Linear::ReLin< Val, P, N, pc, Ctrl >::b [protected]

Control view for reification.

Definition at line 534 of file linear.hh.


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