-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
Description
I noticed a kind of temporary file named "cadical" in the project directory after running JUnit tests. This file seems to appear in JavaSMT as well as in CPAchecker. We should avoid this file or redirect it into a valid temp-directory. The file seems to contain a few chars, maybe encoding some SAT problem for Cadical which is used internally in some SMT solvers, such as Boolector, CVC4, CVC5, Yices2, and Bitwuzla.
First steps:
- find out which test or solver causes this file.
- then fix it.