SCIPbendersSolveSubproblemLP

Function SCIPbendersSolveSubproblemLP 

Source
pub unsafe extern "C" fn SCIPbendersSolveSubproblemLP(
    scip: *mut SCIP,
    benders: *mut SCIP_BENDERS,
    probnumber: c_int,
    solvestatus: *mut SCIP_STATUS,
    objective: *mut f64,
) -> SCIP_RETCODE
Expand description

solves the LP of the Benders’ decomposition subproblem

This requires that the subproblem is in probing mode.