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
Fixes a bug in the --write-solver-stats-to option.
Assertions are translated in two steps:
1. symex_target_equationt::convert_assertions creates handles for the
assertions. Solver hardness recording already works there.
2. The handles are then disjoined in
goto_symex_property_decidert::add_constraint_from_goals.
Solver hardness was missing.
The clauses resulting from this disjunction were not recorded.
We now add them into the solver_hardness.assertion_stats bucket initialized
by 1.
0 commit comments