File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
regression/cbmc-incr-oneloop/minmaxunwind4 Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11CORE
22main.c
3- --unwind-min 6 --unwind-max 8 --incremental-loop main.0
3+ --unwind-min 6 --unwind-max 8 --incremental-loop main.0 --ignore-properties-before-unwind-min
44^EXIT=10$
55^SIGNAL=0$
66^VERIFICATION FAILED$
7+ ^Generated 1 VCC\(s\), \d+ remaining after simplification$
78--
9+ ^Generated 6 VCC\(s\), \d+ remaining after simplification$
810^warning: ignoring
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ symex_bmc_incremental_one_loopt::symex_bmc_incremental_one_loopt(
3535 options.is_set(" unwind-min" ) ? options.get_signed_int_option(" unwind-min" )
3636 : 0)
3737{
38+ ignore_assertions =
39+ options.get_bool_option (" ignore-properties-before-unwind-min" );
3840}
3941
4042bool symex_bmc_incremental_one_loopt::should_stop_unwind (
You can’t perform that action at this time.
0 commit comments