* src/dstarparse/nra2nba.cc: Fix comment.
This commit is contained in:
parent
bd870f9ab8
commit
559f49c7d5
1 changed files with 5 additions and 4 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
// 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).
|
// l'Epita (LRDE).
|
||||||
//
|
//
|
||||||
// This file is part of Spot, a model checking library.
|
// This file is part of Spot, a model checking library.
|
||||||
|
|
@ -29,9 +30,9 @@ namespace spot
|
||||||
// Transformation of ω-Automata: Complexity and Connection to
|
// Transformation of ω-Automata: Complexity and Connection to
|
||||||
// Second Order Logic. Section 3.4.3: Rabin to Büchi.
|
// Second Order Logic. Section 3.4.3: Rabin to Büchi.
|
||||||
//
|
//
|
||||||
// However beware that the {...,(Ei,Fi),...} pairs used by
|
// However beware that the {...,(Ei,Fi),...} pairs used by Löding
|
||||||
// are the reversed compared to the {...,(Li,Ui),...} pairs
|
// are reversed compared to the {...,(Li,Ui),...} pairs used by
|
||||||
// used by several other people. We have Ei=Ui and Fi=Li.
|
// several other people. We have Ei=Ui and Fi=Li.
|
||||||
class nra_to_nba_worker: public tgba_reachable_iterator_depth_first
|
class nra_to_nba_worker: public tgba_reachable_iterator_depth_first
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue