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

Suspected bug due to copy-pasted code in mbp_basic_tg.cpp #7292

Closed
ustchcs-bugfinder opened this issue Jul 17, 2024 · 0 comments
Closed

Suspected bug due to copy-pasted code in mbp_basic_tg.cpp #7292

ustchcs-bugfinder opened this issue Jul 17, 2024 · 0 comments

Comments

@ustchcs-bugfinder
Copy link

Same expression all_of(*c, is_false) is used for the true and false expressions.

                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??

bool f = is_or ? all_of(*c, is_false) : all_of(*c, is_false);

hgvk94 added a commit to hgvk94/z3 that referenced this issue Jul 29, 2024
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

1 participant