pub unsafe extern "C" fn SCIPsetSetRealParam(
set: *mut SCIP_SET,
messagehdlr: *mut SCIP_MESSAGEHDLR,
name: *const c_char,
value: f64,
) -> SCIP_RETCODEExpand description
changes the value of an existing SCIP_Real parameter
pub unsafe extern "C" fn SCIPsetSetRealParam(
set: *mut SCIP_SET,
messagehdlr: *mut SCIP_MESSAGEHDLR,
name: *const c_char,
value: f64,
) -> SCIP_RETCODEchanges the value of an existing SCIP_Real parameter