Gecode::IntActivity Gecode::Activity int.hh forceinline Gecode::IntActivity::IntActivity (void) IntActivity void Construct as not yet initialized. The only member functions that can be used on a constructed but not yet initialized activity storage is init or the assignment operator. forceinline Gecode::IntActivity::IntActivity (const IntActivity &a) IntActivity const IntActivity & a Copy constructor. IntActivity & forceinline IntActivity & Gecode::IntActivity::operator= (const IntActivity &a) operator= const IntActivity & a Assignment operator. GECODE_INT_EXPORT GECODE_INT_EXPORT Gecode::IntActivity::IntActivity (Home home, const IntVarArgs &x, double d=1.0, IntBranchMerit bm=NULL) IntActivity Home home const IntVarArgs & x double d 1.0 IntBranchMerit bm NULL Initialize for integer variables x with decay factor d. If the branch merit function bm is different from NULL, the activity for each variable is initialized with the merit returned by bm. GECODE_INT_EXPORT GECODE_INT_EXPORT Gecode::IntActivity::IntActivity (Home home, const BoolVarArgs &x, double d=1.0, BoolBranchMerit bm=NULL) IntActivity Home home const BoolVarArgs & x double d 1.0 BoolBranchMerit bm NULL Initialize for Boolean variables x with decay factor d. If the branch merit function bm is different from NULL, the activity for each variable is initialized with the merit returned by bm. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::IntActivity::init (Home home, const IntVarArgs &x, double d=1.0, IntBranchMerit bm=NULL) init Home home const IntVarArgs & x double d 1.0 IntBranchMerit bm NULL Initialize for integer variables x with decay factor d. If the branch merit function bm is different from NULL, the activity for each variable is initialized with the merit returned by bm.This member function can only be used once and only if the activity storage has been constructed with the default constructor. GECODE_INT_EXPORT void GECODE_INT_EXPORT void Gecode::IntActivity::init (Home home, const BoolVarArgs &x, double d=1.0, BoolBranchMerit bm=NULL) init Home home const BoolVarArgs & x double d 1.0 BoolBranchMerit bm NULL Initialize for Boolean variables x with decay factor d. If the branch merit function bm is different from NULL, the activity for each variable is initialized with the merit returned by bm.This member function can only be used once and only if the activity storage has been constructed with the default constructor. Recording activities for integer and Boolean variables. m def storage Gecode::IntActivityacquire Gecode::IntActivityActivity Gecode::IntActivityActivity Gecode::IntActivityActivity Gecode::IntActivityActivity Gecode::IntActivitydecay Gecode::IntActivitydecay Gecode::IntActivitydecay Gecode::IntActivitydef Gecode::IntActivityinit Gecode::IntActivityinit Gecode::IntActivityinit Gecode::IntActivityinitialized Gecode::IntActivityIntActivity Gecode::IntActivityIntActivity Gecode::IntActivityIntActivity Gecode::IntActivityIntActivity Gecode::IntActivityoperator<< Gecode::IntActivityoperator= Gecode::IntActivityoperator= Gecode::IntActivityoperator[] Gecode::IntActivityrelease Gecode::IntActivityset Gecode::IntActivitysize Gecode::IntActivitystorage Gecode::IntActivityupdate Gecode::IntActivityupdate Gecode::IntActivity~Activity