SCIP_ConsData Struct Reference Detailed DescriptionConstraint data for SameDiff constraints Definition at line 60 of file cons_samediff.c.
Field Documentation
item id one Definition at line 62 of file cons_samediff.c. Referenced by consdataCreate(), and SCIPcreateConsSamediff().
item id two Definition at line 63 of file cons_samediff.c. Referenced by consdataCreate(), and SCIPcreateConsSamediff().
the node in the B&B-tree at which the cons is sticking Definition at line 70 of file cons_samediff.c. Referenced by consdataCreate(), and SCIPcreateConsSamediff().
number of variables that existed, the last time, the related node was propagated, used to determine whether the constraint should be repropagated Definition at line 65 of file cons_samediff.c.
stores the number propagations runs of this constraint Definition at line 68 of file cons_samediff.c.
is constraint already propagated? Definition at line 69 of file cons_samediff.c.
stores whether the items have to be in the SAME or DIFFER packing Definition at line 64 of file cons_samediff.c. Referenced by checkVariable(), consdataCheck(), consdataCreate(), and SCIPcreateConsSamediff(). |