remove twa::transition_annotation
Fixes #149. * spot/twa/twa.hh, spot/twa/twa.cc, spot/kripke/fairkripke.hh, spot/kripke/kripke.hh, spot/twa/twaproduct.cc, spot/twa/twaproduct.hh: Remove this method. * spot/twaalgos/emptiness.cc, spot/twaalgos/emptiness.hh, tests/ltsmin/finite.test: Adjust. * NEWS: Mention the removal.
This commit is contained in:
parent
e1f5eb1fd6
commit
39b95474f8
10 changed files with 17 additions and 80 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2009, 2010, 2013, 2014, 2015 Laboratoire de Recherche et
|
||||
// Developpement de l'Epita
|
||||
// Copyright (C) 2009, 2010, 2013, 2014, 2015, 2016 Laboratoire de
|
||||
// Recherche et Developpement de l'Epita
|
||||
//
|
||||
// This file is part of Spot, a model checking library.
|
||||
//
|
||||
|
|
@ -79,7 +79,6 @@ namespace spot
|
|||
/// - kripke::state_condition()
|
||||
/// - kripke::state_acceptance_conditions()
|
||||
/// - kripke::format_state()
|
||||
/// - and optionally kripke::transition_annotation()
|
||||
///
|
||||
/// The other methods of the tgba interface are supplied by this
|
||||
/// class and need not be defined.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2009, 2010, 2013, 2014 Laboratoire de Recherche et
|
||||
// Developpement de l'Epita
|
||||
// Copyright (C) 2009, 2010, 2013, 2014, 2016 Laboratoire de Recherche
|
||||
// et Developpement de l'Epita
|
||||
//
|
||||
// This file is part of Spot, a model checking library.
|
||||
//
|
||||
|
|
@ -81,7 +81,6 @@ namespace spot
|
|||
/// - kripke::succ_iter()
|
||||
/// - kripke::state_condition()
|
||||
/// - kripke::format_state()
|
||||
/// - and optionally kripke::transition_annotation()
|
||||
///
|
||||
/// The other methods of the tgba interface (like those dealing with
|
||||
/// acceptance conditions) are supplied by this kripke class and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue