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:
Alexandre Duret-Lutz 2016-02-05 23:07:31 +01:00
parent cd71286fb5
commit f9252aa703
4 changed files with 8 additions and 8 deletions

View file

@ -38,6 +38,7 @@ twaalgos_HEADERS = \
copy.hh \
cycles.hh \
degen.hh \
determinize.hh \
dot.hh \
dtbasat.hh \
dtwasat.hh \
@ -66,7 +67,6 @@ twaalgos_HEADERS = \
remfin.hh \
remprop.hh \
strength.hh \
safra.hh \
sbacc.hh \
sccfilter.hh \
sccinfo.hh \
@ -94,6 +94,7 @@ libtwaalgos_la_SOURCES = \
copy.cc \
cycles.cc \
degen.cc \
determinize.cc \
dot.cc \
dtbasat.cc \
dtwasat.cc \
@ -122,7 +123,6 @@ libtwaalgos_la_SOURCES = \
remprop.cc \
relabel.cc \
strength.cc \
safra.cc \
sbacc.cc \
sccinfo.cc \
sccfilter.cc \

View file

@ -1,6 +1,6 @@
// -*- coding: utf-8 -*-
// Copyright (C) 2015 Laboratoire de Recherche et
// Développement de l'Epita.
// Copyright (C) 2015, 2016 Laboratoire de Recherche et Développement
// de l'Epita.
//
// This file is part of Spot, a model checking library.
//
@ -23,7 +23,7 @@
#include <utility>
#include <unordered_map>
#include "safra.hh"
#include "spot/twaalgos/determinize.hh"
#include "spot/twaalgos/degen.hh"
#include "spot/twaalgos/sccfilter.hh"
#include "spot/twaalgos/simulation.hh"

View file

@ -1,5 +1,5 @@
// -*- 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.
//
// This file is part of Spot, a model checking library.

View file

@ -1,5 +1,5 @@
// -*- 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).
//
// This file is part of Spot, a model checking library.
@ -27,7 +27,7 @@
#include "spot/twaalgos/degen.hh"
#include "spot/twaalgos/dot.hh" // print_dot
#include "spot/twaalgos/hoa.hh" // print_hoa
#include "spot/twaalgos/safra.hh"
#include "spot/twaalgos/determinize.hh"
#include "spot/twaalgos/translate.hh"