* src/ltlvisit/nenoform.cc (negative_normal_form): New const variant.

* src/ltlvisit/nenoform.hh (negative_normal_form): New const variant.
* src/ltlvisit/lunabbrev.cc (unabbreviate_logic): New const variant.
* src/ltlvisit/lunabbrev.hh (unabbreviate_logic): New const variant.
* src/ltlvisit/tunabbrev.cc (unabbreviate_ltl): New const variant.
* src/ltlvisit/tunabbrev.hh (unabbreviate_ltl): New const variant.
This commit is contained in:
Alexandre Duret-Lutz 2003-06-24 13:52:44 +00:00
parent a889dd7dfd
commit 0ae1a32a70
7 changed files with 35 additions and 0 deletions

View file

@ -23,6 +23,8 @@ namespace spot
/// after spot::ltl::negative_normal_form would likely produce a
/// formula which is not in negative normal form.)
formula* negative_normal_form(formula* f, bool negated = false);
/// \brief Build the negative normal form of \a f.
const formula* negative_normal_form(const formula* f);
}
}