pub unsafe extern "C" fn SCIPisRowprepViolationReliable(
scip: *mut SCIP,
rowprep: *mut SCIP_ROWPREP,
sol: *mut SCIP_SOL,
) -> c_uintExpand description
computes violation of rowprep in a given solution and reports whether that value seem numerically reliable
@see SCIPgetRowprepViolation()