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

imp.icc File Reference

(Revision: 2428)

Go to the source code of this file.

Namespaces

namespace  Gecode
namespace  Gecode::Set

Classes

class  Gecode::Set::LubRanges< SetVarImp * >
 Range iterator for the least upper bound of a set variable implementation. More...
class  Gecode::Set::GlbRanges< SetVarImp * >
 Range iterator for the greatest lower bound of a set variable implementation. More...

Defines

#define GECODE_CHECK_LUB(home, changed)
#define GECODE_CHECK_GLB(home, changed)


Define Documentation

#define GECODE_CHECK_LUB ( home,
changed   ) 

Value:

{        \
    if (changed)                                \
      return processLubChange(home);            \
    return ME_SET_NONE;                         \
  }

Definition at line 82 of file imp.icc.

#define GECODE_CHECK_GLB ( home,
changed   ) 

Value:

{        \
    if (changed)                                \
      return processGlbChange(home);            \
    return ME_SET_NONE;                         \
  }

Definition at line 88 of file imp.icc.