CHR.js icon indicating copy to clipboard operation
CHR.js copied to clipboard

Is "assignment" possible?

Open johndavids opened this issue 5 years ago • 1 comments

Is something like this possible with CHR.js?

and(X,Y,Z) <=> Y === 0 | Z = 0.

Thank you!

johndavids avatar Aug 09 '19 04:08 johndavids

i believe "assignment" in chr means adding a new constraint, so that would be something like and (X,Y,Z) <=>Y===0| const(Z,0)

wizzard0 avatar Oct 13 '19 12:10 wizzard0