Generated on Sat Feb 7 2015 02:01:36 for Gecode by doxygen 1.8.9.1

Modules

 Tie-breaking for variable selection
 
 Branch with a function
 

Classes

class  Gecode::ValBranch
 Value branching information. More...
 
class  Gecode::VarBranch
 Variable branching information. More...
 

Typedefs

typedef double(* Gecode::BranchTbl) (const Space &home, double w, double b)
 Tie-break limit function. More...
 

Detailed Description

Support for randomization and tie-breaking that are independent of a particular variable domain.

Typedef Documentation

typedef double(* Gecode::BranchTbl) (const Space &home, double w, double b)

Tie-break limit function.

Here the value w is the worst and is the best merit value found. The function must return the merit value that is considered the limit for breaking ties.

Definition at line 49 of file branch-var.hpp.