bdddict: remove now/next variables.
These were only used by the BDD-based implementation of TGBA, which has been removed. * src/tgba/bdddict.cc, src/tgba/bdddict.hh, src/tgba/bddprint.cc: Remove support for now/next variables.
This commit is contained in:
parent
116fe8654f
commit
18f6fe772b
3 changed files with 7 additions and 119 deletions
|
|
@ -72,14 +72,6 @@ namespace spot
|
|||
print_ltl(ref.f, o) << '"';
|
||||
}
|
||||
break;
|
||||
case bdd_dict::now:
|
||||
o << "Now[";
|
||||
print_ltl(ref.f, o) << ']';
|
||||
break;
|
||||
case bdd_dict::next:
|
||||
o << "Next[";
|
||||
print_ltl(ref.f, o) << ']';
|
||||
break;
|
||||
case bdd_dict::anon:
|
||||
o << '?' << v;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue