pub unsafe extern "C" fn SCIPmergeVariableStatistics(
sourcescip: *mut SCIP,
targetscip: *mut SCIP,
sourcevars: *mut *mut SCIP_VAR,
targetvars: *mut *mut SCIP_VAR,
nvars: c_int,
) -> SCIP_RETCODEExpand description
merges the histories of variables from a source SCIP into a target SCIP. The two data structures should point to different SCIP instances.
@note the notion of source and target is inverted here; \p sourcescip usually denotes a copied SCIP instance, whereas \p targetscip denotes the original instance