pub unsafe extern "C" fn SCIPgetActivityExactLinear(
scip: *mut SCIP,
cons: *mut SCIP_CONS,
sol: *mut SCIP_SOL,
ret: *mut SCIP_RATIONAL,
) -> SCIP_RETCODEExpand description
gets the activity of the linear constraint in the given solution
@note if the activity comprises positive and negative infinity contributions, the result is currently undefined