simplify: fix some discrepancies between Intel and ARM

* spot/tl/simplify.cc (tl_simplifier_cache::as_bdd): Fix the order in
which as_bdd() is called recursively in binary nodes, do not let the
choice to the compiler.
* tests/core/ltlsynt.test: Adjust expected output.
This commit is contained in:
Alexandre Duret-Lutz 2021-10-03 00:48:38 +02:00
parent 1b69ed96f9
commit 644342f5d4
2 changed files with 25 additions and 11 deletions

View file

@ -522,13 +522,13 @@ REALIZABLE
HOA: v1
States: 1
Start: 0
AP: 3 "b" "c" "a"
AP: 3 "a" "b" "c"
acc-name: all
Acceptance: 0 t
properties: trans-labels explicit-labels state-acc deterministic
--BODY--
State: 0
[!0&!1 | !1&!2] 0
[!0&!2 | !1&!2] 0
[0&1&2] 0
--END--
EOF