Solving Constraint Integer Programs
tracks changes of the variables' domains (static arrays, bound changes only)
Definition at line 119 of file struct_var.h.
#include <struct_var.h>
number of bound changes (must be first structure entry!)
Definition at line 121 of file struct_var.h.
Referenced by conflictAnalyze(), getBranchInfo(), SCIPdomchgApply(), SCIPdomchgApplyGlobal(), SCIPdomchgGetBoundchg(), SCIPdomchgGetNBoundchgs(), SCIPdomchgUndo(), SCIPnodeGetBdChgsAfterDual(), SCIPnodeGetConsProps(), SCIPnodeGetDualBoundchgs(), SCIPnodeGetNDomchg(), SCIPnodeGetNDualBndchgs(), SCIPnodeGetParentBranchings(), SCIPnodePrintAncestorBranchings(), SCIPtreeLoadLPState(), and updatePseudocost().
type of domain change data (must be first structure entry!)
Definition at line 122 of file struct_var.h.
array with changes in bounds of variables
Definition at line 123 of file struct_var.h.
Referenced by conflictAnalyze(), getBranchInfo(), SCIPdomchgApply(), SCIPdomchgApplyGlobal(), SCIPdomchgGetBoundchg(), SCIPdomchgUndo(), SCIPnodeGetBdChgsAfterDual(), SCIPnodeGetConsProps(), SCIPnodeGetDualBoundchgs(), SCIPnodeGetNDomchg(), SCIPnodeGetNDualBndchgs(), SCIPnodeGetParentBranchings(), SCIPnodePrintAncestorBranchings(), and updatePseudocost().