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
This is not necessarily an issue of metaSMT.
[metaSMT] Instance is UNSAT [z3] Instance is SAT
The text was updated successfully, but these errors were encountered:
BOOST_AUTO_TEST_CASE(STP_error) { const unsigned w = 8u; bitvector v85 = new_bitvector( w ); bitvector v88 = new_bitvector( w ); assertion( ctx, equal( bvand( v88, bvuint(7,w) ), bvuint(3,w) ) ); assertion( ctx, equal( bvand( v85, bvuint(7,w) ), bvuint(4,w) ) ); assertion( ctx, bvsle( bvand( v88, bvuint(7,w)), bvand( v85, bvuint(7,w)) ) ); BOOST_REQUIRE( solve(ctx) ); }
Sorry, something went wrong.
No branches or pull requests
This is not necessarily an issue of metaSMT.
The text was updated successfully, but these errors were encountered: