Gecode::BrancherHandle core.hpp unsigned int unsigned int Gecode::BrancherHandle::_id _id Id of the brancher. forceinline Gecode::BrancherHandle::BrancherHandle (void) BrancherHandle void Create handle as unitialized. forceinline Gecode::BrancherHandle::BrancherHandle (const Brancher &b) BrancherHandle const Brancher & b Create handle for brancher b. void forceinline void Gecode::BrancherHandle::update (Space &home, bool share, BrancherHandle &bh) update Space & home bool share BrancherHandle & bh Update during cloning. unsigned int forceinline unsigned int Gecode::BrancherHandle::id (void) const id void Return brancher id. bool forceinline bool Gecode::BrancherHandle::operator() (const Space &home) const operator() const Space & home Check whether brancher is still active. void forceinline void Gecode::BrancherHandle::kill (Space &home) kill Space & home Kill the brancher. Handle for brancher. Supports few operations on a brancher, in particular to kill a brancher. Gecode::BrancherHandle_id Gecode::BrancherHandleBrancherHandle Gecode::BrancherHandleBrancherHandle Gecode::BrancherHandleid Gecode::BrancherHandlekill Gecode::BrancherHandleoperator() Gecode::BrancherHandleupdate