Gecode::NoIdxVarImpConf Class Reference
Configuration class for variable implementations without index structure.
More...
#include <core.hpp>
List of all members.
Static Public Member Functions |
static Gecode::ModEvent | me_combine (ModEvent me1, ModEvent me2) |
| Combine modification events me1 and me2.
|
static bool | med_update (ModEventDelta &med, ModEvent me) |
| Update modification even delta med by me, return true on change.
|
Static Public Attributes |
static const int | idx_c = -1 |
| Index for update.
|
static const int | idx_d = -1 |
| Index for disposal.
|
static const PropCond | pc_max = PC_GEN_ASSIGNED |
| Maximal propagation condition.
|
static const int | free_bits = 0 |
| Freely available bits.
|
static const int | med_fst = 0 |
| Start of bits for modification event delta.
|
static const int | med_lst = 0 |
| End of bits for modification event delta.
|
static const int | med_mask = 0 |
| Bitmask for modification event delta.
|
Detailed Description
Configuration class for variable implementations without index structure.
Definition at line 245 of file core.hpp.
Member Function Documentation
Combine modification events me1 and me2.
Definition at line 268 of file core.hpp.
Update modification even delta med by me, return true on change.
Definition at line 272 of file core.hpp.
Member Data Documentation
Index for update.
Definition at line 248 of file core.hpp.
Index for disposal.
Definition at line 250 of file core.hpp.
Maximal propagation condition.
Definition at line 252 of file core.hpp.
Freely available bits.
Definition at line 254 of file core.hpp.
Start of bits for modification event delta.
Definition at line 256 of file core.hpp.
End of bits for modification event delta.
Definition at line 258 of file core.hpp.
Bitmask for modification event delta.
Definition at line 260 of file core.hpp.
The documentation for this class was generated from the following file: