pub unsafe extern "C" fn SCIPmergeNLPIStatistics(
sourcescip: *mut SCIP,
targetscip: *mut SCIP,
reset: c_uint,
)Expand description
merges the statistics of NLPIs from a source SCIP into a target SCIP
The two SCIP instances 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