-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Full Infix Notation Fix and Multiplication Tree Depth Bugfix (#872)
## Summary of Changes - Fixes an issue where when a binary multiplication tree got too deep, we failed to fully flatten it, leading to Petrinet parsing errors. - Fixes an error with infix expressions, so should make it so if a transition has division in it, the infix expression will properly show that as well, instead of `*` like it was showing before. ### Related issues Resolves #868 #871 #403 --------- Co-authored-by: Justin <[email protected]>
- Loading branch information
1 parent
e437b49
commit 3c957fe
Showing
3 changed files
with
90 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.