Skip to content
GitLab
Menu
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
4cbc1d88
Commit
4cbc1d88
authored
Jul 12, 2004
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/gtec/gtec.hh: Typos in comments.
parent
844b17a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
4cbc1d88
2004-07-12 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/gtec/gtec.hh: Typos in comments.
2004-07-09 Alexandre Duret-Lutz <adl@src.lip6.fr>
2004-07-09 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgba/state.hh (state_ptr_equal, state_ptr_hash): Fix Doxygen
* src/tgba/state.hh (state_ptr_equal, state_ptr_hash): Fix Doxygen
...
...
src/tgbaalgos/gtec/gtec.hh
View file @
4cbc1d88
...
@@ -60,7 +60,7 @@ namespace spot
...
@@ -60,7 +60,7 @@ namespace spot
/// The DFS stacks store tgba_succ_iterators, so that only the
/// The DFS stacks store tgba_succ_iterators, so that only the
/// iterators which really are explored are computed.
/// iterators which really are explored are computed.
///
///
/// spot::emptiness_check_shy tr
y
to explore successors which are
/// spot::emptiness_check_shy tr
ies
to explore successors which are
/// visited states first. this helps to merge SCCs and generally
/// visited states first. this helps to merge SCCs and generally
/// helps to produce shorter counter-examples. However this
/// helps to produce shorter counter-examples. However this
/// algorithm cannot stores unprocessed successors as
/// algorithm cannot stores unprocessed successors as
...
@@ -98,8 +98,8 @@ namespace spot
...
@@ -98,8 +98,8 @@ namespace spot
void
remove_component
(
const
state
*
start_delete
);
void
remove_component
(
const
state
*
start_delete
);
};
};
/// \brief A version of spot::emptiness_check t
ry
to visit
known
/// \brief A version of spot::emptiness_check t
hat tries
to visit
/// states first.
///
known
states first.
///
///
/// See the documentation for spot::emptiness_check
/// See the documentation for spot::emptiness_check
class
emptiness_check_shy
:
public
emptiness_check
class
emptiness_check_shy
:
public
emptiness_check
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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