We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Same expression all_of(*c, is_false) is used for the true and false expressions.
all_of(*c, is_false)
bool t = is_or ? any_of(*c, is_true) : all_of(*c, is_true); bool f = is_or ? all_of(*c, is_false) : all_of(*c, is_false); // <----- Bug on this Line // any_of??
z3/src/qe/mbp/mbp_basic_tg.cpp
Line 104 in 9073da4
The text was updated successfully, but these errors were encountered:
fix Z3Prover#7292
68b6ef0
0c16d34
No branches or pull requests
Same expression
all_of(*c, is_false)
is used for the true and false expressions.z3/src/qe/mbp/mbp_basic_tg.cpp
Line 104 in 9073da4
The text was updated successfully, but these errors were encountered: