SCIPexprGetActivityTag

Function SCIPexprGetActivityTag 

Source
pub unsafe extern "C" fn SCIPexprGetActivityTag(
    expr: *mut SCIP_EXPR,
) -> c_longlong
Expand description

returns the tag associated with the activity of the expression

It can depend on the owner of the expression how to interpret this tag. SCIPevalExprActivity() compares with stat->domchgcount.

@see SCIPevalExprActivity