-
Notifications
You must be signed in to change notification settings - Fork 65
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
logic operations don't support symbols #334
Comments
Could you please provide a short example program that doesn't work as expected? |
Hi, I've just started experimenting a bit with
I have also tried to do the following (following the
Given that the operator seems undefined I went for using
I have also taken a look at the test cases but none of them are using symbols, so I'm not sure if I'm doing something wrong or the features I intend to use are unsupported as of now. Thanks. |
Unfortunately symengine does not yet support symbols taking on boolean values. |
The logic operations don't support symbols like arithmetic operations, I tried it in sympy but it was super slow but in symengine it gives me errors. I don't know if it's implemented and I don't know or what.
Thanks in advance.
The text was updated successfully, but these errors were encountered: