Function SCIPfindReader

Source
pub unsafe extern "C" fn SCIPfindReader(
    scip: *mut SCIP,
    name: *const c_char,
) -> *mut SCIP_READER
Expand description

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