Don't flush the stream on each new line, when writing automata.
* src/tgbaalgos/neverclaim.cc, src/tgbaalgos/dotty.cc, src/tgbaalgos/save.cc: Prefer '\n' over std::endl to speedup I/O. * src/ltltest/genltl.cc (syntax): Use '\n' too, although it won't make a big difference.
This commit is contained in:
parent
ba3108f98d
commit
9c4adf1eb4
5 changed files with 54 additions and 52 deletions
|
|
@ -1,3 +1,12 @@
|
|||
2011-11-27 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Don't flush the stream on each new line, when writing automata.
|
||||
|
||||
* src/tgbaalgos/neverclaim.cc, src/tgbaalgos/dotty.cc,
|
||||
src/tgbaalgos/save.cc: Prefer '\n' over std::endl to speedup I/O.
|
||||
* src/ltltest/genltl.cc (syntax): Use '\n' too, although it won't
|
||||
make a big difference.
|
||||
|
||||
2011-11-27 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Add an ltl2tgba option to read Kripke structure.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue