Generated on Sat Feb 7 2015 02:01:34 for Gecode by doxygen 1.8.9.1
pow.hpp File Reference

(Revision: 13510)

#include <gecode/int/rel.hh>
#include <climits>
#include <algorithm>

Go to the source code of this file.

Classes

class  Gecode::Int::Arithmetic::ValuesMapPow< Ops >
 Mapping integer to power. More...
 
class  Gecode::Int::Arithmetic::ValuesMapNroot< Ops >
 Mapping integer (must be an n-th power) to n-th root. More...
 
class  Gecode::Int::Arithmetic::ValuesMapNrootSigned< Ops >
 Mapping integer (must be an n-th power) to n-th root (signed) More...
 

Namespaces

 Gecode
 Gecode toplevel namespace
 
 Gecode::Int
 Finite domain integers.
 
 Gecode::Int::Arithmetic
 Numerical (arithmetic) propagators.
 

Functions

template<class VA , class VB , class Ops >
ExecStatus Gecode::Int::Arithmetic::prop_pow_plus_bnd (Space &home, VA x0, VB x1, const Ops &ops)
 
template<class Ops >
ExecStatus Gecode::Int::Arithmetic::prop_pow_bnd (Space &home, IntView x0, IntView x1, const Ops &ops)