ajax: relabel formula and automata around ltl3ba

Fixes #53.

* wrap/python/ajax/spotcgi.in: Do that.
* wrap/python/ajax/trans.html: Fixup jquery code to
avoid looping over tabs.
* wrap/python/spot_impl.i: Wrap the automaton relabeling code.
* NEWS: Update.
This commit is contained in:
Alexandre Duret-Lutz 2015-06-20 20:37:05 +02:00
parent 11c453d426
commit a9f4b01d9b
4 changed files with 22 additions and 26 deletions

4
NEWS
View file

@ -266,6 +266,10 @@ New in spot 1.99b (not yet released)
- The on-line interface at http://spot.lrde.epita.fr/trans.html
can be used to check stutter-invariance of any LTL/PSL formula.
- The on-line interface will work around atomic propositions not
supported by ltl3ba. (E.g. you can now translate F(A) or
G("foo < bar").)
* Noteworthy code changes
- Boost is not used anymore.