pub unsafe extern "C" fn SCIPcopyLargeNeighborhoodSearch(
    sourcescip: *mut SCIP,
    subscip: *mut SCIP,
    varmap: *mut SCIP_HASHMAP,
    suffix: *const c_char,
    fixedvars: *mut *mut SCIP_VAR,
    fixedvals: *mut f64,
    nfixedvars: c_int,
    uselprows: c_uint,
    copycuts: c_uint,
    success: *mut c_uint,
    valid: *mut c_uint
) -> SCIP_RETCODE
Expand description

get a sub-SCIP copy of the transformed problem