Function scip_sys::SCIPbendersSetSubproblemType
source · pub unsafe extern "C" fn SCIPbendersSetSubproblemType(
benders: *mut SCIP_BENDERS,
probnumber: c_int,
subprobtype: SCIP_BENDERSSUBTYPE
)Expand description
sets the subproblem type
The subproblem types are:
- Convex constraints with continuous variables
- Convex constraints with discrete variables
- Non-convex constraints with continuous variables
- Non-convex constraints with discrete variables