-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Based on walles/riff#14.
I have two string collections I want to examine.
There are two equally valid LCS solutions.
In this case, I prefer one of them, but Diffus produces the other.
To handle this, I'd like to put weights on the strings in my collection, so I can tell Diffus:
- Treating string
blackas a change is expensive - Treating string
as a change is cheap - Treating string
\nas a change is cheap
Then, in the exact same case, Diffus would prefer the same LCS solution that I do.
Metadata
Metadata
Assignees
Labels
No labels