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
The process Tau{a}[k1].Tau{b}[k2] | Tau{b}[k2].Tau{a}[k1] is not reachable (on the left hand, I would have needed to do a then b, but on the right hand I would have needed to do b first).
The implementation somehow feels that something is off, but does not throw an exception:
The process
Tau{a}[k1].Tau{b}[k2] | Tau{b}[k2].Tau{a}[k1]
is not reachable (on the left hand, I would have needed to doa
thenb
, but on the right hand I would have needed to dob
first).The implementation somehow feels that something is off, but does not throw an exception:
I guess it's a way of "correcting" the process, but silently changing it is dangerous!
The text was updated successfully, but these errors were encountered: