Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Spot
Spot
Commits
559f49c7
Commit
559f49c7
authored
Feb 26, 2014
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/dstarparse/nra2nba.cc: Fix comment.
parent
bd870f9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
src/dstarparse/nra2nba.cc
src/dstarparse/nra2nba.cc
+5
-4
No files found.
src/dstarparse/nra2nba.cc
View file @
559f49c7
// Copyright (C) 2013 Laboratoire de Recherche et Développement de
// -*- coding: utf-8 -*-
// Copyright (C) 2013, 2014 Laboratoire de Recherche et Développement de
// l'Epita (LRDE).
//
// This file is part of Spot, a model checking library.
...
...
@@ -29,9 +30,9 @@ namespace spot
// Transformation of ω-Automata: Complexity and Connection to
// Second Order Logic. Section 3.4.3: Rabin to Büchi.
//
// However beware that the {...,(Ei,Fi),...} pairs used by
// are
the
reversed compared to the {...,(Li,Ui),...} pairs
//
used by
several other people. We have Ei=Ui and Fi=Li.
// However beware that the {...,(Ei,Fi),...} pairs used by
Löding
// are reversed compared to the {...,(Li,Ui),...} pairs
used by
// several other people. We have Ei=Ui and Fi=Li.
class
nra_to_nba_worker
:
public
tgba_reachable_iterator_depth_first
{
public:
...
...
Write
Preview
Markdown
is supported
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