SCIPsetFindProp

Function SCIPsetFindProp 

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

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