SCIPsetRelaxInitsol

Function SCIPsetRelaxInitsol 

Source
pub unsafe extern "C" fn SCIPsetRelaxInitsol(
    scip: *mut SCIP,
    relax: *mut SCIP_RELAX,
    relaxinitsol: Option<unsafe extern "C" fn(scip: *mut SCIP, relax: *mut SCIP_RELAX) -> SCIP_RETCODE>,
) -> SCIP_RETCODE
Expand description

sets solving process initialization method of relaxation handler