* src/tgbatest/ltl2tgba.cc (syntax): -N implies -DS, not -D.
This commit is contained in:
parent
cdb4e36121
commit
7760b459e7
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2011-08-17 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* src/tgbatest/ltl2tgba.cc (syntax): -N implies -DS, not -D.
|
||||
|
||||
2011-07-26 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* iface/dve2/dve2check.cc: Add option -W and simplify formulae.
|
||||
|
|
|
|||
|
|
@ -265,10 +265,10 @@ syntax(char* prog)
|
|||
<< " -K dump the graph of SCCs in dot format" << std::endl
|
||||
<< " -KV verbosely dump the graph of SCCs in dot format"
|
||||
<< std::endl
|
||||
<< " -N output the never clain for Spin (implies -D)"
|
||||
<< " -N output the never clain for Spin (implies -DS)"
|
||||
<< std::endl
|
||||
<< " -NN output the never clain for Spin, with commented states"
|
||||
<< " (implies -D)" << std::endl
|
||||
<< " (implies -DS)" << std::endl
|
||||
<< " -O tell if a formula represents a safety, guarantee, "
|
||||
<< "or obligation property"
|
||||
<< std::endl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue