Generated on Tue Sep 25 2012 20:53:25 for Gecode by doxygen 1.7.5
Gecode::TieBreakVarBranch Class Reference

Combine variable selection criteria for tie-breaking. More...

#include <branch.hpp>

List of all members.

Public Member Functions

 TieBreakVarBranch (VarBranch a0=static_cast< VarBranch >(0), VarBranch b0=static_cast< VarBranch >(0), VarBranch c0=static_cast< VarBranch >(0), VarBranch d0=static_cast< VarBranch >(0))
 Initialize with variable selection criteria.

Public Attributes

VarBranch a
 Branching criteria to try in order.
VarBranch b
VarBranch c
VarBranch d

Detailed Description

Combine variable selection criteria for tie-breaking.


Constructor & Destructor Documentation

Gecode::TieBreakVarBranch::TieBreakVarBranch ( VarBranch  a0 = static_cast<VarBranch>(0),
VarBranch  b0 = static_cast<VarBranch>(0),
VarBranch  c0 = static_cast<VarBranch>(0),
VarBranch  d0 = static_cast<VarBranch>(0) 
) [inline]

Initialize with variable selection criteria.

Definition at line 195 of file branch.hpp.


Member Data Documentation

Branching criteria to try in order.

Definition at line 94 of file branch.hpp.

Definition at line 94 of file branch.hpp.

Definition at line 94 of file branch.hpp.

Definition at line 94 of file branch.hpp.


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