SCIProwExactGetSolActivityWithErrorbound

Function SCIProwExactGetSolActivityWithErrorbound 

Source
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_uint
Expand description

does activity computation with running error analysis for a row, return TRUE on success