Function scip_sys::SCIPdecompGetNBorderVars
source · pub unsafe extern "C" fn SCIPdecompGetNBorderVars(
decomp: *mut SCIP_DECOMP
) -> c_intExpand 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.