safra: rename as determinize
* spot/twaalgos/safra.cc, spot/twaalgos/safra.hh: Rename as... * spot/twaalgos/determinize.cc, spot/twaalgos/determinize.hh: ... these. * spot/twaalgos/Makefile.am, tests/core/safra.cc: Adjust.
This commit is contained in:
parent
cd71286fb5
commit
f9252aa703
4 changed files with 8 additions and 8 deletions
|
|
@ -38,6 +38,7 @@ twaalgos_HEADERS = \
|
||||||
copy.hh \
|
copy.hh \
|
||||||
cycles.hh \
|
cycles.hh \
|
||||||
degen.hh \
|
degen.hh \
|
||||||
|
determinize.hh \
|
||||||
dot.hh \
|
dot.hh \
|
||||||
dtbasat.hh \
|
dtbasat.hh \
|
||||||
dtwasat.hh \
|
dtwasat.hh \
|
||||||
|
|
@ -66,7 +67,6 @@ twaalgos_HEADERS = \
|
||||||
remfin.hh \
|
remfin.hh \
|
||||||
remprop.hh \
|
remprop.hh \
|
||||||
strength.hh \
|
strength.hh \
|
||||||
safra.hh \
|
|
||||||
sbacc.hh \
|
sbacc.hh \
|
||||||
sccfilter.hh \
|
sccfilter.hh \
|
||||||
sccinfo.hh \
|
sccinfo.hh \
|
||||||
|
|
@ -94,6 +94,7 @@ libtwaalgos_la_SOURCES = \
|
||||||
copy.cc \
|
copy.cc \
|
||||||
cycles.cc \
|
cycles.cc \
|
||||||
degen.cc \
|
degen.cc \
|
||||||
|
determinize.cc \
|
||||||
dot.cc \
|
dot.cc \
|
||||||
dtbasat.cc \
|
dtbasat.cc \
|
||||||
dtwasat.cc \
|
dtwasat.cc \
|
||||||
|
|
@ -122,7 +123,6 @@ libtwaalgos_la_SOURCES = \
|
||||||
remprop.cc \
|
remprop.cc \
|
||||||
relabel.cc \
|
relabel.cc \
|
||||||
strength.cc \
|
strength.cc \
|
||||||
safra.cc \
|
|
||||||
sbacc.cc \
|
sbacc.cc \
|
||||||
sccinfo.cc \
|
sccinfo.cc \
|
||||||
sccfilter.cc \
|
sccfilter.cc \
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// -*- coding: utf-8 -*-
|
// -*- coding: utf-8 -*-
|
||||||
// Copyright (C) 2015 Laboratoire de Recherche et
|
// Copyright (C) 2015, 2016 Laboratoire de Recherche et Développement
|
||||||
// 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.
|
||||||
//
|
//
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
#include "safra.hh"
|
#include "spot/twaalgos/determinize.hh"
|
||||||
#include "spot/twaalgos/degen.hh"
|
#include "spot/twaalgos/degen.hh"
|
||||||
#include "spot/twaalgos/sccfilter.hh"
|
#include "spot/twaalgos/sccfilter.hh"
|
||||||
#include "spot/twaalgos/simulation.hh"
|
#include "spot/twaalgos/simulation.hh"
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// -*- coding: utf-8 -*-
|
// -*- coding: utf-8 -*-
|
||||||
// Copyright (C) 2015 Laboratoire de Recherche et Développement
|
// Copyright (C) 2015, 2016 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.
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// -*- coding: utf-8 -*-
|
// -*- coding: utf-8 -*-
|
||||||
// Copyright (C) 2015 Laboratoire de Recherche et Développement
|
// Copyright (C) 2015, 2016 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.
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
#include "spot/twaalgos/degen.hh"
|
#include "spot/twaalgos/degen.hh"
|
||||||
#include "spot/twaalgos/dot.hh" // print_dot
|
#include "spot/twaalgos/dot.hh" // print_dot
|
||||||
#include "spot/twaalgos/hoa.hh" // print_hoa
|
#include "spot/twaalgos/hoa.hh" // print_hoa
|
||||||
#include "spot/twaalgos/safra.hh"
|
#include "spot/twaalgos/determinize.hh"
|
||||||
#include "spot/twaalgos/translate.hh"
|
#include "spot/twaalgos/translate.hh"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue