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
4d8239e8
Commit
4d8239e8
authored
Oct 16, 2009
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/ltl2tgba_fm.cc: Typos.
parent
7ce27ef9
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
4d8239e8
2009-10-16 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbaalgos/ltl2tgba_fm.cc: Typos.
2009-10-22 Damien Lefortier <dam@lrde.epita.fr>
Improve ltl_to_taa.
...
...
src/tgbaalgos/ltl2tgba_fm.cc
View file @
4d8239e8
// Copyright (C) 2003, 2004, 2005, 2006, 2008 Laboratoire
// Copyright (C) 2003, 2004, 2005, 2006, 2008
, 2009
Laboratoire
// d'Informatique de Paris 6 (LIP6), dpartement Systmes Rpartis
// Coopratifs (SRC), Universit Pierre et Marie Curie.
//
...
...
@@ -904,10 +904,9 @@ namespace spot
}
// Check for an arc going to 1 (True). Register it first, that
// way it will be explored before the other during the model
// checking.
// way it will be explored before others during model checking.
dest_map
::
const_iterator
i
=
dests
.
find
(
constant
::
true_instance
());
// COND_FOR_TRUE is the conditions of the True arc, so w
hen
// COND_FOR_TRUE is the conditions of the True arc, so w
e
// can remove them from all other arcs. It might sounds that
// this is not needed when exprop is used, but in fact it is
// complementary.
...
...
@@ -915,8 +914,8 @@ namespace spot
// Consider
// f = r(X(1) R p) = p.(1 + r(X(1) R p))
// with exprop the two outgoing arcs would be
// p
p
// f ----> 1 f
------
---->
1
// p p
// f ----> 1 f ---->
f
//
// where in fact we could output
// p
...
...
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