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
|
|
Value: { \
if (changed) \
return processLubChange(home); \
return ME_SET_NONE; \
}
|
|
|
Value: { \
if (changed) \
return processGlbChange(home); \
return ME_SET_NONE; \
}
|
