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
f5914647
Commit
f5914647
authored
Feb 26, 2014
by
Alexandre Duret-Lutz
Browse files
* src/dstarparse/nra2nba.cc: Fix comment.
parent
db02e7c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dstarparse/nra2nba.cc
View file @
f5914647
// 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
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