(error "Failed to reconstruct array model")
Closed this issue · 5 comments
leonardoalt commented
Using the new nightly on the benchmark below (which should be unsat) I get (error "Failed to reconstruct array model")
https://raw.githubusercontent.com/leonardoalt/chc_benchmarks_solidity/main/array.smt2
pruemmer commented
This should be fixed in the latest version!
Thanks for the bug reports, they were very useful for located problems
with the new array solver, and fixing them ...
leonardoalt commented
Happy to report whatever I find!
leonardoalt commented
Hi @pruemmer , it looks like the latest nightly isn't shipping the target
folder with the jar
pruemmer commented
Hm, apparently the build that night did not succeed; but I just checked,
and the latest version includes the jar file!
leonardoalt commented
Ah yes, confirm that it's there and solves the issue!
Thanks!