Generated on Thu Mar 13 2014 04:39:42 for Gecode by doxygen 1.8.1.2
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.

Public Attributes

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

Static Public Attributes

static const
TieBreakVarBranchOptions 
def
 Default options.

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: