pub unsafe extern "C" fn SCIPdecompSetVarsLabels(
    decomp: *mut SCIP_DECOMP,
    vars: *mut *mut SCIP_VAR,
    labels: *mut c_int,
    nvars: c_int
) -> SCIP_RETCODE
Expand description

sets labels for an array of variables