Generated on Sat Feb 7 2015 02:01:40 for Gecode by doxygen 1.8.9.1
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. 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...
 

Detailed Description

Configuration class for variable implementations without index structure.

Definition at line 182 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 205 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 209 of file core.hpp.

Member Data Documentation

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

Index for update.

Definition at line 185 of file core.hpp.

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

Index for disposal.

Definition at line 187 of file core.hpp.

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

Maximal propagation condition.

Definition at line 189 of file core.hpp.

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

Freely available bits.

Definition at line 191 of file core.hpp.

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

Start of bits for modification event delta.

Definition at line 193 of file core.hpp.

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

End of bits for modification event delta.

Definition at line 195 of file core.hpp.

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

Bitmask for modification event delta.

Definition at line 197 of file core.hpp.


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