Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
0f08fbc2
Commit
0f08fbc2
authored
Dec 26, 2010
by
Alexandre Duret-Lutz
Browse files
* wrap/python/cgi-bin/ltl2tgba.in: Remove all "new" markers.
parent
f1d3e999
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0f08fbc2
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>
Define SWIG_TYPE_TABLE as suggested by the SWIG documentation.
...
...
wrap/python/cgi-bin/ltl2tgba.in
View file @
0f08fbc2
...
...
@@ -250,16 +250,16 @@ options_common = [
(
'show_degen_png'
,
'draw degeneralized Büchi automaton'
,
0
),
(
'show_never_claim'
,
'output Spin never claim'
,
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
=
[
(
'reduce_basics'
,
'basic rewritings'
,
1
),
(
'reduce_syntimpl'
,
'syntactic implication'
,
1
),
(
'reduce_eventuniv'
,
'eventuality and universality'
,
1
),
(
'reduce_langcont'
,
'language containment'
+
new
,
0
),
(
'reduce_langcont'
,
'language containment'
,
0
),
]
options_aut_reduce
=
[
(
'reduce_scc'
,
'prune unaccepting SCCs'
+
new
,
1
),
(
'reduce_scc'
,
'prune unaccepting SCCs'
,
1
),
]
options_debug
=
[
(
'show_parse'
,
'show traces during parsing'
,
0
),
...
...
@@ -274,7 +274,7 @@ options_trans_fm = [
]
options_trans_lacim
=
[
(
'symbolically_prune_scc'
,
'symbolically prune unaccepting SCCs'
+
new
,
1
),
'symbolically prune unaccepting SCCs'
,
1
),
(
'show_relation_set'
,
'print the transition relation as a BDD set'
,
0
),
(
'show_relation_png'
,
...
...
@@ -293,7 +293,7 @@ default_translator = 'trans_fm';
translators
=
[
(
'trans_fm'
,
'Couvreur/FM'
,
color_fm
),
(
'trans_lacim'
,
'Couvreur/LaCIM'
,
color_lacim
),
(
'trans_taa'
,
'Tauriainen/TAA'
+
new
,
color_taa
),
(
'trans_taa'
,
'Tauriainen/TAA'
,
color_taa
),
]
options_accepting_run
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment