|
| virtual const Choice * | choice (Space &home) |
| | Return choice.
|
| |
| virtual const Choice * | choice (const Space &home, Archive &e) |
| | Return choice.
|
| |
| virtual ExecStatus | commit (Space &home, const Choice &c, unsigned int a) |
| | Perform commit for choice c and alternative a.
|
| |
| virtual NGL * | ngl (Space &home, const Choice &c, unsigned int a) const |
| | Create no-good literal for choice c and alternative a.
|
| |
| virtual void | print (const Space &home, const Choice &c, unsigned int a, std::ostream &o) const |
| | Print branch for choice c and alternative a.
|
| |
| virtual Actor * | copy (Space &home) |
| | Perform cloning.
|
| |
| virtual size_t | dispose (Space &home) |
| | Delete brancher and return its size.
|
| |
| virtual bool | status (const Space &home) const |
| | Check status of brancher, return true if alternatives left.
|
| |
| unsigned int | id (void) const |
| | Return brancher id.
|
| |
| BrancherGroup | group (void) const |
| | Return group brancher belongs to.
|
| |
| void | group (BrancherGroup g) |
| | Add brancher to group g.
|
| |
| virtual | ~Actor (void) |
| | To avoid warnings.
|
| |
|
| | ViewValuesBrancher (Space &home, ViewValuesBrancher &b) |
| | Constructor for cloning b.
|
| |
| | ViewValuesBrancher (Home home, ViewArray< IntView > &x, ViewSel< IntView > *vs[n], IntBranchFilter bf, IntVarValPrint vvp) |
| | Constructor for creation.
|
| |
| Pos | pos (Space &home) |
| | Return position information.
|
| |
| IntView | view (const Pos &p) const |
| | Return view according to position information p.
|
| |
| | ViewBrancher (Space &home, ViewBrancher< IntView, Filter, n > &b) |
| | Constructor for cloning b.
|
| |
| | ViewBrancher (Home home, ViewArray< IntView > &x, ViewSel< IntView > *vs[n], BranchFilter< Var > bf) |
| | Constructor for creation.
|
| |
| | Brancher (Home home) |
| | Constructor for creation.
|
| |
| | Brancher (Space &home, Brancher &b) |
| | Constructor for cloning b.
|
| |
template<int n, bool min, class Filter, class Print>
class Gecode::Int::Branch::ViewValuesBrancher< n, min, Filter, Print >
Brancher by view and values selection
Definition at line 626 of file branch.hh.
template<int n, bool min, class Filter , class Print >
Print branch for choice c and alternative a.
Prints an explanation of the alternative a of choice c on the stream o.
Reimplemented from Gecode::Brancher.
Definition at line 165 of file view-values.hpp.