This commit is contained in:
Alexandre Duret-Lutz 2003-07-09 15:05:00 +00:00
parent 8af9996863
commit 9df8be4503

View file

@ -10,10 +10,10 @@ namespace spot
/// ///
/// Note that LBTT expects an automaton with transition /// Note that LBTT expects an automaton with transition
/// labeled by propositional formulae, and generalized /// labeled by propositional formulae, and generalized
/// Büchi accepting conditions on \emph states. This /// Büchi accepting conditions on \b states. This
/// is unlike our spot::tgba automata which put /// is unlike our spot::tgba automata which put
/// both generalized accepting conditions and propositional /// both generalized accepting conditions and propositional
/// formulae) on \emph transitions. /// formulae) on \b transitions.
/// ///
/// This algorithm will therefore produce an automata where /// This algorithm will therefore produce an automata where
/// accepting conditions have been moved from each transition to /// accepting conditions have been moved from each transition to