Generic view selection for brancher based on view and value selection
[Generic brancher based on view and value selection]
Classes | |
class | Gecode::ViewSel< _View > |
Abstract class for view selection. More... | |
class | Gecode::ViewSelNone< View > |
Select the first unassigned view. More... | |
class | Gecode::ViewSelRnd< View > |
Select a view randomly. More... | |
class | Gecode::ChooseMin |
Choose views with smaller merit values. More... | |
class | Gecode::ChooseMax |
Choose views with larger merit values. More... | |
class | Gecode::ViewSelChoose< Choose, Merit > |
Choose view according to merit. More... | |
class | Gecode::ViewSelChooseTbl< Choose, Merit > |
Choose view according to merit taking tie-break limit into account. More... | |
class | Gecode::ViewSelMin< Merit > |
Select view with least merit. More... | |
class | Gecode::ViewSelMinTbl< Merit > |
Select view with least merit taking tie-break limit into account. More... | |
class | Gecode::ViewSelMax< Merit > |
Select view with largest merit. More... | |
class | Gecode::ViewSelMaxTbl< Merit > |
Select view with largest merit taking tie-break limit into account. More... |