Generated on Fri Aug 31 2012 16:22:15 for Gecode by doxygen 1.8.1.2
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.

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.