Skip to content

Commit

Permalink
Merge branch 'release/1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
David Chemouil committed Oct 3, 2024
2 parents e48a8ff + 4ee682e commit 38bed9d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.2.0 (2024-10-03)
- fix bug: several lassos in some SMV traces. The BMC algorithm now is now "sbmc_inc" and the complete algorithm is (for nuXmv) "ic3 -i".

### 1.1.1 (2024-09-27)
- fix bug: some arithmetic auxiliaries were absent from the generated SMV file

Expand Down
4 changes: 2 additions & 2 deletions res/nusmv-default-bmc-script.scr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set default_trace_plugin 1;
set on_failure_script_quits 1;
go_bmc;
check_ltlspec_bmc_inc;
quit -x
check_ltlspec_sbmc_inc;
quit -x
2 changes: 1 addition & 1 deletion res/nusmv-default-script.scr
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ flatten_hierarchy;
encode_variables;
build_model;
check_ltlspec;
quit -x
quit -x
4 changes: 2 additions & 2 deletions res/nuxmv-default-bmc-script.scr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set default_trace_plugin 1;
set on_failure_script_quits 1;
go_bmc;
check_ltlspec_bmc_inc;
quit -x
check_ltlspec_sbmc_inc;
quit -x
10 changes: 3 additions & 7 deletions res/nuxmv-default-script.scr
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
set default_trace_plugin 1;
set on_failure_script_quits 1;
read_model;
flatten_hierarchy;
build_flat_model;
encode_variables;
build_boolean_model;
check_ltlspec_ic3;
quit -x
go_msat;
check_ltlspec_ic3 -i;
quit -x

0 comments on commit 38bed9d

Please sign in to comment.