All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_BdChgIdx Struct Reference Detailed Descriptionbound change index representing the time of the bound change in path from root to current node Definition at line 97 of file struct_var.h.
Field Documentation
depth of node where the bound change was created Definition at line 99 of file struct_var.h. Referenced by addCand(), SCIPbdchgidxIsEarlier(), SCIPbdchgidxIsEarlierNonNull(), SCIPbdchginfoGetDepth(), SCIPboundchgUndo(), SCIPvarGetConflictingBdchgDepth(), SCIPvarGetLastBdchgDepth(), varAddLbchginfo(), and varAddUbchginfo().
position of bound change in node's domchg array Definition at line 100 of file struct_var.h. Referenced by SCIPbdchgidxGetPos(), SCIPbdchgidxIsEarlier(), SCIPbdchgidxIsEarlierNonNull(), SCIPbdchginfoGetPos(), SCIPboundchgUndo(), varAddLbchginfo(), and varAddUbchginfo(). |