All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objbranchrule.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
77 int maxdepth, /**< maximal depth level, up to which this branching rule should be used (or -1) */
78 SCIP_Real maxbounddist /**< maximal relative distance from current node's dual bound to primal bound
130 /** solving process initialization method of branching rule (called when branch and bound process is about to begin)
139 /** solving process deinitialization method of branching rule (called before branch and bound process data is freed)
209 SCIP_Bool deleteobject /**< should the branching rule object be deleted when branching rule is freed? */
|