pub unsafe extern "C" fn SCIPbendersSubproblemIsConvex(
    benders: *mut SCIP_BENDERS,
    probnumber: c_int
) -> c_uint
Expand description

returns whether the subproblem is convex

This means that the dual solution can be used to generate cuts.