SCIPsetFindPresol

Function SCIPsetFindPresol 

Source
pub unsafe extern "C" fn SCIPsetFindPresol(
    set: *mut SCIP_SET,
    name: *const c_char,
) -> *mut SCIP_PRESOL
Expand description

returns the presolver of the given name, or NULL if not existing