SCIPdecompGetNBorderConss

Function SCIPdecompGetNBorderConss 

Source
pub unsafe extern "C" fn SCIPdecompGetNBorderConss(
    decomp: *mut SCIP_DECOMP,
) -> c_int
Expand 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.