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
5e10057c
Commit
5e10057c
authored
Jan 13, 2013
by
Alexandre Duret-Lutz
Browse files
cycles: fix documentation.
* src/tgbaalgos/cycles.hh: Fix comments.
parent
6a547371
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tgbaalgos/cycles.hh
View file @
5e10057c
// Copyright (C) 2012 Laboratoire de Recherche et Developpement de
// l'Epita (LRDE).
// -*- coding: utf-8 -*-
// Copyright (C) 2012, 2013 Laboratoire de Recherche et Développement
// de l'Epita (LRDE).
//
// This file is part of Spot, a model checking library.
//
...
...
@@ -108,7 +109,7 @@ namespace spot
hash_type
tags_
;
// A tagged_state s is a state* (s->first) associated to its
// state_info (s->second). We usually handle
d
tagged_state in the
// state_info (s->second). We usually handle tagged_state in the
// algorithm to avoid repeated lookup of the state_info data.
typedef
hash_type
::
iterator
tagged_state
;
...
...
@@ -155,6 +156,9 @@ namespace spot
///
/// The default implementation, not very useful, will print the
/// states in the cycle on std::cout.
///
/// This method method should return false iff no more cycles need
/// should be enumerated by run().
virtual
bool
cycle_found
(
const
state
*
start
);
private:
...
...
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