fix status of lbtt's subtree. Apparently it was messed up during the cvsimport
This commit is contained in:
parent
17f76e371f
commit
91df6cab77
77 changed files with 16272 additions and 6019 deletions
22
lbtt/README
22
lbtt/README
|
|
@ -1,24 +1,24 @@
|
|||
lbtt version 1.0.1
|
||||
lbtt version 1.2.0
|
||||
------------------
|
||||
|
||||
lbtt is a tool for testing programs which translate formulas
|
||||
lbtt is a tool for testing programs that translate formulas
|
||||
expressed in propositional linear temporal logic (LTL) into
|
||||
Büchi automata. The goal of the tool is to assist in the
|
||||
correct implementation of LTL-to-Büchi translation algorithms
|
||||
by providing an automated testing environment for LTL-to-Büchi
|
||||
translators. Additionally, the testing environment can be used
|
||||
for very basic profiling of different LTL-to-Büchi translators
|
||||
to evaluate their performance.
|
||||
Büchi automata. The goal of the tool is to assist implementing
|
||||
LTL-to-Büchi translation algorithms correctly by providing an
|
||||
automated testing environment for LTL-to-Büchi translators.
|
||||
Additionally, the testing environment can be used for very basic
|
||||
profiling of different LTL-to-Büchi translators to evaluate their
|
||||
performance.
|
||||
|
||||
The latest version of the program is available at
|
||||
<http://www.tcs.hut.fi/%7Ehtauriai/lbtt/>.
|
||||
<http://www.tcs.hut.fi/Software/lbtt/>.
|
||||
|
||||
lbtt is free software, you may change and redistribute it under
|
||||
the terms of the GNU General Public License. lbtt comes with
|
||||
NO WARRANTY. See the file COPYING for details.
|
||||
|
||||
|
||||
Quick installation instructions:
|
||||
Brief installation instructions:
|
||||
--------------------------------
|
||||
|
||||
The basic procedure to build lbtt, the associated tools
|
||||
|
|
@ -82,4 +82,4 @@ Documentation:
|
|||
|
||||
The documentation is also available in various formats
|
||||
at the program's home page at
|
||||
<http://www.tcs.hut.fi/%7Ehtauriai/lbtt/>.
|
||||
<http://www.tcs.hut.fi/Software/lbtt/>.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue