Gecode::Int::Linear::ReLin< Val, P, N, pc, Ctrl > Class Template Reference
Base-class for reified n-ary linear propagators. More...
#include <linear.hh>
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, bool share, 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 533 of file linear.hh.
Constructor & Destructor Documentation
Gecode::Int::Linear::ReLin< Val, P, N, pc, Ctrl >::ReLin | ( | Space & | home, | |
bool | share, | |||
ReLin< Val, P, N, pc, Ctrl > & | p | |||
) | [inline, protected] |
Constructor for cloning p.
Definition at line 116 of file int-nary.hpp.
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 108 of file int-nary.hpp.
Member Function Documentation
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 123 of file int-nary.hpp.
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 131 of file int-nary.hpp.
Member Data Documentation
Ctrl Gecode::Int::Linear::ReLin< Val, P, N, pc, Ctrl >::b [protected] |
The documentation for this class was generated from the following files:
- gecode/int/linear.hh (Revision: 15137)
- gecode/int/linear/int-nary.hpp (Revision: 15137)