fix some bibliographic references
* spot/twaalgos/cobuchi.hh, spot/twaalgos/totgba.hh: Here.
This commit is contained in:
parent
0b71df3fd3
commit
57d5969079
2 changed files with 7 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
// -*- coding: utf-8 -*-
|
// -*- coding: utf-8 -*-
|
||||||
// Copyright (C) 2017 Laboratoire de Recherche et Développement
|
// Copyright (C) 2017, 2018 Laboratoire de Recherche et Développement
|
||||||
// de l'Epita (LRDE).
|
// 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,7 +60,7 @@ namespace spot
|
||||||
/// This function works in top of the augmented subset construction algorithm
|
/// This function works in top of the augmented subset construction algorithm
|
||||||
/// and is described in section 3.1 of:
|
/// and is described in section 3.1 of:
|
||||||
/** \verbatim
|
/** \verbatim
|
||||||
@Article{boker.2009.lcs,
|
@Article{boker.2011.fossacs,
|
||||||
author = {Udi Boker and Orna Kupferman},
|
author = {Udi Boker and Orna Kupferman},
|
||||||
title = {Co-Büching Them All},
|
title = {Co-Büching Them All},
|
||||||
booktitle = {Foundations of Software Science and Computational
|
booktitle = {Foundations of Software Science and Computational
|
||||||
|
|
@ -88,7 +88,7 @@ namespace spot
|
||||||
/// automaton and then calls nsa_to_nca() on it. It is described in section
|
/// automaton and then calls nsa_to_nca() on it. It is described in section
|
||||||
/// 3.2 of:
|
/// 3.2 of:
|
||||||
/** \verbatim
|
/** \verbatim
|
||||||
@Article{boker.2009.lcs,
|
@Article{boker.2011.fossacs,
|
||||||
author = {Udi Boker and Orna Kupferman},
|
author = {Udi Boker and Orna Kupferman},
|
||||||
title = {Co-Büching Them All},
|
title = {Co-Büching Them All},
|
||||||
booktitle = {Foundations of Software Science and Computational
|
booktitle = {Foundations of Software Science and Computational
|
||||||
|
|
@ -113,7 +113,7 @@ namespace spot
|
||||||
/// information and then runs a breakpoint construction. The algorithm is
|
/// information and then runs a breakpoint construction. The algorithm is
|
||||||
/// described in section 4 of:
|
/// described in section 4 of:
|
||||||
/** \verbatim
|
/** \verbatim
|
||||||
@Article{boker.2009.lcs,
|
@Article{boker.2011.fossacs,
|
||||||
author = {Udi Boker and Orna Kupferman},
|
author = {Udi Boker and Orna Kupferman},
|
||||||
title = {Co-Büching Them All},
|
title = {Co-Büching Them All},
|
||||||
booktitle = {Foundations of Software Science and Computational
|
booktitle = {Foundations of Software Science and Computational
|
||||||
|
|
@ -135,7 +135,7 @@ namespace spot
|
||||||
/// information and then runs a breakpoint construction. The algorithm is
|
/// information and then runs a breakpoint construction. The algorithm is
|
||||||
/// described in section 4 of:
|
/// described in section 4 of:
|
||||||
/** \verbatim
|
/** \verbatim
|
||||||
@Article{boker.2009.lcs,
|
@Article{boker.2011.fossacs,
|
||||||
author = {Udi Boker and Orna Kupferman},
|
author = {Udi Boker and Orna Kupferman},
|
||||||
title = {Co-Büching Them All},
|
title = {Co-Büching Them All},
|
||||||
booktitle = {Foundations of Software Science and Computational
|
booktitle = {Foundations of Software Science and Computational
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// -*- coding: utf-8 -*-
|
// -*- coding: utf-8 -*-
|
||||||
// Copyright (C) 2015, 2016 Laboratoire de Recherche et Développement
|
// Copyright (C) 2015, 2016, 2018 Laboratoire de Recherche et Développement
|
||||||
// de l'Epita.
|
// de l'Epita.
|
||||||
//
|
//
|
||||||
// This file is part of Spot, a model checking library.
|
// This file is part of Spot, a model checking library.
|
||||||
|
|
@ -74,7 +74,7 @@ namespace spot
|
||||||
/// This function is an optimized version of the construction described
|
/// This function is an optimized version of the construction described
|
||||||
/// by Lemma 4 and 5 of the paper below.
|
/// by Lemma 4 and 5 of the paper below.
|
||||||
/** \verbatim
|
/** \verbatim
|
||||||
@Article{boker.2009.lcs,
|
@Article{boker.2011.fossacs,
|
||||||
author = {Udi Boker and Orna Kupferman},
|
author = {Udi Boker and Orna Kupferman},
|
||||||
title = {Co-Büching Them All},
|
title = {Co-Büching Them All},
|
||||||
booktitle = {Foundations of Software Science and Computational
|
booktitle = {Foundations of Software Science and Computational
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue