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
I would have expected to be able to use these together, however it seems that they are mutually exclusive based on a cursory look at the code and some experimental results. The behaviour I have in mind would be something like: do Equivalent comparison and then fall back to LCS if the arrays are not equivalent.
The text was updated successfully, but these errors were encountered:
That's mostly an oversight on my part, the lengths of the source and target arrays can be compared and if they are equal, deeply compare them before doing the LCS diff.
I'll add this in the next version. Thanks for the report.
I would have expected to be able to use these together, however it seems that they are mutually exclusive based on a cursory look at the code and some experimental results. The behaviour I have in mind would be something like: do
Equivalent
comparison and then fall back toLCS
if the arrays are not equivalent.The text was updated successfully, but these errors were encountered: