diffblue-cbmc/regression/cbmc/path-per-path-vccs
Kareem Khazem 7a897a583c
Bugfix: store VCC counters per-path
Prior to this commit, total_vccs and remaining_vccs had been members of
goto_symext, meaning that they would be reset to zero every time a path
was resumed. This would make CBMC incorrectly report safety for the
included test program when running in path exploration mode, even though
the program is reported as unsafe when CBMC runs in model-checking mode.

This commit moves those members to goto_symex_statet, with goto_symext
retaining cached versions so that its clients can read their values
after the state has been torn down.
2018-10-25 10:40:21 +01:00
..
main.c Bugfix: store VCC counters per-path 2018-10-25 10:40:21 +01:00
test.desc Bugfix: store VCC counters per-path 2018-10-25 10:40:21 +01:00