Function scip_sys::SCIPsetRelaxInit

source ·
pub unsafe extern "C" fn SCIPsetRelaxInit(
    scip: *mut SCIP,
    relax: *mut SCIP_RELAX,
    relaxinit: Option<unsafe extern "C" fn(scip: *mut SCIP, relax: *mut SCIP_RELAX) -> SCIP_RETCODE>
) -> SCIP_RETCODE
Expand description

sets initialization method of relaxation handler