acc: move unsat_mark in acc_cond
so that we can optimize it when no Fin are used * spot/twa/acc.cc, spot/twa/acc.hh: Do it. * spot/twaalgos/complete.cc, spot/twaalgos/strength.cc: Adjust.
This commit is contained in:
parent
2d3e7cecf5
commit
9bbcf85b3a
4 changed files with 17 additions and 25 deletions
|
|
@ -34,7 +34,7 @@ namespace spot
|
|||
// UM is a pair (bool, mark). If the Boolean is false, the
|
||||
// acceptance is always satisfiable. Otherwise, MARK is an
|
||||
// example of unsatisfiable mark.
|
||||
auto um = aut->get_acceptance().unsat_mark();
|
||||
auto um = aut->acc().unsat_mark();
|
||||
if (!um.first)
|
||||
{
|
||||
// We cannot safely complete an automaton if its
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue