You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TChecker currently check if some label is reachable. Properties would extend labels by allowing more general properties like "P1.l1 && 1 <= i <= 5 && x-y <= 6". Needs:
parse properties from string (requires to extend expressions to allow labels as well as locations like P1.l1)
compile the resulting expression into bytecode
evaluate the bytecode on a state (evaluation depends on the state, as for instance in "x[2*i] <= a-b")
The text was updated successfully, but these errors were encountered:
TChecker currently check if some label is reachable. Properties would extend labels by allowing more general properties like "P1.l1 && 1 <= i <= 5 && x-y <= 6". Needs:
The text was updated successfully, but these errors were encountered: