SCIPgetParam

Function SCIPgetParam 

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

returns the pointer to the SCIP parameter with the given name

@return pointer to the parameter with the given name