Function scip_sys::SCIPsetRelaxCopy

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

sets copy method of relaxation handler