1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/math/ltl2ba/pkg-descr
Yuri Victorovich 39901d4fd6 math/ltl2ba: Update 1.2 -> 1.3
Take maintainership.

Also
* Simplify Makefile
* Update WWW and MASTER_SITES
2020-07-09 18:10:32 +00:00

12 lines
614 B
Plaintext

ltl2ba implements an algorithm of P. Gastin and D. Oddoux to generate
Buchi automata from linear temporal logic (LTL) formulae. This
algorithm generates a very weak alternating automaton and then
transforms it into a Buchi automaton, using a generalized Buchi
automaton as an intermediate step. Each automaton is simplified
on-the-fly in order to save memory and time. As usual the LTL formula
is simplified before any treatment. ltl2ba is more efficient than
Spin 3.4.1, with regard to the size of the resulting automaton,
the time of the computation, and the memory used.
WWW: http://www.lsv.fr/~gastin/ltl2ba/