|
set of conflicting bound changes
Definition at line 58 of file struct_conflict.h.
#include <struct_conflict.h>
bound change informations of the conflict set
Definition at line 60 of file struct_conflict.h.
Referenced by checkRedundancy(), conflictAddConflictCons(), conflictAddConflictset(), conflictAnalyze(), conflictCreateReconvergenceConss(), conflictResolveBound(), conflictsetAddBound(), conflictsetAddBounds(), conflictsetCalcConflictDepth(), conflictsetCalcInsertDepth(), conflictsetCopy(), conflictsetEnsureBdchginfosMem(), conflictsetIsRedundant(), detectImpliedBounds(), and updateStatistics().
array of relaxed bounds which are efficient for a valid conflict
Definition at line 62 of file struct_conflict.h.
Referenced by checkRedundancy(), conflictAddConflictCons(), conflictAddConflictset(), conflictAnalyze(), conflictCreateReconvergenceConss(), conflictResolveBound(), conflictsetAddBound(), conflictsetAddBounds(), conflictsetCopy(), conflictsetEnsureBdchginfosMem(), detectImpliedBounds(), and updateStatistics().
relaxed bound belonging the the bound change at the conflict depth
Definition at line 63 of file struct_conflict.h.
int* SCIP_ConflictSet::sortvals |
int SCIP_ConflictSet::bdchginfossize |
int SCIP_ConflictSet::nbdchginfos |
number of bound change informations in the conflict set
Definition at line 66 of file struct_conflict.h.
Referenced by checkRedundancy(), conflictAddConflictCons(), conflictAddConflictset(), conflictAnalyze(), conflictCreateReconvergenceConss(), conflictResolveBound(), conflictsetAddBound(), conflictsetAddBounds(), conflictsetCalcConflictDepth(), conflictsetCalcInsertDepth(), conflictsetClear(), conflictsetCopy(), conflictsetIsRedundant(), detectImpliedBounds(), SCIPconflictAnalyze(), SCIPconflictFlushConss(), and updateStatistics().
int SCIP_ConflictSet::validdepth |
int SCIP_ConflictSet::insertdepth |
int SCIP_ConflictSet::conflictdepth |
int SCIP_ConflictSet::repropdepth |
unsigned int SCIP_ConflictSet::repropagate |
unsigned int SCIP_ConflictSet::depthcalced |
are the conflict and repropagation depth calculated?
Definition at line 72 of file struct_conflict.h.
unsigned int SCIP_ConflictSet::sorted |
|