Gecode::ViewSelRnd Gecode::ViewSel< View > brancher-view-sel.hpp class View View
Initialization
forceinline Gecode::ViewSelRnd< View >::ViewSelRnd (Space &home, const VarBranch &vb) ViewSelRnd Space & home const VarBranch & vb Constructor for creation. forceinline Gecode::ViewSelRnd< View >::ViewSelRnd (Space &home, bool shared, ViewSelRnd< View > &vs) ViewSelRnd Space & home bool shared ViewSelRnd< View > & vs Constructor for copying during cloning.
View selection and tie breaking
int int Gecode::ViewSelRnd< View >::select (Space &home, ViewArray< View > &x, int s) select select Space & home ViewArray< View > & x int s Select a view from x starting from s and return its position. int int Gecode::ViewSelRnd< View >::select (Space &home, ViewArray< View > &x, int s, BranchFilter bf) select Space & home ViewArray< View > & x int s BranchFilter bf Select a view from x starting from s and return its position. void void Gecode::ViewSelRnd< View >::ties (Space &home, ViewArray< View > &x, int s, int *ties, int &n) ties ties Space & home ViewArray< View > & x int s int * ties int & n Select ties from x starting from s. void void Gecode::ViewSelRnd< View >::ties (Space &home, ViewArray< View > &x, int s, int *ties, int &n, BranchFilter bf) ties Space & home ViewArray< View > & x int s int * ties int & n BranchFilter bf Select ties from x starting from s. void void Gecode::ViewSelRnd< View >::brk (Space &home, ViewArray< View > &x, int *ties, int &n) brk brk Space & home ViewArray< View > & x int * ties int & n Break ties in x and update to new ties. int int Gecode::ViewSelRnd< View >::select (Space &home, ViewArray< View > &x, int *ties, int n) select select Space & home ViewArray< View > & x int * ties int n Select a view from x considering view with positions in ties.
Resource management and cloning
ViewSel< View > * ViewSel< View > * Gecode::ViewSelRnd< View >::copy (Space &home, bool shared) copy copy Space & home bool shared Create copy during cloning.
ViewSel< View >::BranchFilter typedef ViewSel<View>::BranchFilter Gecode::ViewSelRnd< View >::BranchFilter BranchFilter Rnd Rnd Gecode::ViewSelRnd< View >::r r The random number generator used. Select a view randomly. r Gecode::ViewSelRndBranchFilter Gecode::ViewSelRndbrk Gecode::ViewSelRndcopy Gecode::ViewSelRnddispose Gecode::ViewSelRndnotice Gecode::ViewSelRndoperator delete Gecode::ViewSelRndoperator delete Gecode::ViewSelRndoperator new Gecode::ViewSelRndr Gecode::ViewSelRndselect Gecode::ViewSelRndselect Gecode::ViewSelRndselect Gecode::ViewSelRndselect Gecode::ViewSelRndties Gecode::ViewSelRndties Gecode::ViewSelRndties Gecode::ViewSelRndView Gecode::ViewSelRndViewSel Gecode::ViewSelRndViewSel Gecode::ViewSelRndViewSelRnd Gecode::ViewSelRndViewSelRnd