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.
1 parent bd45729 commit a986139Copy full SHA for a986139
src/solvers/flattening/boolbv_index.cpp
@@ -36,9 +36,6 @@ bvt boolbvt::convert_index(const index_exprt &expr)
36
37
std::size_t width=boolbv_width(expr.type());
38
39
- if(width==0)
40
- return conversion_failed(expr);
41
-
42
// see if the array size is constant
43
44
if(is_unbounded_array(array_type))
@@ -290,9 +287,6 @@ bvt boolbvt::convert_index(
290
287
291
288
std::size_t width = boolbv_width(array_type.element_type());
292
289
293
294
- return conversion_failed(array);
295
296
// TODO: If the underlying array can use one of the
297
// improvements given above then it may be better to use
298
// the array theory for short chains of updates and then
0 commit comments