arithmetic.hh File Reference
(Revision: 2660)
#include "int.hh"
#include "int/arithmetic/abs.icc"
#include "int/arithmetic/minmax.icc"
#include "int/arithmetic/mult.icc"
Go to the source code of this file.
Namespaces | |
namespace | Gecode::Int::Arithmetic |
namespace | Gecode |
namespace | Gecode::Int |
Classes | |
class | Gecode::Int::Arithmetic::Abs< View > |
Bounds-consistent absolute value propagator. More... | |
class | Gecode::Int::Arithmetic::Max< View > |
Bounds-consistent ternary maximum propagator. More... | |
class | Gecode::Int::Arithmetic::NaryMax< View > |
Bounds-consistent n-ary maximum propagator. More... | |
class | Gecode::Int::Arithmetic::SquarePlus< VA, VB > |
Bounds-consistent positive square propagator. More... | |
class | Gecode::Int::Arithmetic::Square< View > |
Bounds-consistent square propagator. More... | |
class | Gecode::Int::Arithmetic::MultPlus< VA, VB, VC > |
Bounds-consistent positive multiplication propagator. More... | |
class | Gecode::Int::Arithmetic::Mult< View > |
Bounds-consistent multiplication propagator. More... |