pub unsafe extern "C" fn SCIPsolRecomputeObj(
sol: *mut SCIP_SOL,
set: *mut SCIP_SET,
stat: *mut SCIP_STAT,
origprob: *mut SCIP_PROB,
)Expand description
recomputes the objective value of an original solution, e.g., when transferring solutions from the solution pool (objective coefficients might have changed in the meantime)