ltlsynt: make sure the previous Xor optimization actually works
* spot/tl/simplify.hh, spot/tl/simplify.cc, spot/twaalgos/translate.cc: Update the tl_simplification options after all preferences have been given. * bin/ltlsynt.cc: Display the size of the translation output. * tests/core/ltlsynt.test: Add test case.
This commit is contained in:
parent
6ec6150462
commit
fc1c17b91c
5 changed files with 48 additions and 6 deletions
|
|
@ -384,8 +384,12 @@ namespace
|
|||
if (want_time)
|
||||
trans_time = sw.stop();
|
||||
if (verbose)
|
||||
std::cerr << "translating formula done in "
|
||||
<< trans_time << " seconds\n";
|
||||
{
|
||||
std::cerr << "translating formula done in "
|
||||
<< trans_time << " seconds\n";
|
||||
std::cerr << "automaton has " << aut->num_states()
|
||||
<< " states and " << aut->num_sets() << " colors\n";
|
||||
}
|
||||
|
||||
spot::twa_graph_ptr dpa = nullptr;
|
||||
switch (opt_solver)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue