bin: use common_aoutput in ltl2tgba
* src/bin/common_aoutput.hh, src/bin/common_aoutput.cc: Adjust to support three kind of statistics printer, depending on whether the tool input formulas, automata, or nothing. * src/bin/randaut.cc, src/bin/autfilt.cc: Adjust. * src/bin/ltl2tgba.cc: Use the common_aoutput printers. The --csv-escape option disappeared along the way, but it was not honored anyway...
This commit is contained in:
parent
72737dfefc
commit
40fb80ea2c
5 changed files with 45 additions and 159 deletions
|
|
@ -320,7 +320,7 @@ namespace
|
|||
public:
|
||||
|
||||
hoa_processor(spot::postprocessor& post)
|
||||
: post(post), printer(true)
|
||||
: post(post), printer(aut_input)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
@ -398,7 +398,7 @@ namespace
|
|||
return 0;
|
||||
}
|
||||
|
||||
printer.print(aut, filename, -1, conversion_time, haut);
|
||||
printer.print(aut, nullptr, filename, -1, conversion_time, haut);
|
||||
|
||||
if (opt_max_count >= 0 && match_count >= opt_max_count)
|
||||
abort_run = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue