pub unsafe extern "C" fn SCIPassignDecompLinkConss(
scip: *mut SCIP,
decomp: *mut SCIP_DECOMP,
conss: *mut *mut SCIP_CONS,
nconss: c_int,
nskipconss: *mut c_int,
) -> SCIP_RETCODEExpand description
assigns linking constraints to blocks
Each linking constraint is assigned to the most frequent block among its variables. Variables of other blocks are relabeled as linking variables. Constraints that have only linking variables are skipped.
@note: In contrast to SCIPcomputeDecompConsLabels(), this method potentially relabels variables.