* src/tgbaalgos/ltl2tgba_fm.cc: Typos.
This commit is contained in:
parent
7ce27ef994
commit
4d8239e855
2 changed files with 9 additions and 6 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
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>
|
2009-10-22 Damien Lefortier <dam@lrde.epita.fr>
|
||||||
|
|
||||||
Improve ltl_to_taa.
|
Improve ltl_to_taa.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// Copyright (C) 2003, 2004, 2005, 2006, 2008 Laboratoire
|
// Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009 Laboratoire
|
||||||
// d'Informatique de Paris 6 (LIP6), département Systèmes Répartis
|
// d'Informatique de Paris 6 (LIP6), département Systèmes Répartis
|
||||||
// Coopératifs (SRC), Université Pierre et Marie Curie.
|
// Coopératifs (SRC), Université Pierre et Marie Curie.
|
||||||
//
|
//
|
||||||
|
|
@ -904,10 +904,9 @@ namespace spot
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check for an arc going to 1 (True). Register it first, that
|
// Check for an arc going to 1 (True). Register it first, that
|
||||||
// way it will be explored before the other during the model
|
// way it will be explored before others during model checking.
|
||||||
// checking.
|
|
||||||
dest_map::const_iterator i = dests.find(constant::true_instance());
|
dest_map::const_iterator i = dests.find(constant::true_instance());
|
||||||
// COND_FOR_TRUE is the conditions of the True arc, so when
|
// COND_FOR_TRUE is the conditions of the True arc, so we
|
||||||
// can remove them from all other arcs. It might sounds that
|
// can remove them from all other arcs. It might sounds that
|
||||||
// this is not needed when exprop is used, but in fact it is
|
// this is not needed when exprop is used, but in fact it is
|
||||||
// complementary.
|
// complementary.
|
||||||
|
|
@ -915,8 +914,8 @@ namespace spot
|
||||||
// Consider
|
// Consider
|
||||||
// f = r(X(1) R p) = p.(1 + r(X(1) R p))
|
// f = r(X(1) R p) = p.(1 + r(X(1) R p))
|
||||||
// with exprop the two outgoing arcs would be
|
// with exprop the two outgoing arcs would be
|
||||||
// p p
|
// p p
|
||||||
// f ----> 1 f ----------> 1
|
// f ----> 1 f ----> f
|
||||||
//
|
//
|
||||||
// where in fact we could output
|
// where in fact we could output
|
||||||
// p
|
// p
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue