Generated on Tue Mar 5 2013 22:37:49 for Gecode by doxygen 1.8.3.1
Gecode::Set::SetVarImpConf Class Reference

Configuration for Set-variable implementations. More...

#include <var-type.hpp>

Static Public Member Functions

static Gecode::ModEvent me_combine (Gecode::ModEvent me1, Gecode::ModEvent me2)
 Combine modification events me1 and me2. More...
 
static bool med_update (Gecode::ModEventDelta &med, Gecode::ModEvent me)
 Update modification even delta med by me, return true on change. More...
 

Static Public Attributes

static const int idx_c = Gecode::Int::BoolVarImpConf::idx_c+1
 Index for cloning. More...
 
static const int idx_d = Gecode::Int::BoolVarImpConf::idx_d
 Index for disposal. More...
 
static const Gecode::PropCond pc_max = PC_SET_ANY
 Maximal propagation condition. More...
 
static const int free_bits = 0
 Freely available bits. More...
 
static const int med_fst = Gecode::Int::BoolVarImpConf::med_lst
 Start of bits for modification event delta. More...
 
static const int med_lst = med_fst + 4
 End of bits for modification event delta. More...
 
static const int med_mask = ((1 << 4) - 1) << med_fst
 Bitmask for modification event delta. More...
 

Detailed Description

Configuration for Set-variable implementations.

Definition at line 332 of file var-type.hpp.

Member Function Documentation

Gecode::ModEvent Gecode::Set::SetVarImpConf::me_combine ( Gecode::ModEvent  me1,
Gecode::ModEvent  me2 
)
inlinestatic

Combine modification events me1 and me2.

Definition at line 486 of file var-type.hpp.

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

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

Definition at line 591 of file var-type.hpp.

Member Data Documentation

const int Gecode::Set::SetVarImpConf::idx_c = Gecode::Int::BoolVarImpConf::idx_c+1
static

Index for cloning.

Definition at line 335 of file var-type.hpp.

const int Gecode::Set::SetVarImpConf::idx_d = Gecode::Int::BoolVarImpConf::idx_d
static

Index for disposal.

Definition at line 337 of file var-type.hpp.

const Gecode::PropCond Gecode::Set::SetVarImpConf::pc_max = PC_SET_ANY
static

Maximal propagation condition.

Definition at line 339 of file var-type.hpp.

const int Gecode::Set::SetVarImpConf::free_bits = 0
static

Freely available bits.

Definition at line 341 of file var-type.hpp.

const int Gecode::Set::SetVarImpConf::med_fst = Gecode::Int::BoolVarImpConf::med_lst
static

Start of bits for modification event delta.

Definition at line 343 of file var-type.hpp.

const int Gecode::Set::SetVarImpConf::med_lst = med_fst + 4
static

End of bits for modification event delta.

Definition at line 345 of file var-type.hpp.

const int Gecode::Set::SetVarImpConf::med_mask = ((1 << 4) - 1) << med_fst
static

Bitmask for modification event delta.

Definition at line 347 of file var-type.hpp.


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