Propagator for bounds consistent arc sinus operator More...
#include <trigonometric.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) |
Post propagator for ![]() | |
Protected Member Functions | |
ASin (Space &home, bool share, ASin &p) | |
Constructor for cloning p. | |
ASin (Home home, A x0, B x1) | |
Constructor for creation. |
Propagator for bounds consistent arc sinus operator
The types A and B give the types of the views.
Requires
#include <gecode/float/trigonometric.hh>
Definition at line 115 of file trigonometric.hh.
Gecode::Float::Trigonometric::ASin< A, B >::ASin | ( | Space & | home, |
bool | share, | ||
ASin< A, B > & | p | ||
) | [inline, protected] |
Constructor for cloning p.
Definition at line 66 of file asinacos.hpp.
Gecode::Float::Trigonometric::ASin< A, B >::ASin | ( | Home | home, |
A | x0, | ||
B | x1 | ||
) | [inline, protected] |
Constructor for creation.
Definition at line 47 of file asinacos.hpp.
Actor * Gecode::Float::Trigonometric::ASin< A, B >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
ExecStatus Gecode::Float::Trigonometric::ASin< A, B >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Float::Trigonometric::ASin< A, B >::post | ( | Home | home, |
A | x0, | ||
B | x1 | ||
) | [static] |
Post propagator for .
Definition at line 52 of file asinacos.hpp.