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
260ab53c
Commit
260ab53c
authored
May 22, 2013
by
Alexandre Duret-Lutz
Browse files
* src/tgba/tgbatba.cc: Register the variables of the source automaton.
parent
84dabae3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tgba/tgbatba.cc
View file @
260ab53c
// Copyright (C) 2010, 2011, 2012 Laboratoire de Recherche et
Développement de
// l'Epita.
// Copyright (C) 2010, 2011, 2012
, 2013
Laboratoire de Recherche et
//
Développement de
l'Epita.
// Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris
// 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
// Université Pierre et Marie Curie.
...
...
@@ -399,7 +399,11 @@ namespace spot
{
// We will use one acceptance condition for this automata.
// Let's call it Acc[True].
int
v
=
get_dict
()
bdd_dict
*
d
=
get_dict
();
d
->
register_all_variables_of
(
a
,
this
);
d
->
unregister_all_typed_variables
(
bdd_dict
::
acc
,
this
);
int
v
=
d
->
register_acceptance_variable
(
ltl
::
constant
::
true_instance
(),
this
);
the_acceptance_cond_
=
bdd_ithvar
(
v
);
...
...
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