Classes | |
class | Gecode::Pos |
Position information. More... | |
class | Gecode::ViewBrancher |
Generic brancher by view selection. More... | |
class | Gecode::ViewValBrancher |
Generic brancher by view and value selection. More... | |
class | Gecode::PosChoice |
Choices storing position More... | |
class | Gecode::PosValChoice |
Choice storing position and value More... | |
Modules | |
Generic view tie-breaking for brancher based on view and value selection | |
Generic value selection for brancher based on view and value selection | |
Generic view selection for brancher based on view and value selection | |
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.
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.