Skip to content

Commit

Permalink
Fix expected number of transitions (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
schuessf committed Feb 21, 2023
1 parent 86f7848 commit 0c8bd36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ assert(!accepts(differenceI, [a b]));
assert(!accepts(differenceI, [a b c]));
assert(!accepts(differenceI, [a c b]));
assert(!accepts(differenceI, [c a b]));
assert(numberOfTransitions(differenceI) == 4);
assert(numberOfTransitions(differenceI) == 2);
assert(numberOfPlaces(differenceI) == 9);


Expand Down

0 comments on commit 0c8bd36

Please sign in to comment.