Generated on Sun Aug 26 2012 08:43:40 for Gecode by doxygen 1.8.1.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.

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.