Skip to content

Commit e867e6a

Browse files
authored
Merge pull request #135 from ChrisEdel/btor2
Implemented follow and merge decision
2 parents 2c10bf2 + dc0cf1e commit e867e6a

File tree

2 files changed

+952
-57
lines changed

2 files changed

+952
-57
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ qemu: selfie.m selfie.s
8888
# Test boolector SMT solver
8989
boolector: smt
9090
boolector manuscript/code/symbolic/simple-assignment.smt -e 0 > selfie_boolector.sat
91-
[ $$(grep ^sat$$ selfie_boolector.sat | wc -l) -eq 2 ]
92-
[ $$(grep ^unsat$$ selfie_boolector.sat | wc -l) -eq 1 ]
91+
[ $$(grep ^sat$$ selfie_boolector.sat | wc -l) -eq 1 ]
9392

9493
# Test btormc bounded model checker
9594
btormc: mc

0 commit comments

Comments
 (0)