pub unsafe extern "C" fn SCIPgetMemExternEstim(
scip: *mut SCIP,
) -> c_longlongExpand 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.