dusa icon indicating copy to clipboard operation
dusa copied to clipboard

Add NAT_PLUS as a fully reversible relation

Open robsimmons opened this issue 1 year ago • 0 comments

INT_PLUS can only be run backwards with a single unknown, because plus X Y is 12 has an infinite number of answers (X = 12 and Y = 0, X = 112 and Y = -100, and so on). But NAT_PLUS can be run backwards the same way STRING_CONCAT now can, because plus X Y is 12 only has 13 solutions.

robsimmons avatar Nov 24 '24 20:11 robsimmons