All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
debug.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
117 SCIP_Bool varfixing, /**< FALSE if y should be added in implications for x == 0, TRUE for x == 1 */
119 SCIP_BOUNDTYPE impltype, /**< type of implication y <= b (SCIP_BOUNDTYPE_UPPER) or y >= b (SCIP_BOUNDTYPE_LOWER) */
127 SCIP_VAR** vars, /**< binary variables in the clique: at most one can be set to the given value */
139 SCIP_Real* relaxedbds, /**< array with relaxed bounds which are efficient to create a valid conflict */
151 SCIP_Real* relaxedbds, /**< array with relaxed bounds which are efficient to create a valid conflict */
163 /** adds a solution value for a new variable in the transformed problem that has no original counterpart
206 /** checks whether SCIP data structure is the main SCIP (the one for which debugging is enabled) */
243 #define SCIPdebugCheckConflictFrontier(blkmem,set,node,bdchginfo,bdchginfos,relaxedbds,nliterals,bdchgqueue,forcedbdchgqueue) SCIP_OKAY
|