aiger: simplify output code, and fix some function call order
* spot/twaalgos/aiger.cc: Simplify some bit operatitions. Force the ordering of operations in aig_and, that was causing a test case to fail on ARM, and greatly simplify the code and data structures used in remove_unused(). * tests/core/ltlsynt.test: Adjust expected output.
This commit is contained in:
parent
d523ce8ba4
commit
ce93cdca21
2 changed files with 56 additions and 45 deletions
|
|
@ -61,11 +61,11 @@ aag 23 1 2 1 16
|
|||
26 4 6
|
||||
28 2 26
|
||||
30 3 26
|
||||
36 29 31
|
||||
38 25 36
|
||||
40 17 23
|
||||
42 13 40
|
||||
44 42 38
|
||||
36 17 23
|
||||
38 13 36
|
||||
40 29 31
|
||||
42 25 40
|
||||
44 38 42
|
||||
46 25 29
|
||||
i0 a
|
||||
o0 b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue