SCIPgetMemExternEstim

Function SCIPgetMemExternEstim 

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

returns the estimated number of bytes used by external software, e.g., the LP solver

@return the estimated number of bytes used by external software, e.g., the LP solver.