SCIPgetMemTotal

Function SCIPgetMemTotal 

Source
pub unsafe extern "C" fn SCIPgetMemTotal(
    scip: *mut SCIP,
) -> c_longlong
Expand description

returns the total number of bytes in block and buffer memory

@return the total number of bytes in block and buffer memory.