* src/tgbatest/ltl2tgba.cc (main): Silence the "filename.tgba read"
message if -0 is used.
This commit is contained in:
parent
cddca67fda
commit
5c6471daca
2 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
2005-01-29 Alexandre Duret-Lutz <adl@gnu.org>
|
2005-01-29 Alexandre Duret-Lutz <adl@gnu.org>
|
||||||
|
|
||||||
|
* src/tgbatest/ltl2tgba.cc (main): Silence the "filename.tgba read"
|
||||||
|
message if -0 is used.
|
||||||
|
|
||||||
* bench/emptchk/formulae.ltl: New file.
|
* bench/emptchk/formulae.ltl: New file.
|
||||||
|
|
||||||
* src/tgbaalgos/gtec/gtec.hh (couvreur99_check): Document poprem.
|
* src/tgbaalgos/gtec/gtec.hh (couvreur99_check): Document poprem.
|
||||||
|
|
|
||||||
|
|
@ -307,6 +307,8 @@ main(int argc, char** argv)
|
||||||
argv[formula_index] + 2, pel))
|
argv[formula_index] + 2, pel))
|
||||||
return 2;
|
return 2;
|
||||||
system->merge_transitions();
|
system->merge_transitions();
|
||||||
|
|
||||||
|
if (!paper_opt)
|
||||||
std::clog << argv[formula_index] + 2 << " read" << std::endl;
|
std::clog << argv[formula_index] + 2 << " read" << std::endl;
|
||||||
}
|
}
|
||||||
else if (!strcmp(argv[formula_index], "-r"))
|
else if (!strcmp(argv[formula_index], "-r"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue