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
6e4110fa
Commit
6e4110fa
authored
Feb 18, 2009
by
Alexandre Duret-Lutz
Browse files
Typos
parent
33652acd
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
6e4110fa
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>
Update to compile with GCC 4.4.0 (trunk).
...
...
src/tgba/succiterconcrete.cc
View file @
6e4110fa
// 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
// et Marie Curie.
//
...
...
@@ -51,9 +51,9 @@ namespace spot
{
assert
(
!
done
());
// succ_set_ is the set of successors we have to explore. it
// contains Now/Next variable and atomic propositions. Each
// contains Now/Next variable
s
and atomic propositions. Each
// 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
// the satisfaction.
//
...
...
@@ -75,7 +75,7 @@ namespace spot
// acceptance conditions.
// Let's label transitions with hypothetic acceptance sets:
// 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[1]
// Now it's pretty clear only the first two transitions
...
...
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