-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Broken loop #230
Comments
NikolajBjorner
added a commit
that referenced
this issue
Oct 4, 2015
Signed-off-by: Nikolaj Bjorner <[email protected]>
NikolajBjorner
added a commit
that referenced
this issue
Oct 4, 2015
Signed-off-by: Nikolaj Bjorner <[email protected]>
looks like a missing else { break; } statement. Unit test passes. |
wintersteiger
pushed a commit
to wintersteiger/z3
that referenced
this issue
Oct 5, 2015
Signed-off-by: Nikolaj Bjorner <[email protected]>
wintersteiger
pushed a commit
to wintersteiger/z3
that referenced
this issue
Oct 5, 2015
Signed-off-by: Nikolaj Bjorner <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From #24: This loop is executed only a single time. Always. Is this correct?
z3/src/util/prime_generator.cpp
Line 70 in d01c349
Looks fishy to me, that break statement should probably be removed altogether.
The text was updated successfully, but these errors were encountered: