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

Correct query for Multiplication #12

Open
sylvainhalle opened this issue Feb 2, 2021 · 0 comments
Open

Correct query for Multiplication #12

sylvainhalle opened this issue Feb 2, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@sylvainhalle
Copy link
Contributor

Currently, the explanation for a multiplication is such that the output value always depends on all its arguments (default behavior since it inherits from AtomicFunction). This is not the case if one of the arguments is 0, in which case it alone explains the result.

The production of a value for multiplication should be modified to work in the same way as, e.g. BooleanAnd when it is given a false argument.

@sylvainhalle sylvainhalle added the bug Something isn't working label Feb 2, 2021
@sylvainhalle sylvainhalle self-assigned this Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants