Generated on Tue Dec 13 2011 10:02:32 for Gecode by doxygen 1.7.4
Generic branching support

Classes

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

Modules

 Tie-breaking for variable selection
 Branch with a function

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.