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
{{ message }}
This repository has been archived by the owner on May 11, 2021. It is now read-only.
This part of code is wrong:
automata-cyk/cyk_main.py
Lines 96 to 98 in 13723da
Code checks if 'ro' exists in var and if so adds symbol to table cell. But there may be more productions with 'ro' symbols in it, so loop is needed.
Possible solution:
It will check all matching productions, not only one.
The text was updated successfully, but these errors were encountered: