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
7cc2776d
Commit
7cc2776d
authored
Jan 30, 2010
by
Alexandre Duret-Lutz
Browse files
* src/tgba/tgbasafracomplement.hh: Add missing copyright and
fix some comments.
parent
7647ba0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
7cc2776d
2010-01-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgba/tgbasafracomplement.hh: Add missing copyright and
fix some comments.
2010-01-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Rename tgba_complement as tgba_kv_complement.
...
...
src/tgba/tgbasafracomplement.hh
View file @
7cc2776d
// Copyright (C) 2009, 2010 Laboratoire de Recherche et Développement
// de l'Epita (LRDE).
//
// This file is part of Spot, a model checking library.
//
// Spot is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// Spot is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
// License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Spot; see the file COPYING. If not, write to the Free
// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA.
#ifndef SPOT_TGBA_TGBASAFRACOMPLEMENT_HH
# define SPOT_TGBA_TGBASAFRACOMPLEMENT_HH
...
...
@@ -24,12 +44,12 @@ namespace spot
/// 2. Interpreting this deterministic Rabin automaton as a
/// deterministic Streett will produce a complemented automaton.
/// 3. Then we use a transformation from deterministic Streett
/// automaton to nondeterministic B
üc
hi automaton.
/// automaton to nondeterministic B
ü
chi automaton.
///
/// Safra construction is done in \a tgba_complement, the transformation
/// is done on-the-fly when successors are called.
///
/// \sa safra_determinisation, tgba_complement::succ_iter.
/// \sa safra_determinisation, tgba_
safra_
complement::succ_iter.
class
tgba_safra_complement
:
public
tgba
{
public:
...
...
@@ -74,7 +94,7 @@ namespace spot
/// \brief Produce a dot output of the Safra automaton associated
/// to \a a.
///
/// @param a The \c tgba_complement with an intermediate Safra
/// @param a The \c tgba_
safra_
complement with an intermediate Safra
/// automaton to display
///
void
display_safra
(
const
tgba_safra_complement
*
a
);
...
...
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