Positive bounds consistent n-th root propagator. More...
#include <arithmetic.hh>
Public Member Functions | |
virtual Actor * | copy (Space &home, bool share) |
Copy propagator during cloning. | |
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Home home, IntView x0, IntView x1, Ops ops) |
Post propagator. | |
Protected Member Functions | |
NrootPlusBnd (Space &home, bool share, NrootPlusBnd< Ops, minus > &p) | |
Constructor for cloning p. | |
NrootPlusBnd (Home home, IntView x0, IntView x1, const Ops &ops) | |
Constructor for posting. | |
Protected Attributes | |
Ops | ops |
Operations. |
Positive bounds consistent n-th root propagator.
Requires
#include <gecode/int/arithmetic.hh>
Definition at line 451 of file arithmetic.hh.
Gecode::Int::Arithmetic::NrootPlusBnd< Ops, minus >::NrootPlusBnd | ( | Space & | home, |
bool | share, | ||
NrootPlusBnd< Ops, minus > & | p | ||
) | [inline, protected] |
Gecode::Int::Arithmetic::NrootPlusBnd< Ops, minus >::NrootPlusBnd | ( | Home | home, |
IntView | x0, | ||
IntView | x1, | ||
const Ops & | ops | ||
) | [inline, protected] |
Actor * Gecode::Int::Arithmetic::NrootPlusBnd< Ops, minus >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
ExecStatus Gecode::Int::Arithmetic::NrootPlusBnd< Ops, minus >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Int::Arithmetic::NrootPlusBnd< Ops, minus >::post | ( | Home | home, |
IntView | x0, | ||
IntView | x1, | ||
Ops | ops | ||
) | [inline, static] |
Ops Gecode::Int::Arithmetic::NrootPlusBnd< Ops, minus >::ops [protected] |
Operations.
Definition at line 456 of file arithmetic.hh.