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
8c829cf3
Commit
8c829cf3
authored
Feb 27, 2008
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/reachiter.hh: Typos in comments.
parent
cc9c08b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8c829cf3
2008-02-27 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbaalgos/reachiter.hh: Typos in comments.
2008-02-22 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgba/tgbabddconcretefactory.hh (create_state):
...
...
src/tgbaalgos/reachiter.hh
View file @
8c829cf3
// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6
(LIP6),
// département Systèmes Répartis Coopératifs (SRC), Université
Pierre
// et Marie Curie.
// Copyright (C) 2003, 2004
, 2008
Laboratoire d'Informatique de Paris 6
//
(LIP6),
département Systèmes Répartis Coopératifs (SRC), Université
//
Pierre
et Marie Curie.
//
// This file is part of Spot, a model checking library.
//
...
...
@@ -41,7 +41,7 @@ namespace spot
///
/// This is a template method that will call add_state(), next_state(),
/// start(), end(), process_state(), and process_link(), while it
/// iterate over state.
/// iterate
s
over state
s
.
void
run
();
/// \name Todo list management.
...
...
@@ -52,7 +52,7 @@ namespace spot
/// \{
/// \brief Called by run() to register newly discovered states.
virtual
void
add_state
(
const
state
*
s
)
=
0
;
/// \brief Called by run() to obtain the
/// \brief Called by run() to obtain the
next state to process.
virtual
const
state
*
next_state
()
=
0
;
/// \}
...
...
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