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
The algorithms for expression manipulation and prooving implications currently leverage none of the new mutability features implemented in #8. Build out new mutating functions (such as replace!) for their immutable counterparts, and use mutability to drastically improve the performance of prove_implication. The screenshot in #7 shows an example benchmark to compare against.
The text was updated successfully, but these errors were encountered:
The algorithms for expression manipulation and prooving implications currently leverage none of the new mutability features implemented in #8. Build out new mutating functions (such as
replace!
) for their immutable counterparts, and use mutability to drastically improve the performance ofprove_implication
. The screenshot in #7 shows an example benchmark to compare against.The text was updated successfully, but these errors were encountered: