Generated on Mon Sep 17 2012 22:20:56 for Gecode by doxygen 1.8.1.1
Gecode::Int::IntVarImpConf Class Reference

Configuration for Int-variable implementations. More...

#include <var-type.hpp>

List of all members.

Static Public Member Functions

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

Static Public Attributes

static const int idx_c = 0
 Index for cloning.
static const int idx_d = -1
 Index for disposal.
static const Gecode::PropCond pc_max = PC_INT_DOM
 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 = med_fst + 2
 End of bits for modification event delta.
static const int med_mask = ((1 << 2) - 1) << med_fst
 Bitmask for modification event delta.

Detailed Description

Configuration for Int-variable implementations.

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


Member Function Documentation

Gecode::ModEvent Gecode::Int::IntVarImpConf::me_combine ( Gecode::ModEvent  me1,
Gecode::ModEvent  me2 
)
inlinestatic

Combine modification events me1 and me2.

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

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

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

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


Member Data Documentation

const int Gecode::Int::IntVarImpConf::idx_c = 0
static

Index for cloning.

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

const int Gecode::Int::IntVarImpConf::idx_d = -1
static

Index for disposal.

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

const Gecode::PropCond Gecode::Int::IntVarImpConf::pc_max = PC_INT_DOM
static

Maximal propagation condition.

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

const int Gecode::Int::IntVarImpConf::free_bits = 0
static

Freely available bits.

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

const int Gecode::Int::IntVarImpConf::med_fst = 0
static

Start of bits for modification event delta.

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

const int Gecode::Int::IntVarImpConf::med_lst = med_fst + 2
static

End of bits for modification event delta.

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

const int Gecode::Int::IntVarImpConf::med_mask = ((1 << 2) - 1) << med_fst
static

Bitmask for modification event delta.

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


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