pub_branch.h File Reference Detailed Descriptionpublic methods for branching rules Definition in file pub_branch.h. Go to the source code of this file. Function Documentation
compares two branching rules w. r. to their priority
comparison method for sorting branching rules w.r.t. to their name
gets user data of branching rule
sets user data of branching rule; user has to free old data in advance!
gets name of branching rule
gets description of branching rule
gets priority of branching rule
gets maximal depth level, up to which this branching rule should be used (-1 for no limit)
gets maximal relative distance from current node's dual bound to primal bound for applying branching rule
gets time in seconds used in this branching rule for setting up for next stages
gets time in seconds used in this branching rule
gets the total number of times, the branching rule was called on an LP solution
gets the total number of times, the branching rule was called on external candidates
gets the total number of times, the branching rule was called on a pseudo solution
gets the total number of times, the branching rule detected a cutoff
gets the total number of cuts, the branching rule separated
gets the total number of constraints, the branching rule added to the respective local nodes (not counting constraints that were added to the child nodes as branching decisions)
gets the total number of domain reductions, the branching rule found
gets the total number of children, the branching rule created
is branching rule initialized?
|