Function SCIPisRowprepViolationReliable

Source
pub unsafe extern "C" fn SCIPisRowprepViolationReliable(
    scip: *mut SCIP,
    rowprep: *mut SCIP_ROWPREP,
    sol: *mut SCIP_SOL,
) -> c_uint
Expand description

computes violation of rowprep in a given solution and reports whether that value seem numerically reliable

@see SCIPgetRowprepViolation()