All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objsepa.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
62 /** maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying
80 SCIP_Real maxbounddist, /**< maximal relative distance from current node's dual bound to primal bound compared
135 /** solving process initialization method of separator (called when branch and bound process is about to begin)
144 /** solving process deinitialization method of separator (called before branch and bound process data is freed)
204 SCIP_Bool deleteobject /**< should the cut separator object be deleted when cut separator is freed? */
|