* 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:
parent
a889dd7dfd
commit
0ae1a32a70
7 changed files with 35 additions and 0 deletions
|
|
@ -174,5 +174,11 @@ namespace spot
|
|||
f->accept(v);
|
||||
return v.result();
|
||||
}
|
||||
|
||||
const formula*
|
||||
negative_normal_form(const formula* f)
|
||||
{
|
||||
return negative_normal_form(const_cast<formula*>(f));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue