pub unsafe extern "C" fn SCIPsetCommonSubscipParams(
sourcescip: *mut SCIP,
subscip: *mut SCIP,
nsubnodes: c_longlong,
nstallnodes: c_longlong,
bestsollimit: c_int,
) -> SCIP_RETCODEExpand description
sets the working limits as well as common search parameters for the auxiliary problem
@note memory and time limits are not affected, and must be set using SCIPcopyLimits() instead