Gecode::BranchTraits< FloatVar > Class Template Reference
Traits of FloatVar for branching. More...
#include <traits.hpp>
Public Types | |
typedef FloatBranchFilter | Filter |
Type for the branching filter function. | |
typedef FloatBranchMerit | Merit |
Type for the branching merit function. | |
typedef FloatBranchVal | Val |
Type for the branching value function. | |
typedef FloatNumBranch | ValType |
Return type of the branching value function. | |
typedef FloatBranchCommit | Commit |
Type for the branching commit function. |
Detailed Description
template<>
class Gecode::BranchTraits< FloatVar >
Traits of FloatVar for branching.
Definition at line 42 of file traits.hpp.
Member Typedef Documentation
typedef FloatBranchFilter Gecode::BranchTraits< FloatVar >::Filter |
Type for the branching filter function.
Definition at line 45 of file traits.hpp.
typedef FloatBranchMerit Gecode::BranchTraits< FloatVar >::Merit |
Type for the branching merit function.
Definition at line 47 of file traits.hpp.
typedef FloatBranchVal Gecode::BranchTraits< FloatVar >::Val |
Type for the branching value function.
Definition at line 49 of file traits.hpp.
typedef FloatNumBranch Gecode::BranchTraits< FloatVar >::ValType |
Return type of the branching value function.
Definition at line 51 of file traits.hpp.
typedef FloatBranchCommit Gecode::BranchTraits< FloatVar >::Commit |
Type for the branching commit function.
Definition at line 53 of file traits.hpp.
The documentation for this class was generated from the following file:
- gecode/float/branch/traits.hpp (Revision: 13672)