Generated on Thu Feb 21 2013 23:11:53 for Gecode by doxygen 1.8.3.1
Generic branching support

Modules

 Tie-breaking for variable selection
 
 Branch with a function
 

Classes

class  Gecode::VarBranchOptions
 Variable branch options. More...
 
class  Gecode::ValBranchOptions
 Value branch options. More...
 

Typedefs

typedef bool(* Gecode::BranchFilter )(const Space &home, int i, const Var &x)
 Branch filter function type. More...
 

Detailed Description

Support for options to branchings, tie-breaking, filter functions, and branchings that are independent of a particular variable domain.

Typedef Documentation

typedef bool(* Gecode::BranchFilter)(const Space &home, int i, const Var &x)

Branch filter function type.

Definition at line 54 of file branch.hpp.