Gecode::Float::Channel::Channel< A, B > Class Template Reference
[Float propagators]
Propagator for bounds consistent integer part operator More...
#include <channel.hh>
Public Member Functions | |
| 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, A x0, B x1) |
Post propagator for . | |
Protected Member Functions | |
| Channel (Space &home, Channel &p) | |
| Constructor for cloning p. | |
| Channel (Home home, A x0, B x1) | |
| Constructor for creation. | |
Detailed Description
template<class A, class B>
class Gecode::Float::Channel::Channel< A, B >
Propagator for bounds consistent integer part operator
Requires
#include <gecode/float/arithmetic.hh>
Definition at line 58 of file channel.hh.
Constructor & Destructor Documentation
template<class A , class B >
| Gecode::Float::Channel::Channel< A, B >::Channel | ( | Space & | home, | |
| Channel< A, B > & | p | |||
| ) | [inline, protected] |
Constructor for cloning p.
Definition at line 45 of file channel.hpp.
template<class A , class B >
| Gecode::Float::Channel::Channel< A, B >::Channel | ( | Home | home, | |
| A | x0, | |||
| B | x1 | |||
| ) | [inline, protected] |
Constructor for creation.
Definition at line 40 of file channel.hpp.
Member Function Documentation
template<class A , class B >
| Actor * Gecode::Float::Channel::Channel< A, B >::copy | ( | Space & | home | ) | [inline, virtual] |
template<class A , class B >
| ExecStatus Gecode::Float::Channel::Channel< A, B >::propagate | ( | Space & | home, | |
| const ModEventDelta & | med | |||
| ) | [inline, virtual] |
template<class A , class B >
| ExecStatus Gecode::Float::Channel::Channel< A, B >::post | ( | Home | home, | |
| A | x0, | |||
| B | x1 | |||
| ) | [inline, static] |
Post propagator for
.
Definition at line 56 of file channel.hpp.
The documentation for this class was generated from the following files:
- gecode/float/channel.hh
- gecode/float/channel/channel.hpp
