SCIP_ObjImplics Struct Reference Detailed Descriptionimplication data structure for objective contributions of a binary variable Definition at line 78 of file prop_pseudoobj.c.
Field Documentation
variables y in implications y == 0 or y == 1, first we store the implications by x == 0 and second the implications x == 1 Definition at line 80 of file prop_pseudoobj.c. Referenced by addConflictBinvar(), adjustCutoffbound(), and getMinactImplicObjchg().
maximum objective contribution if variables x is fixed to zero or one Definition at line 82 of file prop_pseudoobj.c.
number of all implications result through for x == 0 Definition at line 83 of file prop_pseudoobj.c. Referenced by addConflictBinvar(), adjustCutoffbound(), getMinactImplicObjchg(), and objimplicsCreate().
number of all implications result through for x == 1 Definition at line 84 of file prop_pseudoobj.c. Referenced by addConflictBinvar(), adjustCutoffbound(), getMinactImplicObjchg(), and objimplicsCreate().
size of the objvars array Definition at line 85 of file prop_pseudoobj.c. |