Gecode::ViewSel brancher-view-sel.hpp class _View _View
Initialization
forceinline Gecode::ViewSel< View >::ViewSel (Space &home, const VarBranch &vb) ViewSel Space & home const VarBranch & vb Constructor for creation. forceinline Gecode::ViewSel< View >::ViewSel (Space &home, bool shared, ViewSel< View > &vs) ViewSel Space & home bool shared ViewSel< View > & vs Constructor for copying during cloning.
View selection and tie breaking
int virtual int Gecode::ViewSel< _View >::select (Space &home, ViewArray< View > &x, int s)=0 select select select select select Space & home ViewArray< View > & x int s Select a view from x starting from s and return its position. int virtual int Gecode::ViewSel< _View >::select (Space &home, ViewArray< View > &x, int s, BranchFilter bf)=0 select select select Space & home ViewArray< View > & x int s BranchFilter bf Select a view from x starting from s and return its position. void virtual void Gecode::ViewSel< _View >::ties (Space &home, ViewArray< View > &x, int s, int *ties, int &n)=0 ties ties ties ties ties ties ties Space & home ViewArray< View > & x int s int * ties int & n Select ties from x starting from s. void virtual void Gecode::ViewSel< _View >::ties (Space &home, ViewArray< View > &x, int s, int *ties, int &n, BranchFilter bf)=0 ties ties ties ties ties Space & home ViewArray< View > & x int s int * ties int & n BranchFilter bf Select ties from x starting from s. void virtual void Gecode::ViewSel< _View >::brk (Space &home, ViewArray< View > &x, int *ties, int &n)=0 brk brk brk brk brk brk brk Space & home ViewArray< View > & x int * ties int & n Break ties in x and update to new ties. int virtual int Gecode::ViewSel< _View >::select (Space &home, ViewArray< View > &x, int *ties, int n)=0 select select select select select Space & home ViewArray< View > & x int * ties int n Select a view from x considering views with positions in ties.
Resource management and cloning
ViewSel< View > * virtual ViewSel<View>* Gecode::ViewSel< _View >::copy (Space &home, bool shared)=0 copy copy copy copy copy copy copy Space & home bool shared Create copy during cloning. bool bool Gecode::ViewSel< View >::notice (void) const notice notice notice notice void Whether dispose must always be called (that is, notice is needed) void void Gecode::ViewSel< View >::dispose (Space &home) dispose dispose dispose dispose Space & home Dispose view selection.
Memory management
void * forceinline void * Gecode::ViewSel< View >::operator new (size_t s, Space &home) operator new size_t s Space & home Allocate memory from space. void forceinline void Gecode::ViewSel< View >::operator delete (void *p, Space &home) operator delete void * p Space & home Return memory to space. void forceinline void Gecode::ViewSel< View >::operator delete (void *p) operator delete void * p Needed for exceptions.
_View typedef _View Gecode::ViewSel< _View >::View View Define the view type. BranchTraits< typename View::VarType >::Filter typedef BranchTraits<typename View::VarType>::Filter Gecode::ViewSel< _View >::BranchFilter BranchFilter The branch filter that corresponds to the view type. Abstract class for view selection. Gecode::ViewSelBranchFilter Gecode::ViewSelbrk Gecode::ViewSelcopy Gecode::ViewSeldispose Gecode::ViewSelnotice Gecode::ViewSeloperator delete Gecode::ViewSeloperator delete Gecode::ViewSeloperator new Gecode::ViewSelselect Gecode::ViewSelselect Gecode::ViewSelselect Gecode::ViewSelties Gecode::ViewSelties Gecode::ViewSelView Gecode::ViewSelViewSel Gecode::ViewSelViewSel