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
Implement free choice nets.
Multiple choice scenario: more than one transition is active at the same time because of a common place and after one of them fires the others can no longer fire.
The decision of which to be fired should be random. Each transition should have an equal probability of being fired.
(At the moment it depends on the order on the insertion order of transitions in the vector, so it is not random. )
The text was updated successfully, but these errors were encountered:
Implement free choice nets.
Multiple choice scenario: more than one transition is active at the same time because of a common place and after one of them fires the others can no longer fire.
The decision of which to be fired should be random. Each transition should have an equal probability of being fired.
(At the moment it depends on the order on the insertion order of transitions in the vector, so it is not random. )
The text was updated successfully, but these errors were encountered: