SCIPbendersGetStoredCutOrigData

Function SCIPbendersGetStoredCutOrigData 

Source
pub unsafe extern "C" fn SCIPbendersGetStoredCutOrigData(
    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,
    varssize: c_int,
) -> SCIP_RETCODE
Expand description

returns the original problem data for the cuts that have been added by the Benders’ cut plugin. The stored variables and values will populate the input vars and vals arrays. Thus, memory must be allocated for the vars and vals arrays