SCIPsetBranchruleExecLp

Function SCIPsetBranchruleExecLp 

Source
pub unsafe extern "C" fn SCIPsetBranchruleExecLp(
    scip: *mut SCIP,
    branchrule: *mut SCIP_BRANCHRULE,
    branchexeclp: Option<unsafe extern "C" fn(scip: *mut SCIP, branchrule: *mut SCIP_BRANCHRULE, allowaddcons: c_uint, result: *mut SCIP_RESULT) -> SCIP_RETCODE>,
) -> SCIP_RETCODE
Expand description

sets branching execution method for fractional LP solutions