|
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
Definition: struct_scip.h:52 Definition: struct_misc.h:63 #define SCIPdebugCheckImplic(set, var, varfixing, implvar, impltype, implbound) Definition: debug.h:240 Definition: struct_var.h:196 type definitions for return codes for SCIP methods #define SCIPdebugCheckVbound(set, var, vbtype, vbvar, vbcoef, vbconstant) Definition: debug.h:239 Definition: struct_tree.h:119 type definitions for LP management Definition: struct_sol.h:50 Definition: struct_set.h:55 #define SCIPdebugCheckConflict(blkmem, set, node, bdchginfos, relaxedbds, nliterals) Definition: debug.h:242 Definition: struct_cons.h:36 #define SCIPdebugCheckInference(blkmem, set, node, var, newbound, boundtype) Definition: debug.h:237 Definition: struct_var.h:104 #define SCIPdebugSolIsValidInSubtree(scip, isvalidinsubtree) Definition: debug.h:247 Definition: struct_lp.h:188 #define SCIPdebugCheckConflictFrontier(blkmem, set, node, bdchginfo, bdchginfos, relaxedbds, nliterals, bdchgqueue, forcedbdchgqueue) Definition: debug.h:243 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 memory allocation routines |