SCIPcalcMemGrowSize

Function SCIPcalcMemGrowSize 

Source
pub unsafe extern "C" fn SCIPcalcMemGrowSize(
    scip: *mut SCIP,
    num: c_int,
) -> c_int
Expand description

calculate memory size for dynamically allocated arrays

@return the memory size for dynamically allocated arrays.