Gecode::Choice Gecode::Gist::StopChoice Gecode::PosChoice core.hpp friend class friend class Space Space unsigned int unsigned int Gecode::Choice::_id _id Identity to match creating brancher. unsigned int unsigned int Gecode::Choice::_alt _alt Number of alternatives. unsigned int forceinline unsigned int Gecode::Choice::id (void) const id void Return id of the creating brancher. forceinline Gecode::Choice::Choice (const Brancher &b, const unsigned int a) Choice const Brancher & b const unsigned int a Initialize for particular brancher b and alternatives a. unsigned int forceinline unsigned int Gecode::Choice::alternatives (void) const alternatives void Return number of alternatives. GECODE_KERNEL_EXPORT forceinline Gecode::Choice::~Choice (void) ~Choice void Destructor. size_t virtual size_t Gecode::Choice::size (void) const =0 size size size size size size void Report size occupied by choice. GECODE_KERNEL_EXPORT void virtual GECODE_KERNEL_EXPORT void Gecode::Choice::archive (Archive &e) const archive archive archive archive archive archive Archive & e Archive into e. void * forceinline void * Gecode::Choice::operator new (size_t) operator new size_t s Allocate memory from heap. void forceinline void Gecode::Choice::operator delete (void *) operator delete void * p Return memory to heap. Choice for performing commit Must be refined by inheritance such that the information stored inside a choice is sufficient to redo a commit performed by a particular brancher. Gecode::Choice_alt Gecode::Choice_id Gecode::Choicealternatives Gecode::Choicearchive Gecode::ChoiceChoice Gecode::Choiceid Gecode::Choiceoperator delete Gecode::Choiceoperator new Gecode::Choicesize Gecode::ChoiceSpace Gecode::Choice~Choice