jcp19/SPIDER

Hidden Dependency between RaceDetector and Z3SolverParallel

jcp19 opened this issue · 1 comments

jcp19 commented

The constructor of RaceDetector receives a Solver as an argument. However, this Solver is eventually casted to a Z3SolverParallel. In this case, I think it is better to make the dependency in the constructor.

jcp19 commented

Fixed in the commit 84b160b