debug.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 138 SCIP_Bool varfixing, /**< FALSE if y should be added in implications for x == 0, TRUE for x == 1 */ 140 SCIP_BOUNDTYPE impltype, /**< type of implication y <= b (SCIP_BOUNDTYPE_UPPER) or y >= b (SCIP_BOUNDTYPE_LOWER) */ 148 SCIP_VAR** vars, /**< binary variables in the clique: at most one can be set to the given value */ 160 SCIP_Real* relaxedbds, /**< array with relaxed bounds which are efficient to create a valid conflict */ 172 SCIP_Real* relaxedbds, /**< array with relaxed bounds which are efficient to create a valid conflict */ 184 /** adds a solution value for a new variable in the transformed problem that has no original counterpart 221 /** checks whether SCIP data structure is the main SCIP (the one for which debugging is enabled) */ 261 #define SCIPdebugCheckConflictFrontier(blkmem,set,node,bdchginfo,bdchginfos,relaxedbds,nliterals,bdchgqueue,forcedbdchgqueue) SCIP_OKAY
type definitions for miscellaneous datastructures Definition: struct_scip.h:53 Definition: struct_misc.h:63 #define SCIPdebugCheckImplic(set, var, varfixing, implvar, impltype, implbound) Definition: debug.h:258 Definition: struct_var.h:196 type definitions for return codes for SCIP methods #define SCIPdebugCheckVbound(set, var, vbtype, vbvar, vbcoef, vbconstant) Definition: debug.h:257 Definition: struct_tree.h:122 type definitions for LP management Definition: struct_sol.h:50 Definition: struct_set.h:56 #define SCIPdebugCheckConflict(blkmem, set, node, bdchginfos, relaxedbds, nliterals) Definition: debug.h:260 Definition: struct_cons.h:36 #define SCIPdebugCheckInference(blkmem, set, node, var, newbound, boundtype) Definition: debug.h:255 Definition: struct_var.h:104 #define SCIPdebugSolIsValidInSubtree(scip, isvalidinsubtree) Definition: debug.h:265 Definition: struct_lp.h:189 #define SCIPdebugCheckConflictFrontier(blkmem, set, node, bdchginfo, bdchginfos, relaxedbds, nliterals, bdchgqueue, forcedbdchgqueue) Definition: debug.h:261 type definitions for branch and bound tree type definitions for storing and manipulating the main problem common defines and data types used in all packages of SCIP Definition: objbranchrule.h:33 memory allocation routines |