|
virtual const Choice * | choice (Space &home) |
| Return choice. More...
|
|
virtual const Choice * | choice (const Space &home, Archive &e) |
| Return choice. More...
|
|
virtual ExecStatus | commit (Space &home, const Choice &c, unsigned int a) |
| Perform commit for choice c and alternative a. More...
|
|
virtual NGL * | ngl (Space &home, const Choice &c, unsigned int a) const |
| Create no-good literal for choice c and alternative a. More...
|
|
virtual void | print (const Space &home, const Choice &c, unsigned int a, std::ostream &o) const |
| Print branch for choice c and alternative a. More...
|
|
virtual Actor * | copy (Space &home, bool share) |
| Perform cloning. More...
|
|
virtual bool | status (const Space &home) const |
| Check status of brancher, return true if alternatives left. More...
|
|
virtual size_t | dispose (Space &home) |
| Delete brancher and return its size. More...
|
|
unsigned int | id (void) const |
| Return unsigned brancher id. More...
|
|
|
| ViewValuesBrancher (Space &home, bool shared, ViewValuesBrancher &b) |
| Constructor for cloning b. More...
|
|
| ViewValuesBrancher (Home home, ViewArray< IntView > &x, ViewSel< IntView > *vs[n], BranchFilter bf, IntVarValPrint vvp) |
| Constructor for creation. More...
|
|
Pos | pos (Space &home) |
| Return position information. More...
|
|
IntView | view (const Pos &p) const |
| Return view according to position information p. More...
|
|
| ViewBrancher (Space &home, bool shared, ViewBrancher< IntView, n > &b) |
| Constructor for cloning b. More...
|
|
| ViewBrancher (Home home, ViewArray< IntView > &x, ViewSel< IntView > *vs[n], BranchFilter bf) |
| Constructor for creation. More...
|
|
| Brancher (Home home) |
| Constructor for creation. More...
|
|
| Brancher (Space &home, bool share, Brancher &b) |
| Constructor for cloning b. More...
|
|
template<int n, bool min>
class Gecode::Int::Branch::ViewValuesBrancher< n, min >
Brancher by view and values selection
Definition at line 632 of file branch.hh.