Closed hernanponcedeleon closed 3 years ago
@hernanponcedeleon there are multiple issues here.
/Users/ponce/git/forks/archives-2021/2021/UAutomizer-linux/z3
-- I am unsure why this is, can you try and execute the binary manually? @danieldietsch: the problem with z3 is probably that this is the binary for the competition, i.e. Linux environment, and I'm trying to run this on MacOS. However a have z3 installed in my laptop. Is there any way to set the path to the solver (I could not find anything in the help)?
Yeah, it is somewhat awkward -- the easiest is probably just to rename the binary we supply, then it will automatically take the one from your PATH.
That worked. From my side everything is ok. I did not close the issue based on the tags you added, but feel free to close it.
Hi,
I'm using the version of UAutomizer from the archive2021 repo of SVCOMP and I'm getting and error when trying to validate a witness. I'm running the following cmd
which results in
Attached are the two used files (taks + witness) + the log from UAutomizer. Archive.zip
Am I missing any option flag maybe?