Gecode::Int::Linear::ReLin< Val, P, N, pc, Ctrl > Class Template Reference
#include <linear.hh>
Inherits Gecode::Int::Linear::Lin< Val, P, N, pc >.
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 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.
Definition at line 489 of file linear.hh.
Public Member Functions | |
| virtual | ~ReLin (void) |
| Destructor. | |
Protected Member Functions | |
| ReLin (Space *home, bool share, ReLin &p) | |
| Constructor for cloning p. | |
| ReLin (Space *home, ViewArray< P > &x, ViewArray< N > &y, Val c, Ctrl b) | |
| Constructor for creation. | |
Protected Attributes | |
| Ctrl | b |
| Control view for reification. | |
Constructor & Destructor Documentation
|
||||||||||||||||||||
|
Constructor for cloning p.
|
|
||||||||||||||||||||||||||||
|
Constructor for creation.
|
|
||||||||||
|
Destructor.
|
Member Data Documentation
|
|||||
|
Control view for reification.
|
The documentation for this class was generated from the following files:
- int/linear.hh (Revision: 2467)
- int/linear/nary.icc (Revision: 2467)
