Skip to content

Commit

Permalink
Change expected number of conditions (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
schuessf committed Feb 28, 2023
1 parent 7405c84 commit cc2623e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ print(bp);
PetriNet net2 = finitePrefix2PetriNet(bp);
print(net2);
print(numberOfConditions(bp));
assert(numberOfConditions(bp) == 18);
assert(numberOfConditions(bp) == 9);

assert(!isEmpty(net));

Expand Down

0 comments on commit cc2623e

Please sign in to comment.