ltlsynt: correct verbose when --aiger is used
* bin/ltlsynt.cc: here * tests/core/ltlsynt.test: add test
This commit is contained in:
parent
553381bd6e
commit
7947ffc930
2 changed files with 21 additions and 2 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue