add support for the weak property
This fixes #119. * doc/org/tut21.org, doc/org/hoa.org, NEWS: Document it. * src/twa/twa.hh: Support it in automata. * src/twaalgos/hoa.cc, src/parseaut/parseaut.yy: Add I/O support. * src/twaalgos/minimize.cc, src/twaalgos/totgba.cc: Set weak automata on output. * src/tests/complement.test, src/tests/parseaut.test, src/tests/readsave.test, src/tests/remfin.test, src/tests/sccsimpl.test, src/tests/wdba2.test, wrap/python/tests/automata-io.ipynb: Adjust.
This commit is contained in:
parent
eecd201273
commit
654888718c
15 changed files with 62 additions and 33 deletions
|
|
@ -67,8 +67,7 @@ Start: 2
|
|||
AP: 1 "p1"
|
||||
acc-name: Buchi
|
||||
Acceptance: 1 Inf(0)
|
||||
properties: implicit-labels state-acc complete deterministic
|
||||
properties: inherently-weak
|
||||
properties: implicit-labels state-acc complete deterministic weak
|
||||
--BODY--
|
||||
State: 0 {0}
|
||||
0 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue