ltlsynt: correct verbose when --aiger is used

* bin/ltlsynt.cc: here
* tests/core/ltlsynt.test: add test
This commit is contained in:
Florian Renkin 2021-11-04 10:20:48 +01:00
parent 553381bd6e
commit 7947ffc930
2 changed files with 21 additions and 2 deletions

View file

@ -496,7 +496,7 @@ namespace
{
*gi->verbose_stream << "AIG circuit was created in "
<< gi->bv->aig_time
<< " and has " << saig->num_latches()
<< " seconds and has " << saig->num_latches()
<< " latches and "
<< saig->num_gates() << " gates\n";
}