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:
parent
11c453d426
commit
a9f4b01d9b
4 changed files with 22 additions and 26 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue