Generated on Thu Feb 14 2013 20:59:55 for Gecode by doxygen 1.8.3.1
Gecode::TieBreakVarBranchOptions Class Reference

Combine variable branch options for tie-breaking. More...

#include <branch.hpp>

Public Member Functions

 TieBreakVarBranchOptions (const VarBranchOptions &a0=VarBranchOptions::def, const VarBranchOptions &b0=VarBranchOptions::def, const VarBranchOptions &c0=VarBranchOptions::def, const VarBranchOptions &d0=VarBranchOptions::def)
 Initialize with variable selection criteria. More...
 

Public Attributes

VarBranchOptions a
 Options for branching criteria to try in order. More...
 
VarBranchOptions b
 
VarBranchOptions c
 
VarBranchOptions d
 

Static Public Attributes

static const
TieBreakVarBranchOptions 
def
 Default options. More...
 

Detailed Description

Combine variable branch options for tie-breaking.

Definition at line 103 of file branch.hpp.

Constructor & Destructor Documentation

Gecode::TieBreakVarBranchOptions::TieBreakVarBranchOptions ( const VarBranchOptions a0 = VarBranchOptions::def,
const VarBranchOptions b0 = VarBranchOptions::def,
const VarBranchOptions c0 = VarBranchOptions::def,
const VarBranchOptions d0 = VarBranchOptions::def 
)
inline

Initialize with variable selection criteria.

Definition at line 227 of file branch.hpp.

Member Data Documentation

VarBranchOptions Gecode::TieBreakVarBranchOptions::a

Options for branching criteria to try in order.

Definition at line 106 of file branch.hpp.

VarBranchOptions Gecode::TieBreakVarBranchOptions::b

Definition at line 106 of file branch.hpp.

VarBranchOptions Gecode::TieBreakVarBranchOptions::c

Definition at line 106 of file branch.hpp.

VarBranchOptions Gecode::TieBreakVarBranchOptions::d

Definition at line 106 of file branch.hpp.

const TieBreakVarBranchOptions Gecode::TieBreakVarBranchOptions::def
static

Default options.

Definition at line 108 of file branch.hpp.


The documentation for this class was generated from the following files: