twa: rename as_var() as as_vars()
* spot/twa/twa.hh, spot/twaalgos/stutter.cc: Here. * NEWS: Mention the change.
This commit is contained in:
parent
4f1fad80a4
commit
65726c0f60
3 changed files with 9 additions and 7 deletions
|
|
@ -740,13 +740,13 @@ namespace spot
|
|||
|
||||
/// \brief The vector of atomic propositions registered by this
|
||||
/// automaton.
|
||||
const std::vector<formula>& ap() const
|
||||
const std::vector<formula>& ap() const
|
||||
{
|
||||
return aps_;
|
||||
}
|
||||
|
||||
/// \brief The set of atomic propositions as a conjunction.
|
||||
bdd ap_var() const
|
||||
bdd ap_vars() const
|
||||
{
|
||||
return bddaps_;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue