modelcheck: update output and documentation

Fixes #330.

* tests/ltsmin/README,
tests/ltsmin/modelcheck.cc: here.
This commit is contained in:
Etienne Renault 2018-03-14 16:31:16 +01:00
parent 2bd08d956a
commit a9178fbe64
2 changed files with 91 additions and 27 deletions

View file

@ -340,7 +340,7 @@ static int checked_main()
if (!res)
{
std::cout << "no accepting run found";
std::cout << "no accepting run found" << std::endl;
}
else if (!mc_options.compute_counterexample)
{