All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_PendingBdchg Struct Reference Detailed Descriptionbound change information for pending bound changes Definition at line 147 of file struct_tree.h.
Field Documentation
node to add bound change to Definition at line 149 of file struct_tree.h. Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().
variable to change the bounds for Definition at line 150 of file struct_tree.h. Referenced by SCIPtreeClear(), treeAddPendingBdchg(), and treeApplyPendingBdchgs().
new value for bound Definition at line 151 of file struct_tree.h. Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().
type of bound: lower or upper bound Definition at line 152 of file struct_tree.h. Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().
constraint that deduced the bound change, or NULL Definition at line 153 of file struct_tree.h. Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().
propagator that deduced the bound change, or NULL Definition at line 154 of file struct_tree.h. Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().
user information for inference to help resolving the conflict Definition at line 155 of file struct_tree.h. Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs().
is the bound change a temporary setting due to probing? Definition at line 156 of file struct_tree.h. Referenced by treeAddPendingBdchg(), and treeApplyPendingBdchgs(). |