All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Conflict Struct Reference Detailed Descriptionconflict analysis data structure Definition at line 88 of file struct_conflict.h.
Field Documentation
total number of applied global bound changes Definition at line 90 of file struct_conflict.h. Referenced by SCIPconflictGetNGlobalChgBds().
total number of conflict constraints added globally to the problem Definition at line 91 of file struct_conflict.h. Referenced by SCIPconflictGetNAppliedConss(), SCIPconflictGetNAppliedGlobalConss(), and updateStatistics().
total number of literals in globally applied conflict constraints Definition at line 92 of file struct_conflict.h. Referenced by SCIPconflictGetNAppliedGlobalLiterals(), SCIPconflictGetNAppliedLiterals(), and updateStatistics().
total number of applied local bound changes Definition at line 93 of file struct_conflict.h. Referenced by SCIPconflictGetNLocalChgBds().
total number of conflict constraints added locally to the problem Definition at line 94 of file struct_conflict.h. Referenced by SCIPconflictGetNAppliedConss(), SCIPconflictGetNAppliedLocalConss(), and updateStatistics().
total number of literals in locally applied conflict constraints Definition at line 95 of file struct_conflict.h. Referenced by SCIPconflictGetNAppliedLiterals(), SCIPconflictGetNAppliedLocalLiterals(), and updateStatistics().
number of calls to propagation conflict analysis Definition at line 96 of file struct_conflict.h. Referenced by SCIPconflictAnalyze(), and SCIPconflictGetNPropCalls().
number of calls yielding at least one conflict constraint Definition at line 97 of file struct_conflict.h. Referenced by SCIPconflictAnalyze(), and SCIPconflictGetNPropSuccess().
number of valid conflict constraints detected in propagation conflict analysis Definition at line 98 of file struct_conflict.h. Referenced by SCIPconflictAnalyze(), and SCIPconflictGetNPropConflictConss().
total number of literals in valid propagation conflict constraints Definition at line 99 of file struct_conflict.h. Referenced by SCIPconflictAnalyze(), and SCIPconflictGetNPropConflictLiterals().
number of reconvergence constraints detected in propagation conflict analysis Definition at line 100 of file struct_conflict.h. Referenced by SCIPconflictAnalyze(), and SCIPconflictGetNPropReconvergenceConss().
total number of literals in valid propagation reconvergence constraints Definition at line 101 of file struct_conflict.h. Referenced by SCIPconflictAnalyze(), and SCIPconflictGetNPropReconvergenceLiterals().
number of calls to infeasible LP conflict analysis Definition at line 102 of file struct_conflict.h. Referenced by conflictAnalyzeInfeasibleLP(), and SCIPconflictGetNInfeasibleLPCalls().
number of calls yielding at least one conflict constraint Definition at line 103 of file struct_conflict.h. Referenced by conflictAnalyzeInfeasibleLP(), and SCIPconflictGetNInfeasibleLPSuccess().
number of valid conflict constraints detected in infeasible LP conflict analysis Definition at line 104 of file struct_conflict.h. Referenced by conflictAnalyzeInfeasibleLP(), and SCIPconflictGetNInfeasibleLPConflictConss().
total number of literals in valid infeasible LP conflict constraints Definition at line 106 of file struct_conflict.h. Referenced by conflictAnalyzeInfeasibleLP(), and SCIPconflictGetNInfeasibleLPConflictLiterals().
number of reconvergence constraints detected in infeasible LP conflict analysis Definition at line 107 of file struct_conflict.h. Referenced by conflictAnalyzeInfeasibleLP(), and SCIPconflictGetNInfeasibleLPReconvergenceConss().
total number of literals in valid infeasible LP reconvergence constraints Definition at line 109 of file struct_conflict.h. Referenced by conflictAnalyzeInfeasibleLP(), and SCIPconflictGetNInfeasibleLPReconvergenceLiterals().
total number of LP iterations used in infeasible LP conflict analysis Definition at line 111 of file struct_conflict.h. Referenced by conflictAnalyzeInfeasibleLP(), and SCIPconflictGetNInfeasibleLPIterations().
number of calls to bound exceeding LP conflict analysis Definition at line 112 of file struct_conflict.h. Referenced by conflictAnalyzeBoundexceedingLP(), and SCIPconflictGetNBoundexceedingLPCalls().
number of calls yielding at least one conflict constraint Definition at line 113 of file struct_conflict.h. Referenced by conflictAnalyzeBoundexceedingLP(), and SCIPconflictGetNBoundexceedingLPSuccess().
number of valid conflict constraints detected in bound exceeding LP conflict analysis Definition at line 114 of file struct_conflict.h. Referenced by conflictAnalyzeBoundexceedingLP(), and SCIPconflictGetNBoundexceedingLPConflictConss().
total number of literals in valid bound exceeding LP conflict constraints Definition at line 116 of file struct_conflict.h. Referenced by conflictAnalyzeBoundexceedingLP(), and SCIPconflictGetNBoundexceedingLPConflictLiterals().
number of reconvergence constraints detected in bound exceeding LP conflict analysis Definition at line 118 of file struct_conflict.h. Referenced by conflictAnalyzeBoundexceedingLP(), and SCIPconflictGetNBoundexceedingLPReconvergenceConss().
total number of literals in valid bound exceeding LP reconvergence constraints Definition at line 120 of file struct_conflict.h. Referenced by conflictAnalyzeBoundexceedingLP(), and SCIPconflictGetNBoundexceedingLPReconvergenceLiterals().
total number of LP iterations used in bound exceeding LP conflict analysis Definition at line 122 of file struct_conflict.h. Referenced by conflictAnalyzeBoundexceedingLP(), and SCIPconflictGetNBoundexceedingLPIterations().
number of calls to infeasible strong branching conflict analysis Definition at line 124 of file struct_conflict.h. Referenced by SCIPconflictAnalyzeStrongbranch(), and SCIPconflictGetNStrongbranchCalls().
number of calls yielding at least one conflict constraint Definition at line 125 of file struct_conflict.h. Referenced by SCIPconflictAnalyzeStrongbranch(), and SCIPconflictGetNStrongbranchSuccess().
number of conflict constraints detected in strong branching conflict analysis Definition at line 126 of file struct_conflict.h. Referenced by SCIPconflictAnalyzeStrongbranch(), and SCIPconflictGetNStrongbranchConflictConss().
total number of literals in valid strong branching conflict constraints Definition at line 127 of file struct_conflict.h. Referenced by SCIPconflictAnalyzeStrongbranch(), and SCIPconflictGetNStrongbranchConflictLiterals().
number of reconvergence constraints detected in strong branch conflict analysis Definition at line 128 of file struct_conflict.h. Referenced by SCIPconflictAnalyzeStrongbranch(), and SCIPconflictGetNStrongbranchReconvergenceConss().
total number of literals in valid strong branching reconvergence constraints Definition at line 129 of file struct_conflict.h. Referenced by SCIPconflictAnalyzeStrongbranch(), and SCIPconflictGetNStrongbranchReconvergenceLiterals().
total number of LP iterations used in strong branching conflict analysis Definition at line 130 of file struct_conflict.h. Referenced by SCIPconflictAnalyzeStrongbranch(), and SCIPconflictGetNStrongbranchIterations().
number of calls to pseudo solution conflict analysis Definition at line 131 of file struct_conflict.h. Referenced by SCIPconflictAnalyzePseudo(), and SCIPconflictGetNPseudoCalls().
number of calls yielding at least one conflict constraint Definition at line 132 of file struct_conflict.h. Referenced by SCIPconflictAnalyzePseudo(), and SCIPconflictGetNPseudoSuccess().
number of valid conflict constraints detected in pseudo sol conflict analysis Definition at line 133 of file struct_conflict.h. Referenced by SCIPconflictAnalyzePseudo(), and SCIPconflictGetNPseudoConflictConss().
total number of literals in valid pseudo solution conflict constraints Definition at line 134 of file struct_conflict.h. Referenced by SCIPconflictAnalyzePseudo(), and SCIPconflictGetNPseudoConflictLiterals().
number of reconvergence constraints detected in pseudo sol conflict analysis Definition at line 135 of file struct_conflict.h. Referenced by SCIPconflictAnalyzePseudo(), and SCIPconflictGetNPseudoReconvergenceConss().
total number of literals in valid pseudo solution reconvergence constraints Definition at line 136 of file struct_conflict.h. Referenced by SCIPconflictAnalyzePseudo(), and SCIPconflictGetNPseudoReconvergenceLiterals().
time used for detect implied bounds Definition at line 138 of file struct_conflict.h. Referenced by conflictAddConflictCons(), and SCIPconflictGetGlobalApplTime().
time used for propagation conflict analysis Definition at line 140 of file struct_conflict.h. Referenced by SCIPconflictAnalyze(), and SCIPconflictGetPropTime().
time used for infeasible LP conflict analysis Definition at line 141 of file struct_conflict.h. Referenced by conflictAnalyzeInfeasibleLP(), and SCIPconflictGetInfeasibleLPTime().
time used for bound exceeding LP conflict analysis Definition at line 142 of file struct_conflict.h. Referenced by conflictAnalyzeBoundexceedingLP(), and SCIPconflictGetBoundexceedingLPTime().
time used for strong branching LP conflict analysis Definition at line 143 of file struct_conflict.h. Referenced by SCIPconflictAnalyzeStrongbranch(), and SCIPconflictGetStrongbranchTime().
time used for pseudo solution conflict analysis Definition at line 144 of file struct_conflict.h. Referenced by SCIPconflictAnalyzePseudo(), and SCIPconflictGetPseudoTime().
unprocessed conflict bound changes Definition at line 145 of file struct_conflict.h. Referenced by conflictAddConflictset(), conflictAnalyze(), conflictClear(), conflictCreateReconvergenceConss(), conflictFirstCand(), conflictQueueBound(), conflictRemoveCand(), conflictResolveBound(), and SCIPconflictAnalyze().
unprocessed conflict bound changes that must be resolved Definition at line 146 of file struct_conflict.h. Referenced by conflictAddConflictset(), conflictAnalyze(), conflictClear(), conflictCreateReconvergenceConss(), conflictFirstCand(), conflictQueueBound(), conflictRemoveCand(), conflictResolveBound(), and SCIPconflictAnalyze().
bound changes resembling the current conflict set Definition at line 147 of file struct_conflict.h. Referenced by conflictAddConflictBound(), conflictAddConflictset(), conflictAnalyze(), conflictClear(), conflictCreateReconvergenceConss(), conflictResolveBound(), and SCIPconflictAnalyze().
conflict sets found at the current node Definition at line 148 of file struct_conflict.h. Referenced by conflictEnsureConflictsetsMem(), conflictInsertConflictset(), and SCIPconflictFlushConss().
score values of the conflict sets found at the current node Definition at line 149 of file struct_conflict.h. Referenced by conflictEnsureConflictsetsMem(), and conflictInsertConflictset().
temporarily created bound change information data Definition at line 150 of file struct_conflict.h. Referenced by conflictCreateTmpBdchginfo(), conflictEnsureTmpbdchginfosMem(), and conflictFreeTmpBdchginfos().
size of conflictsets array Definition at line 151 of file struct_conflict.h. Referenced by conflictEnsureConflictsetsMem().
number of available conflict sets (used slots in conflictsets array) Definition at line 152 of file struct_conflict.h. Referenced by conflictAnalyzeLP(), conflictInsertConflictset(), SCIPconflictAnalyzePseudo(), SCIPconflictFlushConss(), and SCIPconflictGetNConflicts().
size of tmpbdchginfos array Definition at line 153 of file struct_conflict.h. Referenced by conflictEnsureTmpbdchginfosMem().
number of temporary created bound change information data Definition at line 154 of file struct_conflict.h. Referenced by conflictCreateTmpBdchginfo(), and conflictFreeTmpBdchginfos().
conflict set counter to label binary conflict variables with Definition at line 155 of file struct_conflict.h. Referenced by bdchginfoIsInvalid(), conflictMarkBoundCheckPresence(), SCIPconflictGetVarLb(), SCIPconflictGetVarUb(), SCIPconflictInit(), and SCIPconflictIsVarUsed(). |