Generated on Sat Feb 7 2015 02:01:45 for Gecode by doxygen 1.8.9.1
Gecode::Int::Arithmetic::ValuesMapNrootSigned< Ops > Class Template Reference

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. More...
 
int val (int x) const
 Perform mapping. More...
 

Protected Attributes

Ops ops
 Operations. More...
 

Detailed Description

template<class Ops>
class Gecode::Int::Arithmetic::ValuesMapNrootSigned< Ops >

Mapping integer (must be an n-th power) to n-th root (signed)

Definition at line 288 of file pow.hpp.

Constructor & Destructor Documentation

template<class Ops>
Gecode::Int::Arithmetic::ValuesMapNrootSigned< Ops >::ValuesMapNrootSigned ( const Ops &  o)
inline

Initialize with operations o.

Definition at line 294 of file pow.hpp.

Member Function Documentation

template<class Ops>
int Gecode::Int::Arithmetic::ValuesMapNrootSigned< Ops >::val ( int  x) const
inline

Perform mapping.

Definition at line 296 of file pow.hpp.

Member Data Documentation

template<class Ops>
Ops Gecode::Int::Arithmetic::ValuesMapNrootSigned< Ops >::ops
protected

Operations.

Definition at line 291 of file pow.hpp.


The documentation for this class was generated from the following file: