tests: Improve tests related to SAT-minimization
* tests/core/satmin.test: Delete check for SPOT_SATSOLVER env variable and add state numbers verification. * tests/core/satmin2.test: Delete check for SPOT_SATSOLVER env variable. * tests/python/satmin.py: Delete check for SPOT_SATSOLVER env variable.
This commit is contained in:
parent
32f040fa45
commit
dfd500a559
3 changed files with 592 additions and 31 deletions
|
|
@ -21,9 +21,6 @@
|
|||
. ./defs
|
||||
set -e
|
||||
|
||||
# Skip if $SATSOLVE is not installed.
|
||||
(${SATSOLVER-glucose} --help >/dev/null 2>&1) || exit 77
|
||||
|
||||
autfilt=autfilt
|
||||
ltlfilt=ltlfilt
|
||||
|
||||
|
|
@ -152,8 +149,8 @@ properties: trans-labels explicit-labels trans-acc colored complete
|
|||
properties: deterministic
|
||||
--BODY--
|
||||
State: 0
|
||||
[0] 0 {0}
|
||||
[!0] 0 {1}
|
||||
[!0] 0 {0}
|
||||
[0] 0 {1}
|
||||
--END--
|
||||
EOF
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue