Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is "assignment" possible? #57

Open
johndavids opened this issue Aug 9, 2019 · 1 comment
Open

Is "assignment" possible? #57

johndavids opened this issue Aug 9, 2019 · 1 comment

Comments

@johndavids
Copy link

Is something like this possible with CHR.js?

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

Thank you!

@wizzard0
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants