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

View file

@ -142,6 +142,7 @@ namespace std {
#include "twaalgos/translate.hh"
#include "twaalgos/hoa.hh"
#include "twaalgos/dtgbasat.hh"
#include "twaalgos/relabel.hh"
#include "parseaut/public.hh"
@ -307,6 +308,7 @@ namespace std {
%include "twaalgos/translate.hh"
%include "twaalgos/hoa.hh"
%include "twaalgos/dtgbasat.hh"
%include "twaalgos/relabel.hh"
%include "parseaut/public.hh"