Gecode::NoIdxVarImpConf core.hpp const int const int Gecode::NoIdxVarImpConf::idx_c idx_c = -1 Index for update. const int const int Gecode::NoIdxVarImpConf::idx_d idx_d = -1 Index for disposal. const PropCond const PropCond Gecode::NoIdxVarImpConf::pc_max pc_max = PC_GEN_ASSIGNED Maximal propagation condition. const int const int Gecode::NoIdxVarImpConf::free_bits free_bits = 0 Freely available bits. const int const int Gecode::NoIdxVarImpConf::med_fst med_fst = 0 Start of bits for modification event delta. const int const int Gecode::NoIdxVarImpConf::med_lst med_lst = 0 End of bits for modification event delta. const int const int Gecode::NoIdxVarImpConf::med_mask med_mask = 0 Bitmask for modification event delta. Gecode::ModEvent forceinline ModEvent Gecode::NoIdxVarImpConf::me_combine (ModEvent me1, ModEvent me2) me_combine ModEvent me1 ModEvent me2 Combine modification events me1 and me2. bool forceinline bool Gecode::NoIdxVarImpConf::med_update (ModEventDelta &med, ModEvent me) med_update ModEventDelta & med ModEvent me Update modification even delta med by me, return true on change. Configuration class for variable implementations without index structure. Gecode::NoIdxVarImpConffree_bits Gecode::NoIdxVarImpConfidx_c Gecode::NoIdxVarImpConfidx_d Gecode::NoIdxVarImpConfme_combine Gecode::NoIdxVarImpConfmed_fst Gecode::NoIdxVarImpConfmed_lst Gecode::NoIdxVarImpConfmed_mask Gecode::NoIdxVarImpConfmed_update Gecode::NoIdxVarImpConfpc_max