File: lbt.1

package info (click to toggle)
lbt 1.2.2-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 132 kB
  • ctags: 186
  • sloc: cpp: 910; ansic: 102; makefile: 97
file content (70 lines) | stat: -rw-r--r-- 2,437 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH LBT 1 "August 10, 2001"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
lbt \- LTL to B\(:uchi Translator
.SH SYNOPSIS
.B lbt
.RI "< " formula.txt " > " automaton.txt
.br
.B lbt2dot
.RI "< " automaton.txt " > " automaton.dot
.SH DESCRIPTION
This manual page documents briefly the
.B lbt
and
.B lbt2dot
commands.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
Instead, it has documentation in HTML format; see below.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
.\" respectively.
\fBlbt\fP is a filter that translates a linear temporal logic (LTL)
formula to a corresponding generalized B\(:uchi automaton.  The
translation is based on the algorithm by Gerth, Peled and Vardi
presented at PSTV'95,
.IR "Simple on-the-fly automatic verification of linear temporal logic".
Hardly any optimizations are implemented, and the generated automaton
is often bigger than necessary.  But on the other hand, it should always
be correct.
.br
The filter \fBlbt2dot\fP can be used to translate Bchi automata from the
\fBlbt\fP output format to GraphViz format for visualization.
.SH EXAMPLE
\fBecho\fP G p0 | \fBlbt\fP | \fBlbt2dot\fP | \fBdotty\fP -
.SH SEE ALSO
.BR dotty (1).
.SH FILES
.TP
.I /usr/share/doc/lbt/html/index.html
The real documentation for LBT.
.SH AUTHOR
This manual page was written by Marko M\(:akel\(:a <msmakela@tcs.hut.fi>,
for the Debian GNU/Linux system (but may be used by others).
The \fBlbt\fP program was written by
.B Mauno R\(:onkk\(:o
and
.B Heikki Tauriainen,
and it was optimized by
.B Marko M\(:akel\(:a,
who also wrote the \fBlbt2dot\fP filter.
Please see the copyright file in
.I /usr/share/doc/lbt
for details.