We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d98b56b + 9ae905b commit 6e88f92Copy full SHA for 6e88f92
src/solvers/smt2/smt2_conv.cpp
@@ -237,8 +237,8 @@ void smt2_convt::define_object_size(
237
continue;
238
}
239
240
- out << "(assert (implies (= " <<
241
- "((_ extract " << h << " " << l << ") ";
+ out << "(assert (=> (= "
+ << "((_ extract " << h << " " << l << ") ";
242
convert_expr(ptr);
243
out << ") (_ bv" << number << " " << config.bv_encoding.object_bits << "))"
244
<< "(= " << id << " (_ bv" << *object_size << " " << size_width
0 commit comments