pub unsafe extern "C" fn SCIPdecompGetConssSize(
decomp: *mut SCIP_DECOMP,
consssize: *mut c_int,
nblocks: c_int,
) -> SCIP_RETCODEExpand description
gets constraint size for each block, sorted by increasing block label
To get all constraint sizes, set nlabels to SCIPdecompGetNBlocks() + 1. The first entry corresponds to the number of border constraints.
@note Ensure that SCIPcomputeDecompStats() has been called before. If the decomposition was read from a file, this was done automatically.