.\" Manual page for tbf2lps version 201202.0 (Release). .\" .\" Generated from tbf2lps --generate-man-page. .\" .TH TBF2LPS "1" "April 2012" "tbf2lps mCRL2 toolset 201202.0 (Release)" "User Commands" .SH NAME tbf2lps \- convert a muCRL LPE to an mCRL2 LPS .SH SYNOPSIS .B tbf2lps [\fIOPTION\fR]... [\fIINFILE\fR [\fIOUTFILE\fR]] .SH DESCRIPTION Read mCRL LPS from INFILE, convert it to a mCRL2 LPS and save the result to OUTFILE. If OUTFILE is not present, stdout is used. If INFILE is not present, stdin is used. To use stdin and save the output to a file, use '-' for INFILE. This conversion assumes that Bool is the boolean sort with constructors T and F. Additionally, the following conversions on the data specification will be applied: constructors T, F: -> Bool are replaced by true and false, mapping and: Bool # Bool -> Bool is replaced by ||, and mapping eq: S # S -> Bool is replaced by == for each sort S .SH OPTIONS .TP \fIOPTION\fR can be any of the following: .TP \fB-n\fR, \fB--no-conv-map\fR do not apply conversion of mappings and equations .TP \fB--timings\fR[=\fIFILE\fR] append timing measurements to FILE\&. Measurements are written to standard error if no FILE is provided .TP Standard options: .TP \fB-q\fR, \fB--quiet\fR do not display warning messages .TP \fB-v\fR, \fB--verbose\fR display short intermediate messages .TP \fB-d\fR, \fB--debug\fR display detailed intermediate messages .TP \fB--log-level\fR=\fILEVEL\fR display intermediate messages up to and including level .TP \fB-h\fR, \fB--help\fR display help information .TP \fB--version\fR display version information .SH AUTHOR Written by Muck van Weerdenburg. .SH "REPORTING BUGS" Report bugs at . .SH COPYRIGHT Copyright \(co 2012 Technische Universiteit Eindhoven. .br This is free software. You may redistribute copies of it under the terms of the Boost Software License . There is NO WARRANTY, to the extent permitted by law. .SH "SEE ALSO" See also the manual at .