pub unsafe extern "C" fn SCIPdecompGetNBorderVars(
    decomp: *mut SCIP_DECOMP
) -> c_int
Expand description

gets number of border variables of this decomposition

@note Ensure that SCIPcomputeDecompStats() has been called before. If the decomposition was read from a file, this was done automatically.