-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add condition operation and forgetting #78
Comments
The naming issue was resolved in e92c417 where condition is now conjoin in the transformations. |
What was the main difference with condition vs conjoin? Would be a nice example in the docs. |
The function after conditioning on X no longer depends on X. The function after conjoining with X still depends on it and fixes it to one value. |
renamed since original issue was resolved and other new things were suggested. |
Condition might be slightly different than what we have implemented. Maybe rename to something like conjoin_literals.
In what cases this is possible? I get error when trying it on Sdds.
The text was updated successfully, but these errors were encountered: