ltlcheck: add a "Sanity check..." message
* src/bin/ltlcheck.cc: Here.
This commit is contained in:
parent
7d6fc328ab
commit
2fe8f025e3
1 changed files with 2 additions and 0 deletions
|
|
@ -753,6 +753,8 @@ namespace
|
||||||
runner.round_cleanup();
|
runner.round_cleanup();
|
||||||
++round;
|
++round;
|
||||||
|
|
||||||
|
std::cerr << "Sanity checks..." << std::endl;
|
||||||
|
|
||||||
spot::ltl::atomic_prop_set* ap = spot::ltl::atomic_prop_collect(f);
|
spot::ltl::atomic_prop_set* ap = spot::ltl::atomic_prop_collect(f);
|
||||||
|
|
||||||
// intersection test
|
// intersection test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue