pub unsafe extern "C" fn SCIPdecompGetNBorderConss(
decomp: *mut SCIP_DECOMP,
) -> c_intExpand description
gets number of border constraints of this decomposition
@note Ensure that SCIPcomputeDecompStats() has been called before. If the decomposition was read from a file, this was done automatically.