Generated on Fri Aug 31 2012 16:22:35 for Gecode by doxygen 1.8.1.2
Gecode::NoIdxVarImpConf Class Reference

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.
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 180 of file core.hpp.

Member Function Documentation

ModEvent Gecode::NoIdxVarImpConf::me_combine ( ModEvent  me1,
ModEvent  me2 
)
inlinestatic

Combine modification events me1 and me2.

Definition at line 203 of file core.hpp.

bool Gecode::NoIdxVarImpConf::med_update ( ModEventDelta med,
ModEvent  me 
)
inlinestatic

Update modification even delta med by me, return true on change.

Definition at line 207 of file core.hpp.

Member Data Documentation

const int Gecode::NoIdxVarImpConf::idx_c = -1
static

Index for update.

Definition at line 183 of file core.hpp.

const int Gecode::NoIdxVarImpConf::idx_d = -1
static

Index for disposal.

Definition at line 185 of file core.hpp.

const PropCond Gecode::NoIdxVarImpConf::pc_max = PC_GEN_ASSIGNED
static

Maximal propagation condition.

Definition at line 187 of file core.hpp.

const int Gecode::NoIdxVarImpConf::free_bits = 0
static

Freely available bits.

Definition at line 189 of file core.hpp.

const int Gecode::NoIdxVarImpConf::med_fst = 0
static

Start of bits for modification event delta.

Definition at line 191 of file core.hpp.

const int Gecode::NoIdxVarImpConf::med_lst = 0
static

End of bits for modification event delta.

Definition at line 193 of file core.hpp.

const int Gecode::NoIdxVarImpConf::med_mask = 0
static

Bitmask for modification event delta.

Definition at line 195 of file core.hpp.


The documentation for this class was generated from the following file: