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
Currently, it traverses the entire structure with the walk function, but nothing is memoized. nnf.vars() is likely called often enough to warrant some improvement.
Currently, it traverses the entire structure with the
walkfunction, but nothing is memoized.nnf.vars()is likely called often enough to warrant some improvement.