pub unsafe extern "C" fn SCIProwExactGetSolActivityWithErrorbound(
rowexact: *mut SCIP_ROWEXACT,
set: *mut SCIP_SET,
stat: *mut SCIP_STAT,
sol: *mut SCIP_SOL,
activity: *mut f64,
errorbound: *mut f64,
) -> c_uintExpand description
does activity computation with running error analysis for a row, return TRUE on success