Gecode::Float::Arithmetic::Div< A, B, C > Class Template Reference
[Float propagators]
Propagator for bounds division operator More...
#include <arithmetic.hh>
Public Member Functions | |
virtual Actor * | copy (Space &home, bool share) |
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, C x2) |
Post propagator for . | |
Protected Member Functions | |
Div (Space &home, bool share, Div &p) | |
Constructor for cloning p. | |
Div (Home home, A x0, B x1, C x2) | |
Constructor for creation. |
Detailed Description
template<class A, class B, class C>
class Gecode::Float::Arithmetic::Div< A, B, C >
Propagator for bounds division operator
The types A, B and C give the types of the views.
Requires
#include <gecode/float/arithmetic.hh>
Definition at line 304 of file arithmetic.hh.
Constructor & Destructor Documentation
template<class A , class B , class C >
Gecode::Float::Arithmetic::Div< A, B, C >::Div | ( | Space & | home, | |
bool | share, | |||
Div< A, B, C > & | p | |||
) | [inline, protected] |
template<class A , class B , class C >
Gecode::Float::Arithmetic::Div< A, B, C >::Div | ( | Home | home, | |
A | x0, | |||
B | x1, | |||
C | x2 | |||
) | [inline, protected] |
Member Function Documentation
template<class A , class B , class C >
Actor * Gecode::Float::Arithmetic::Div< A, B, C >::copy | ( | Space & | home, | |
bool | share | |||
) | [inline, virtual] |
template<class A , class B , class C >
ExecStatus Gecode::Float::Arithmetic::Div< A, B, C >::propagate | ( | Space & | home, | |
const ModEventDelta & | med | |||
) | [inline, virtual] |
template<class A , class B , class C >
ExecStatus Gecode::Float::Arithmetic::Div< A, B, C >::post | ( | Home | home, | |
A | x0, | |||
B | x1, | |||
C | x2 | |||
) | [inline, static] |
The documentation for this class was generated from the following files:
- gecode/float/arithmetic.hh (Revision: 15631)
- gecode/float/arithmetic/div.hpp (Revision: 15129)