pub unsafe extern "C" fn SCIPbendersSubproblemIsEnabled(
benders: *mut SCIP_BENDERS,
probnumber: c_int,
) -> c_uintExpand description
returns whether the subproblem is enabled, i.e. the subproblem is still solved in the solving loop.
pub unsafe extern "C" fn SCIPbendersSubproblemIsEnabled(
benders: *mut SCIP_BENDERS,
probnumber: c_int,
) -> c_uintreturns whether the subproblem is enabled, i.e. the subproblem is still solved in the solving loop.