SCIPsetFindBranchrule

Function SCIPsetFindBranchrule 

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

returns the branching rule of the given name, or NULL if not existing