Generated on Sat Feb 7 2015 02:01:33 for Gecode by doxygen 1.8.9.1
min-max-channel.hpp File Reference

(Revision: 13292)

#include <cmath>

Go to the source code of this file.

Namespaces

 Gecode
 Gecode toplevel namespace
 
 Gecode::Float
 Floating point numbers.
 
 Gecode::Float::Arithmetic
 Arithmetic propagators
 

Enumerations

enum  Gecode::Float::Arithmetic::MaxPropStatus { Gecode::Float::Arithmetic::MPS_ASSIGNED = 1<<0, Gecode::Float::Arithmetic::MPS_REMOVED = 1<<1, Gecode::Float::Arithmetic::MPS_NEW_BOUND = 1<<2 }
 Status of propagation for nary max. More...
 

Functions

template<class View >
ExecStatus Gecode::Float::Arithmetic::prop_nary_max (Space &home, Propagator &p, ViewArray< View > &x, View y, PropCond pc)