Gecode::ViewSelNone Gecode::ViewSel< View > brancher-view-sel.hpp class View View
Initialization
forceinline Gecode::ViewSelNone< View >::ViewSelNone (Space &home, const VarBranch &vb) ViewSelNone Space & home const VarBranch & vb Constructor for creation. forceinline Gecode::ViewSelNone< View >::ViewSelNone (Space &home, bool shared, ViewSelNone< View > &vs) ViewSelNone Space & home bool shared ViewSelNone< View > & vs Constructor for copying during cloning.
View selection and tie breaking
int int Gecode::ViewSelNone< View >::select (Space &home, ViewArray< View > &x, int s) select select Space & home ViewArray< View > & x int s Select a view from x starting at s and return its position. int int Gecode::ViewSelNone< 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 at s and return its position. void void Gecode::ViewSelNone< 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 at s. void void Gecode::ViewSelNone< 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 at s. void void Gecode::ViewSelNone< 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::ViewSelNone< 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::ViewSelNone< View >::copy (Space &home, bool shared) copy copy Space & home bool shared Create copy during cloning.
ViewSel< View >::BranchFilter typedef ViewSel<View>::BranchFilter Gecode::ViewSelNone< View >::BranchFilter BranchFilter Select the first unassigned view. Gecode::ViewSelNoneBranchFilter Gecode::ViewSelNonebrk Gecode::ViewSelNonecopy Gecode::ViewSelNonedispose Gecode::ViewSelNonenotice Gecode::ViewSelNoneoperator delete Gecode::ViewSelNoneoperator delete Gecode::ViewSelNoneoperator new Gecode::ViewSelNoneselect Gecode::ViewSelNoneselect Gecode::ViewSelNoneselect Gecode::ViewSelNoneselect Gecode::ViewSelNoneties Gecode::ViewSelNoneties Gecode::ViewSelNoneties Gecode::ViewSelNoneView Gecode::ViewSelNoneViewSel Gecode::ViewSelNoneViewSel Gecode::ViewSelNoneViewSelNone Gecode::ViewSelNoneViewSelNone