Gecode::Int::Linear::LqTer< Val, A, B, C > Class Template Reference
[Integer propagators]
#include <linear.hh>
Inherits Gecode::Int::Linear::LinTer< Val, A, B, C, PC_INT_BND >.
Detailed Description
template<class Val, class A, class B, class C>
class Gecode::Int::Linear::LqTer< Val, A, B, C >
Propagator for bounds-consistent ternary linear less or equal
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 434 of file linear.hh.
Public Member Functions | |
LqTer (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 | |
LqTer (Space *home, bool share, LqTer &p) | |
Constructor for cloning p. | |
LqTer (Space *home, A x0, B x1, C x2, Val c) | |
Constructor for creation. |
Constructor & Destructor Documentation
|
Constructor for cloning p.
|
|
Constructor for creation.
Definition at line 215 of file ternary.icc. |
|
Constructor for rewriting p during cloning.
Definition at line 239 of file ternary.icc. |
Member Function Documentation
|
Create copy during cloning.
Implements Gecode::Actor. Definition at line 233 of file ternary.icc. |
|
Perform propagation.
Implements Gecode::Propagator. Definition at line 245 of file ternary.icc. |
|
Post propagator for .
Definition at line 220 of file ternary.icc. |
The documentation for this class was generated from the following files:
- gecode/int/linear.hh (Revision: 3604)
- gecode/int/linear/ternary.icc (Revision: 3512)