Mapping integer (must be an n-th power) to n-th root (signed) More...
#include <pow.hpp>
Public Member Functions | |
ValuesMapNrootSigned (const Ops &o) | |
Initialize with operations o. | |
int | val (int x) const |
Perform mapping. | |
Protected Attributes | |
Ops | ops |
Operations. |
Mapping integer (must be an n-th power) to n-th root (signed)
Gecode::Int::Arithmetic::ValuesMapNrootSigned< Ops >::ValuesMapNrootSigned | ( | const Ops & | o | ) | [inline] |
int Gecode::Int::Arithmetic::ValuesMapNrootSigned< Ops >::val | ( | int | x | ) | const [inline] |
Ops Gecode::Int::Arithmetic::ValuesMapNrootSigned< Ops >::ops [protected] |