* src/tgbaalgos/minimize.hh: Reencode in utf-8 and wrap long lines.
This commit is contained in:
parent
6a250eb9c3
commit
84cefea203
1 changed files with 5 additions and 4 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
// Copyright (C) 2009, 2010, 2011, 2012 Laboratoire de Recherche et Développement
|
// -*- coding: utf-8 -*-
|
||||||
// de l'Epita (LRDE).
|
// Copyright (C) 2009, 2010, 2011, 2012 Laboratoire de Recherche et
|
||||||
|
// Développement de l'Epita (LRDE).
|
||||||
//
|
//
|
||||||
// This file is part of Spot, a model checking library.
|
// This file is part of Spot, a model checking library.
|
||||||
//
|
//
|
||||||
|
|
@ -60,10 +61,10 @@ namespace spot
|
||||||
/// calling this function.
|
/// calling this function.
|
||||||
tgba_explicit_number* minimize_monitor(const tgba* a);
|
tgba_explicit_number* minimize_monitor(const tgba* a);
|
||||||
|
|
||||||
/// \brief Minimize a Büchi automaton in the WDBA class.
|
/// \brief Minimize a Büchi automaton in the WDBA class.
|
||||||
///
|
///
|
||||||
/// This takes a TGBA whose language is representable by
|
/// This takes a TGBA whose language is representable by
|
||||||
/// a Weak Deterministic Büchi Automaton, and construct
|
/// a Weak Deterministic Büchi Automaton, and construct
|
||||||
/// a minimal WDBA for this language.
|
/// a minimal WDBA for this language.
|
||||||
///
|
///
|
||||||
/// If the input automaton does not represent a WDBA language,
|
/// If the input automaton does not represent a WDBA language,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue