Generated on Thu Mar 22 10:39:53 2012 for Gecode by doxygen 1.6.3

Gecode::TieBreakVarBranchOptions Class Reference

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

#include <branch.hpp>

List of all members.

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

Options for branching criteria to try in order.

Definition at line 106 of file branch.hpp.

Default options.

Definition at line 108 of file branch.hpp.


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