sat: add missing prop_state_based_acc() call
Fixes #62. * src/tgbaalgos/dtbasat.cc, src/tgbaalgos/dtgbasat.cc: Add call to prop_state_based_acc() when building an automaton with state-based acceptance. * src/tgbatest/satmin2.test: New test. * doc/org/satmin.org: Update.
This commit is contained in:
parent
6712fa3c65
commit
72eed9b2e2
4 changed files with 17 additions and 8 deletions
|
|
@ -162,17 +162,17 @@ digraph G {
|
|||
0 -> 0 [label=<!a & b>]
|
||||
0 -> 1 [label=<!b>]
|
||||
0 -> 2 [label=<a & b>]
|
||||
1 [label="1"]
|
||||
1 -> 4 [label=<!a<br/><font color="#5DA5DA">⓿</font>>]
|
||||
1 -> 5 [label=<a<br/><font color="#5DA5DA">⓿</font>>]
|
||||
1 [label="1", peripheries=2]
|
||||
1 -> 4 [label=<!a>]
|
||||
1 -> 5 [label=<a>]
|
||||
2 [label="2"]
|
||||
2 -> 1 [label=<!b>]
|
||||
2 -> 4 [label=<!a & b>]
|
||||
2 -> 5 [label=<a & b>]
|
||||
3 [label="3"]
|
||||
3 -> 0 [label=<!a<br/><font color="#5DA5DA">⓿</font>>]
|
||||
3 -> 1 [label=<a & !b<br/><font color="#5DA5DA">⓿</font>>]
|
||||
3 -> 2 [label=<a & b<br/><font color="#5DA5DA">⓿</font>>]
|
||||
3 [label="3", peripheries=2]
|
||||
3 -> 0 [label=<!a>]
|
||||
3 -> 1 [label=<a & !b>]
|
||||
3 -> 2 [label=<a & b>]
|
||||
4 [label="4"]
|
||||
4 -> 0 [label=<!a & !b>]
|
||||
4 -> 1 [label=<a & b>]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue