Classes | |
class | Gecode::Pos |
Position information. More... | |
class | Gecode::ViewBrancher< ViewSel > |
Generic brancher by view selection. More... | |
class | Gecode::ViewValBrancher< ViewSel, ValSel > |
Generic brancher by view and value selection. More... | |
class | Gecode::PosChoice< ViewSel > |
Choices storing position More... | |
class | Gecode::PosValChoice< ViewSel, ValSel > |
Choice storing position and value More... | |
Enumerations | |
enum | Gecode::ViewSelStatus { Gecode::VSS_BEST, Gecode::VSS_BETTER, Gecode::VSS_TIE, Gecode::VSS_WORSE } |
Status returned by member functions of view selection class. More... | |
Implements view-based brancher for an array of views and value.
Status returned by member functions of view selection class.
Enumerator | |
---|---|
VSS_BEST |
Current view is a best one. |
VSS_BETTER |
Current view is better. |
VSS_TIE |
Current view is as good as. |
VSS_WORSE |
Current view is worse. |
Definition at line 51 of file brancher.hpp.