SCIPsetFindSepa

Function SCIPsetFindSepa 

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

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