pub unsafe extern "C" fn SCIPexprGetActivity(
    expr: *mut SCIP_EXPR
) -> SCIP_INTERVAL
Expand description

returns the activity that is currently stored for an expression

@see SCIPevalExprActivity