Generated on Wed Nov 1 15:04:49 2006 for Gecode by doxygen 1.4.5

imp.icc File Reference

(Revision: 3568)

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_SET_CHECK_LUB(home, changed)
#define GECODE_SET_CHECK_GLB(home, changed)


Define Documentation

#define GECODE_SET_CHECK_LUB home,
changed   ) 
 

Value:

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

Definition at line 82 of file imp.icc.

#define GECODE_SET_CHECK_GLB home,
changed   ) 
 

Value:

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

Definition at line 88 of file imp.icc.