Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lps2pbes(1) [debian man page]

LPS2PBES(1)							   User Commands						       LPS2PBES(1)

NAME
lps2pbes - generate a PBES from an LPS and a state formula SYNOPSIS
lps2pbes [OPTION]... --formula=FILE [INFILE [OUTFILE]] DESCRIPTION
Convert the state formula in FILE and the LPS in INFILE to a parameterised boolean equation system (PBES) and save it to OUTFILE. If OUT- FILE is not present, stdout is used. If INFILE is not present, stdin is used. OPTIONS
OPTION can be any of the following: -fFILE, --formula=FILE use the state formula from FILE -t, --timed use the timed version of the algorithm, even for untimed LPS's --timings[=FILE] append timing measurements to FILE. Measurements are written to standard error if no FILE is provided Standard options: -q, --quiet do not display warning messages -v, --verbose display short intermediate messages -d, --debug display detailed intermediate messages --log-level=LEVEL display intermediate messages up to and including level -h, --help display help information --version display version information AUTHOR
Written by Wieger Wesselink; Tim Willemse. REPORTING BUGS
Report bugs at <http://www.mcrl2.org/issuetracker>. COPYRIGHT
Copyright (C) 2012 Technische Universiteit Eindhoven. This is free software. You may redistribute copies of it under the terms of the Boost Software License <http://www.boost.org/LICENSE_1_0.txt>. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
See also the manual at <http://www.mcrl2.org/mcrl2/wiki/index.php/User_manual/lps2pbes>. lps2pbes mCRL2 toolset 201202.0 (Release) April 2012 LPS2PBES(1)

Check Out this Related Man Page

LPSPARELM(1)							   User Commands						      LPSPARELM(1)

NAME
lpsparelm - remove unused parameters from an LPS SYNOPSIS
lpsparelm [OPTION]... [INFILE [OUTFILE]] DESCRIPTION
Remove unused parameters from the linear process specification (LPS) in INFILE and write the result to OUTFILE. If INFILE is not present, stdin is used. If OUTFILE is not present, stdout is used. OPTIONS
OPTION can be any of the following: --timings[=FILE] append timing measurements to FILE. Measurements are written to standard error if no FILE is provided Standard options: -q, --quiet do not display warning messages -v, --verbose display short intermediate messages -d, --debug display detailed intermediate messages --log-level=LEVEL display intermediate messages up to and including level -h, --help display help information --version display version information AUTHOR
Written by Wieger Wesselink and Jeroen van der Wulp; Frank Stappers and Tim Willemse. REPORTING BUGS
Report bugs at <http://www.mcrl2.org/issuetracker>. COPYRIGHT
Copyright (C) 2012 Technische Universiteit Eindhoven. This is free software. You may redistribute copies of it under the terms of the Boost Software License <http://www.boost.org/LICENSE_1_0.txt>. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
See also the manual at <http://www.mcrl2.org/mcrl2/wiki/index.php/User_manual/lpsparelm>. lpsparelm mCRL2 toolset 201202.0 (Release) April 2012 LPSPARELM(1)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script help for INFILE...

Hello all, I'm having trouble trying to get the output of a variable passed from an INFILE. Here is what i have so far. /tmp/INFILE --- inside INFILE will be 2 or more filenames like so /apps/opt/FTTP_`date '+%m%d%y'`.txt /apps/opt/DSLFeed.`date '+%m%d%y'`.txt --Here is just a... (2 Replies)
Discussion started by: liketheshell
2 Replies

2. Shell Programming and Scripting

Pull specific lines from long file based on formula

For people who want to pull a number of lines from a long file using a specific formula n (number of iterations in a loop) a (offset number) b (stretch factor) example with n {1..100} for (( n=1; n<101; n++ )); do awk -v n=$n 'NR==a+(b*n)' a=0 b=1 inputfile >>outputfile (2 Replies)
Discussion started by: sgruenwald
2 Replies

3. Shell Programming and Scripting

Can expr deal with decimals?

Hello, Im trying to work on a small script for a formula converting temperatures, Celsius to fahrenheit. I have a formula, and it works.... it works every way I try it. But it keeps giving me the wrong results every time with expr. The formula for C to F would be: divide by 5, multiply by... (12 Replies)
Discussion started by: hxdrummerxc
12 Replies

4. Shell Programming and Scripting

Calculate Mean absolute Deviation

Hi, I am trying to use an statistical formula. I tried in excel, but I get different values when I use calculator. The formula is (1/n) ∑|x - mean| n=no. of observations x=each individual expression value mean is median of all observations I have a file with 1000 rows.. So it needs... (1 Reply)
Discussion started by: Diya123
1 Replies

5. Shell Programming and Scripting

A strange formula

Dear Masters, Kindly need your helps for this issue.. I face a formula as a picture... the input file is A DEPT Vp Vs rho VPperVS ------------------------ ------------ ------------ ------------ 700 151.9218 121.9269 ... (11 Replies)
Discussion started by: ipatah
11 Replies