Skip to content
GitLab
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
ec6bca79
Commit
ec6bca79
authored
Oct 05, 2007
by
Alexandre Duret-Lutz
Browse files
* wrap/python/cgi/ltl2tgba.in: Adjust to newer versions of swig.
parent
089c315c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ec6bca79
2007-09-19 Alexandre Duret-Lutz <adl@gnu.org>
2007-10-05 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* wrap/python/cgi/ltl2tgba.in: Adjust to newer versions of swig.
2007-09-19 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/misc/bddalloc.cc (bdd_allocator::initialize):
Disable the default GC handler. Reported by
...
...
wrap/python/cgi/ltl2tgba.in
View file @
ec6bca79
#!@PYTHON@
# -*- mode: python; coding: iso-8859-1 -*-
# Copyright (C) 2003, 2004, 2006
Laboratoire d'Informatique de
Paris 6 (LIP6),
# dpartement Systmes Rpartis Coopratifs (SRC), Uni
versit Pierre
# et Marie Curie.
# Copyright (C) 2003, 2004, 2006
, 2007
Laboratoire d'Informatique de
#
Paris 6 (LIP6),
dpartement Systmes Rpartis Coopratifs (SRC),
#
Universit Pierre e
t Marie Curie.
#
# This file is part of Spot, a model checking library.
#
...
...
@@ -528,7 +528,7 @@ if show_dictionnary:
automaton
.
get_dict
().
dump
(
spot
.
get_cout
())
print
'</pre>'
if
(
type
(
automaton
)
==
spot
.
tgba_bdd_concrete
Ptr
if
(
type
(
automaton
)
==
spot
.
tgba_bdd_concrete
and
(
show_relation_set
or
show_relation_png
)):
print
'<H3>Transition relation</H3>'
if
show_relation_set
:
...
...
@@ -538,7 +538,7 @@ if (type(automaton) == spot.tgba_bdd_concretePtr
render_bdd
(
imgprefix
+
'-b'
,
automaton
.
get_dict
(),
automaton
.
get_core_data
().
relation
)
if
(
type
(
automaton
)
==
spot
.
tgba_bdd_concrete
Ptr
if
(
type
(
automaton
)
==
spot
.
tgba_bdd_concrete
and
(
show_acceptance_set
or
show_acceptance_png
)):
print
'<H3>Acceptance relation</H3>'
if
show_acceptance_set
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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