Gecode::ValBranch< Var > Class Template Reference
[Generic branching support]
Value branching information. More...
#include <branch-val.hpp>
Public Types | |
typedef BranchTraits< Var >::Val | BranchVal |
The corresponding branching value function. | |
typedef BranchTraits< Var >::Commit | BranchCommit |
The corresponding branching commit function. | |
Public Member Functions | |
ValBranch (void) | |
Initialize. | |
ValBranch (Rnd r) | |
Initialize with random number generator r. | |
ValBranch (BranchVal v, BranchCommit c) | |
Initialize with value function v and commit function c. | |
Rnd | rnd (void) const |
Return random number generator. | |
BranchVal | val (void) const |
Return value function. | |
BranchCommit | commit (void) const |
Return commit function. | |
Protected Attributes | |
Rnd | r |
Random number generator. | |
BranchVal | vf |
Value function. | |
BranchCommit | cf |
Commit function. |
Detailed Description
template<class Var>
class Gecode::ValBranch< Var >
Value branching information.
Definition at line 45 of file branch-val.hpp.
Member Typedef Documentation
typedef BranchTraits<Var>::Val Gecode::ValBranch< Var >::BranchVal |
The corresponding branching value function.
Definition at line 48 of file branch-val.hpp.
typedef BranchTraits<Var>::Commit Gecode::ValBranch< Var >::BranchCommit |
The corresponding branching commit function.
Definition at line 50 of file branch-val.hpp.
Constructor & Destructor Documentation
Gecode::ValBranch< Var >::ValBranch | ( | void | ) | [inline] |
Initialize.
Definition at line 76 of file branch-val.hpp.
Gecode::ValBranch< Var >::ValBranch | ( | Rnd | r | ) | [inline] |
Initialize with random number generator r.
Definition at line 81 of file branch-val.hpp.
Gecode::ValBranch< Var >::ValBranch | ( | BranchVal | v, | |
BranchCommit | c | |||
) | [inline] |
Initialize with value function v and commit function c.
Definition at line 89 of file branch-val.hpp.
Member Function Documentation
Rnd Gecode::ValBranch< Var >::rnd | ( | void | ) | const [inline] |
Return random number generator.
Definition at line 94 of file branch-val.hpp.
ValBranch< Var >::BranchVal Gecode::ValBranch< Var >::val | ( | void | ) | const [inline] |
Return value function.
Definition at line 100 of file branch-val.hpp.
ValBranch< Var >::BranchCommit Gecode::ValBranch< Var >::commit | ( | void | ) | const [inline] |
Return commit function.
Definition at line 106 of file branch-val.hpp.
Member Data Documentation
Rnd Gecode::ValBranch< Var >::r [protected] |
Random number generator.
Definition at line 53 of file branch-val.hpp.
BranchVal Gecode::ValBranch< Var >::vf [protected] |
Value function.
Definition at line 55 of file branch-val.hpp.
BranchCommit Gecode::ValBranch< Var >::cf [protected] |
Commit function.
Definition at line 57 of file branch-val.hpp.
The documentation for this class was generated from the following file:
- gecode/kernel/branch-val.hpp (Revision: 15562)