Add cosimulation and iterated_simulations to the web interface.

* wrap/python/spot.i (cosimulation, iterated_simulations): Declare.
* wrap/python/ajax/spot.in, wrap/python/ajax/protocol.txt,
wrap/python/ajax/ltl2tgba.html: Add options to trigger these two
optimizations.
This commit is contained in:
Alexandre Duret-Lutz 2012-08-21 16:26:28 +02:00
parent 84b6240aa9
commit 74bd671350
4 changed files with 42 additions and 4 deletions

View file

@ -206,6 +206,8 @@ using namespace spot;
%feature("new") spot::tgba::succ_iter;
%feature("new") spot::tgba_succ_iterator::current_state;
%feature("new") spot::simulation;
%feature("new") spot::cosimulation;
%feature("new") spot::iterated_simulations;
%feature("new") spot::degeneralize;
%feature("new") spot::tgba_parse;
%feature("new") spot::tgba_to_ta;