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
be78c82e
Commit
be78c82e
authored
Jan 16, 2010
by
Guillaume Sadegh
Browse files
* src/saba/sabacomplementtgba.cc: Fix a bug.
parent
1f19198d
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
be78c82e
2010-01-16 Guillaume Sadegh <sadegh@lrde.epita.fr>
* src/saba/sabacomplementtgba.cc: Fix a bug.
2010-01-16 Damien Lefortier <dam@lrde.epita.fr>
Use taa_tgba_formula instead of taa_tgba_string in ltl_to_taa to
...
...
src/saba/sabacomplementtgba.cc
View file @
be78c82e
// Copyright (C) 2009 Laboratoire d'Informatique de Paris 6 (LIP6),
// Copyright (C) 2009
, 2010
Laboratoire d'Informatique de Paris 6 (LIP6),
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
// et Marie Curie.
//
...
...
@@ -228,6 +228,9 @@ namespace spot
// Make the conjunction with ranks.
std
::
vector
<
int
>
current_ranks
(
state_list
.
size
(),
max_rank
);
if
(
state_list
.
empty
())
return
;
do
{
explicit_state_conjunction
*
conj
=
new
explicit_state_conjunction
();
...
...
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