remove twa::compute_support_conditions
Fixes #148. * spot/twa/twa.hh, spot/twa/twa.cc, spot/kripke/fairkripke.hh, spot/kripke/fairkripke.cc, spot/ta/tgtaexplicit.hh, spot/ta/tgtaexplicit.cc, spot/twa/twagraph.hh, spot/twa/twaproduct.hh, spot/twa/twaproduct.cc, spot/twaalgos/stutter.cc, spot/twa/taatgba.hh, spot/twa/taatgba.cc: Remove the method. * spot/taalgos/tgba2ta.cc: Emulate it with a simple loop. * NEWS: Mention the removal.
This commit is contained in:
parent
39b95474f8
commit
a3e0c8624e
14 changed files with 15 additions and 120 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2009, 2010, 2014 Laboratoire de Recherche et
|
||||
// Copyright (C) 2009, 2010, 2014, 2016 Laboratoire de Recherche et
|
||||
// Developpement de l'Epita
|
||||
//
|
||||
// This file is part of Spot, a model checking library.
|
||||
|
|
@ -47,11 +47,4 @@ namespace spot
|
|||
// this function on a state without successor.
|
||||
return acc_cond_;
|
||||
}
|
||||
|
||||
bdd
|
||||
fair_kripke::compute_support_conditions(const state* s) const
|
||||
{
|
||||
return state_condition(s);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -100,8 +100,5 @@ namespace spot
|
|||
/// \brief The set of acceptance conditions that label the state \a s.
|
||||
virtual acc_cond::mark_t
|
||||
state_acceptance_conditions(const state* s) const = 0;
|
||||
|
||||
protected:
|
||||
virtual bdd compute_support_conditions(const state* s) const;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue