SCIPbendersGetStoredCutData

Function SCIPbendersGetStoredCutData 

Source
pub unsafe extern "C" fn SCIPbendersGetStoredCutData(
    benders: *mut SCIP_BENDERS,
    cutidx: c_int,
    vars: *mut *mut *mut SCIP_VAR,
    vals: *mut *mut f64,
    lhs: *mut f64,
    rhs: *mut f64,
    nvars: *mut c_int,
) -> SCIP_RETCODE
Expand description

returns the data for the cuts that have been added by the Benders’ cut plugin