SCIP_Implics Struct Reference Detailed Descriptionimplications for binary variable x to non-binary variables y in the form x <= 0 ==> y <= b or y >= b (stored in arrays[0]) x >= 1 ==> y <= b or y >= b (stored in arrays[1]) array is sorted by variable index of y Definition at line 51 of file struct_implics.h.
Field Documentation
variables y in implications y <= b or y >= b Definition at line 53 of file struct_implics.h. Referenced by checkImplics(), implicsSearchVar(), and SCIPimplicsGetVars().
types of implications y <= b (SCIP_BOUNDTYPE_UPPER) or y >= b (SCIP_BOUNDTYPE_LOWER) Definition at line 54 of file struct_implics.h. Referenced by checkImplics(), implicsSearchVar(), and SCIPimplicsGetTypes().
bounds b in implications y <= b or y >= b Definition at line 56 of file struct_implics.h. Referenced by SCIPimplicsGetBounds().
unique ids of implications; < 0 iff implication is a shortcut, i.e., it was added as part of the transitive closure of another implication Definition at line 57 of file struct_implics.h. Referenced by SCIPimplicsGetIds().
size of implvars, implbounds and implvals arrays for x <= 0 and x >= 1 Definition at line 59 of file struct_implics.h.
number of all implications for x <= 0 and x >= 1 Definition at line 60 of file struct_implics.h. Referenced by checkImplics(), implicsSearchVar(), and SCIPimplicsGetNImpls(). |