Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
c8a9c2d4
Commit
c8a9c2d4
authored
Jan 28, 2005
by
Alexandre Duret-Lutz
Browse files
* src/tgbatest/randtgba.cc (syntax): Missing std::endl.
parent
7bba6dc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c8a9c2d4
2005-01-29 Alexandre Duret-Lutz <adl@gnu.org>
* src/tgbatest/randtgba.cc (syntax): Missing std::endl.
* bench/Makefile.am, bench/emptchk/Makefile.am,
bench/emptchk/README, bench/emptchk/algorithms,
bench/emptchk/defs.in, bench/emptchk/ltl-human.sh,
bench/emptchk/ltl-random.sh, bench/emptchk/pml-clserv.sh,
bench/emptchk/pml-eeaean.sh, bench/emptchk/pml2tgba.pl,
bench/emptchk/models/cl3serv1.pml,
bench/emptchk/models/cl3serv3.pml,
bench/emptchk/models/clserv.ltl, bench/emptchk/models/eeaean.ltl,
bench/emptchk/models/eeaean2.pml: New files.
* README: Adjust.
* configure.ac: Output bench/Makefile and bench/emptchk/Makefile.
Check for PERL, and define the NEVER conditional.
* Makefile.am (SUBDIRS) [NEVER]: Add bench.
2005-01-28 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/emptiness_stats.hh: Make sure depth() >= 0.
...
...
src/tgbatest/randtgba.cc
View file @
c8a9c2d4
...
...
@@ -155,7 +155,8 @@ syntax(char* prog)
<<
"Options:"
<<
std
::
endl
<<
" -0 suppress default output, just generate the graph"
<<
" in memory"
<<
std
::
endl
<<
" -1 produce minimal output dedicated to the paper"
<<
" -1 produce minimal output (for our paper)"
<<
std
::
endl
<<
" -a N F number of acceptance conditions and probability that"
<<
" one is true"
<<
std
::
endl
<<
" [0 0.0]"
<<
std
::
endl
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment