org: document HOA support
* doc/org/hoa.org: New file. * doc/org/oaut.org, doc/org/tools.org: Link to it. * doc/Makefile.am: Distribute it.
This commit is contained in:
parent
3230b7c8aa
commit
6b28cc9170
4 changed files with 827 additions and 5 deletions
|
|
@ -61,11 +61,12 @@ strange to ask a tool to not output anything, but it makes sense when
|
|||
only the exit status matters (for instance using [[file:autfilt.org][=autfilt=]] to check
|
||||
whether an input automaton has some property) or for timing purposes.
|
||||
|
||||
* HOAF output
|
||||
* HOA output
|
||||
|
||||
The [[http://adl.github.io/hoaf/][HOAF]] output should be the preferred format to use if you want to
|
||||
The [[http://adl.github.io/hoaf/][HOA]] output should be the preferred format to use if you want to
|
||||
pass automata between different tools. This format can be requested
|
||||
using the =-H= option.
|
||||
using the =-H= option. (Details about supported features of the HOA
|
||||
format can be found on a [[file:hoa.org][separate page]].)
|
||||
|
||||
Here is an example where [[file:ltl2tgba.org][=ltl2tgba=]] is used to construct two automata:
|
||||
one for =a U b= and one for =(Ga -> Gb) W c=.
|
||||
|
|
@ -480,7 +481,7 @@ output in GraphViz's format.
|
|||
ltl2tgba '(Ga -> Gb) W c'
|
||||
#+END_SRC
|
||||
|
||||
#+BEGIN_SRC sh :results verbatim :exports result
|
||||
#+BEGIN_SRC sh :results verbatim :exports results
|
||||
SPOT_DOTEXTRA= ltl2tgba '(Ga -> Gb) W c' --dot=
|
||||
#+END_SRC
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue