pub unsafe extern "C" fn SCIPsolAdjustImplicitSolVals(
sol: *mut SCIP_SOL,
set: *mut SCIP_SET,
stat: *mut SCIP_STAT,
prob: *mut SCIP_PROB,
tree: *mut SCIP_TREE,
uselprows: c_uint,
) -> SCIP_RETCODEExpand description
adjusts solution values of implied integral variables in handed solution, solution objective value is not deteriorated by this method