* wrap/python/cgi-bin/ltl2tgba.in: Remove all "new" markers.
This commit is contained in:
parent
f1d3e999ae
commit
0f08fbc206
2 changed files with 9 additions and 5 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2010-12-26 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
* wrap/python/cgi-bin/ltl2tgba.in: Remove all "new" markers.
|
||||||
|
|
||||||
2010-12-23 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2010-12-23 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
Define SWIG_TYPE_TABLE as suggested by the SWIG documentation.
|
Define SWIG_TYPE_TABLE as suggested by the SWIG documentation.
|
||||||
|
|
|
||||||
|
|
@ -250,16 +250,16 @@ options_common = [
|
||||||
('show_degen_png', 'draw degeneralized Büchi automaton', 0),
|
('show_degen_png', 'draw degeneralized Büchi automaton', 0),
|
||||||
('show_never_claim', 'output Spin never claim', 0),
|
('show_never_claim', 'output Spin never claim', 0),
|
||||||
('show_lbtt', 'convert automaton for LBTT', 0),
|
('show_lbtt', 'convert automaton for LBTT', 0),
|
||||||
('svg_output', 'render automata in SVG instead of PNG' + new, 0),
|
('svg_output', 'render automata in SVG instead of PNG', 0),
|
||||||
]
|
]
|
||||||
options_reduce = [
|
options_reduce = [
|
||||||
('reduce_basics', 'basic rewritings', 1),
|
('reduce_basics', 'basic rewritings', 1),
|
||||||
('reduce_syntimpl', 'syntactic implication', 1),
|
('reduce_syntimpl', 'syntactic implication', 1),
|
||||||
('reduce_eventuniv', 'eventuality and universality', 1),
|
('reduce_eventuniv', 'eventuality and universality', 1),
|
||||||
('reduce_langcont', 'language containment' + new, 0),
|
('reduce_langcont', 'language containment', 0),
|
||||||
]
|
]
|
||||||
options_aut_reduce = [
|
options_aut_reduce = [
|
||||||
('reduce_scc', 'prune unaccepting SCCs' + new, 1),
|
('reduce_scc', 'prune unaccepting SCCs', 1),
|
||||||
]
|
]
|
||||||
options_debug = [
|
options_debug = [
|
||||||
('show_parse', 'show traces during parsing', 0),
|
('show_parse', 'show traces during parsing', 0),
|
||||||
|
|
@ -274,7 +274,7 @@ options_trans_fm = [
|
||||||
]
|
]
|
||||||
options_trans_lacim = [
|
options_trans_lacim = [
|
||||||
('symbolically_prune_scc',
|
('symbolically_prune_scc',
|
||||||
'symbolically prune unaccepting SCCs' + new, 1),
|
'symbolically prune unaccepting SCCs', 1),
|
||||||
('show_relation_set',
|
('show_relation_set',
|
||||||
'print the transition relation as a BDD set', 0),
|
'print the transition relation as a BDD set', 0),
|
||||||
('show_relation_png',
|
('show_relation_png',
|
||||||
|
|
@ -293,7 +293,7 @@ default_translator = 'trans_fm';
|
||||||
translators = [
|
translators = [
|
||||||
('trans_fm', 'Couvreur/FM', color_fm),
|
('trans_fm', 'Couvreur/FM', color_fm),
|
||||||
('trans_lacim', 'Couvreur/LaCIM', color_lacim),
|
('trans_lacim', 'Couvreur/LaCIM', color_lacim),
|
||||||
('trans_taa', 'Tauriainen/TAA' + new, color_taa),
|
('trans_taa', 'Tauriainen/TAA', color_taa),
|
||||||
]
|
]
|
||||||
|
|
||||||
options_accepting_run = [
|
options_accepting_run = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue