Gecode::Int::Linear::NqTer< Val, A, B, C > Class Template Reference
[Integer propagators]
#include <linear.hh>
Inherits Gecode::Int::Linear::LinTer< Val, A, B, C, pc >< Gecode::Int::GCC::Val, A, B, C, PC_INT_VAL >.
Detailed Description
template<class Val, class A, class B, class C>
class Gecode::Int::Linear::NqTer< Val, A, B, C >
Propagator for bounds-consistent ternary linear disquality
The type Val can be either double or int, defining the numerical precision during propagation. The types A, B, and C give the types of the views.
The propagation condition pc refers to all three views.
Requires
#include "gecode/int/linear.hh"
Definition at line 399 of file linear.hh.
Public Member Functions | |
| NqTer (Space *home, bool share, Propagator &p, A x0, B x1, C x2, Val c) | |
| Constructor for rewriting p during cloning. | |
| virtual Actor * | copy (Space *home, bool share) |
| Create copy during cloning. | |
| virtual ExecStatus | propagate (Space *home) |
| Perform propagation. | |
Static Public Member Functions | |
| static ExecStatus | post (Space *home, A x0, B x1, C x2, Val c) |
Post propagator for . | |
Protected Member Functions | |
| NqTer (Space *home, bool share, NqTer &p) | |
| Constructor for cloning p. | |
| NqTer (Space *home, A x0, B x1, C x2, Val c) | |
| Constructor for creation. | |
Constructor & Destructor Documentation
template<class Val, class A, class B, class C>
| Gecode::Int::Linear::NqTer< Val, A, B, C >::NqTer | ( | Space * | home, | |
| bool | share, | |||
| NqTer< Val, A, B, C > & | p | |||
| ) | [protected] |
Constructor for cloning p.
template<class Val, class A, class B, class C>
| Gecode::Int::Linear::NqTer< Val, A, B, C >::NqTer | ( | Space * | home, | |
| bool | share, | |||
| Propagator & | p, | |||
| A | x0, | |||
| B | x1, | |||
| C | x2, | |||
| Val | c | |||
| ) | [inline] |
Member Function Documentation
template<class Val, class A, class B, class C>
| Actor * Gecode::Int::Linear::NqTer< Val, A, B, C >::copy | ( | Space * | home, | |
| bool | share | |||
| ) | [virtual] |
template<class Val, class A, class B, class C>
| ExecStatus Gecode::Int::Linear::NqTer< Val, A, B, C >::propagate | ( | Space * | home | ) | [virtual] |
template<class Val, class A, class B, class C>
| ExecStatus Gecode::Int::Linear::NqTer< Val, A, B, C >::post | ( | Space * | home, | |
| A | x0, | |||
| B | x1, | |||
| C | x2, | |||
| Val | c | |||
| ) | [static] |
The documentation for this class was generated from the following files:
- gecode/int/linear.hh (Revision: 3604)
- gecode/int/linear/ternary.icc (Revision: 3512)

.