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
Trying to prove i < n |- i + 1 <= n with Z3 gives the error pthread_create(&m_thread_id, NULL, &thread_func, this) == 0.
i < n |- i + 1 <= n
pthread_create(&m_thread_id, NULL, &thread_func, this) == 0
Also mentioned in cpitclaudel/z3.wasm#2.
The text was updated successfully, but these errors were encountered:
c8ed5f5
There are now official bindings of z3 which support threads, so this use case should work. Check cpitclaudel/z3.wasm#6.
Sorry, something went wrong.
No branches or pull requests
Trying to prove
i < n |- i + 1 <= n
with Z3 gives the errorpthread_create(&m_thread_id, NULL, &thread_func, this) == 0
.Also mentioned in cpitclaudel/z3.wasm#2.
The text was updated successfully, but these errors were encountered: