Typos
This commit is contained in:
parent
33652acd62
commit
6e4110fabb
2 changed files with 9 additions and 4 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
2009-02-18 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
* src/tgba/succiterconcrete.cc (tgba_succ_iterator_concrete::next):
|
||||||
|
Typos.
|
||||||
|
|
||||||
2008-12-17 Guillaume SADEGH <sadegh@lrde.epita.fr>
|
2008-12-17 Guillaume SADEGH <sadegh@lrde.epita.fr>
|
||||||
Update to compile with GCC 4.4.0 (trunk).
|
Update to compile with GCC 4.4.0 (trunk).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// Copyright (C) 2003 Laboratoire d'Informatique de Paris 6 (LIP6),
|
// Copyright (C) 2003, 2009 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||||
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||||
// et Marie Curie.
|
// et Marie Curie.
|
||||||
//
|
//
|
||||||
|
|
@ -51,9 +51,9 @@ namespace spot
|
||||||
{
|
{
|
||||||
assert(!done());
|
assert(!done());
|
||||||
// succ_set_ is the set of successors we have to explore. it
|
// succ_set_ is the set of successors we have to explore. it
|
||||||
// contains Now/Next variable and atomic propositions. Each
|
// contains Now/Next variables and atomic propositions. Each
|
||||||
// satisfaction of succ_set_ represents a transition, and we want
|
// satisfaction of succ_set_ represents a transition, and we want
|
||||||
// to compute as little transitions as possible. However one
|
// to compute as few transitions as possible. However one
|
||||||
// important constraint is that all Next variables must appear in
|
// important constraint is that all Next variables must appear in
|
||||||
// the satisfaction.
|
// the satisfaction.
|
||||||
//
|
//
|
||||||
|
|
@ -75,7 +75,7 @@ namespace spot
|
||||||
// acceptance conditions.
|
// acceptance conditions.
|
||||||
// Let's label transitions with hypothetic acceptance sets:
|
// Let's label transitions with hypothetic acceptance sets:
|
||||||
// a & b & Next[a] & Next[b] ; Acc[1]
|
// a & b & Next[a] & Next[b] ; Acc[1]
|
||||||
// !a & b & Next[a] & Next[b] ; Acc[2]
|
// !a & b & Next[a] & Next[b] ; Acc[1]
|
||||||
// a & !b & Next[a] & Next[b] ; Acc[2]
|
// a & !b & Next[a] & Next[b] ; Acc[2]
|
||||||
// a & b & Next[a] & !Next[b] ; Acc[1]
|
// a & b & Next[a] & !Next[b] ; Acc[1]
|
||||||
// Now it's pretty clear only the first two transitions
|
// Now it's pretty clear only the first two transitions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue