dot: fix 'g' with a Mealy machine
* spot/twaalgos/dot.cc: here * tests/python/mealy.py: add test
This commit is contained in:
parent
27816ea438
commit
4d2c096ec0
2 changed files with 21 additions and 3 deletions
|
|
@ -1084,9 +1084,12 @@ namespace spot
|
|||
{
|
||||
if (aut->acc().is_t())
|
||||
opt_show_acc_ = false;
|
||||
bdd out = *p;
|
||||
opt_mealy_output_ = out;
|
||||
opt_mealy_ = true;
|
||||
if (opt_showlabel_)
|
||||
{
|
||||
bdd out = *p;
|
||||
opt_mealy_output_ = out;
|
||||
opt_mealy_ = true;
|
||||
}
|
||||
}
|
||||
incomplete_ =
|
||||
aut->get_named_prop<std::set<unsigned>>("incomplete-states");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue