Add option -k to ltl2tgba
This commit is contained in:
parent
d1ca1e31aa
commit
d5235c6901
4 changed files with 30 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
// Copyright (C) 2004, 2008 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
// et Marie Curie.
|
||||
//
|
||||
|
|
@ -23,6 +23,7 @@
|
|||
# define SPOT_TGBAALGOS_STATS_HH
|
||||
|
||||
#include "tgba/tgba.hh"
|
||||
#include <iosfwd>
|
||||
|
||||
namespace spot
|
||||
{
|
||||
|
|
@ -34,6 +35,8 @@ namespace spot
|
|||
{
|
||||
unsigned transitions;
|
||||
unsigned states;
|
||||
|
||||
std::ostream& dump(std::ostream& out) const;
|
||||
};
|
||||
|
||||
/// \brief Compute statistics for an automaton.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue