Configuration class for variable implementations without index structure. More...
#include <core.hpp>
Static Public Member Functions | |
static Gecode::ModEvent | me_combine (ModEvent me1, ModEvent me2) |
Combine modification events me1 and me2. More... | |
static bool | med_update (ModEventDelta &med, ModEvent me) |
Update modification even delta med by me, return true on change. More... | |
Static Public Attributes | |
static const int | idx_c = -1 |
Index for update. More... | |
static const int | idx_d = -1 |
Index for disposal. More... | |
static const PropCond | pc_max = PC_GEN_ASSIGNED |
Maximal propagation condition. More... | |
static const int | free_bits = 0 |
Freely available bits. More... | |
static const int | med_fst = 0 |
Start of bits for modification event delta. More... | |
static const int | med_lst = 0 |
End of bits for modification event delta. More... | |
static const int | med_mask = 0 |
Bitmask for modification event delta. More... | |
Configuration class for variable implementations without index structure.
|
inlinestatic |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |