
Base-class for reified n-ary linear propagators. More...
#include <linear.hh>
Public Member Functions | |
| 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. | |
Base-class for reified n-ary linear propagators.
The type Val can be either double 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.
| 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 109 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 101 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 116 of file int-nary.hpp.
Ctrl Gecode::Int::Linear::ReLin< Val, P, N, pc, Ctrl >::b [protected] |