Gecode::Float::Linear::Lq< P, N > Class Template Reference
[Float propagators]
Propagator for bounds consistent n-ary linear less or equal More...
#include <linear.hh>
Public Member Functions | |
| Lq (Home home, ViewArray< P > &x, ViewArray< N > &y, FloatVal c) | |
| Constructor for creation. | |
| virtual Actor * | copy (Space &home) |
| Create copy during cloning. | |
| virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| Perform propagation. | |
Static Public Member Functions | |
| static ExecStatus | post (Home home, ViewArray< P > &x, ViewArray< N > &y, FloatVal c) |
Post propagator for . | |
Protected Member Functions | |
| Lq (Space &home, Lq &p) | |
| Constructor for cloning p. | |
Detailed Description
template<class P, class N>
class Gecode::Float::Linear::Lq< P, N >
Propagator for bounds consistent n-ary linear less or equal
Positive views are of type P whereas negative views are of type N.
Requires
#include <gecode/float/linear.hh>
Definition at line 136 of file linear.hh.
Constructor & Destructor Documentation
template<class P , class N >
| Gecode::Float::Linear::Lq< P, N >::Lq | ( | Space & | home, | |
| Lq< P, N > & | p | |||
| ) | [inline, protected] |
Member Function Documentation
template<class P , class N >
| Actor * Gecode::Float::Linear::Lq< P, N >::copy | ( | Space & | home | ) | [inline, virtual] |
template<class P , class N >
| ExecStatus Gecode::Float::Linear::Lq< P, N >::propagate | ( | Space & | home, | |
| const ModEventDelta & | med | |||
| ) | [inline, virtual] |
template<class P , class N >
| ExecStatus Gecode::Float::Linear::Lq< P, N >::post | ( | Home | home, | |
| ViewArray< P > & | x, | |||
| ViewArray< N > & | y, | |||
| FloatVal | c | |||
| ) | [inline, static] |
The documentation for this class was generated from the following files:

.