pub unsafe extern "C" fn SCIPgetRowSolActivityWithErrorboundExact(
scip: *mut SCIP,
row: *mut SCIP_ROWEXACT,
sol: *mut SCIP_SOL,
activity: *mut f64,
errorbound: *mut f64,
) -> c_uintExpand description
returns the activity of a row for the given primal solution with running error analysis
@return the activitiy of a row for the given primal solution and the error bound of the activity; returns true on success
@pre this method can be called in one of the following stages of the SCIP solving process: - \ref SCIP_STAGE_SOLVING