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