Generated on Thu Jul 6 07:06:52 2006 for Gecode by doxygen 1.4.7

minmax.icc File Reference

(Revision: 3236)

Go to the source code of this file.

Namespaces

namespace  Gecode
namespace  Gecode::Int
namespace  Gecode::Int::Arithmetic

Defines

#define GECODE_CM(TELL)
 Performs TELL operation and sets mod, if modified.


Define Documentation

#define GECODE_CM ( TELL   ) 

Value:

{                                               \
  ModEvent me = (TELL);                         \
  if (me_failed(me))   return ES_FAILED;        \
  if (me_modified(me)) mod = true;              \
}
Performs TELL operation and sets mod, if modified.

Definition at line 61 of file minmax.icc.