You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move solver_hardness.* from solvers/ to goto-symex/
This class is inherently linked to goto-programs and goto-symex, and
introduces a surprising dependency on these corresponding includes into the
solver classes.
This commit moves these classes into the goto-symex directory, removing the
dependency by introducing a base class for the callback.
0 commit comments