rename safety.hh as strength.hh

* src/twaalgos/safety.cc, src/twaalgos/safety.hh: Rename as ...
* src/twaalgos/strength.cc, src/twaalgos/strength.hh: ... these.
* src/bin/ltlfilt.cc, src/tests/ikwiad.cc, src/twaalgos/Makefile.am,
src/twaalgos/compsusp.cc, src/twaalgos/minimize.cc,
wrap/python/spot_impl.i: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2015-11-07 14:28:40 +01:00
parent 8a8ec21de7
commit 81cfa05aef
8 changed files with 19 additions and 19 deletions

View file

@ -45,7 +45,7 @@
#include "tl/print.hh" #include "tl/print.hh"
#include "twaalgos/ltl2tgba_fm.hh" #include "twaalgos/ltl2tgba_fm.hh"
#include "twaalgos/minimize.hh" #include "twaalgos/minimize.hh"
#include "twaalgos/safety.hh" #include "twaalgos/strength.hh"
#include "twaalgos/stutter.hh" #include "twaalgos/stutter.hh"
const char argp_program_doc[] ="\ const char argp_program_doc[] ="\

View file

@ -44,7 +44,7 @@
#include "taalgos/minimize.hh" #include "taalgos/minimize.hh"
#include "twaalgos/neverclaim.hh" #include "twaalgos/neverclaim.hh"
#include "twaalgos/sccfilter.hh" #include "twaalgos/sccfilter.hh"
#include "twaalgos/safety.hh" #include "twaalgos/strength.hh"
#include "twaalgos/gtec/gtec.hh" #include "twaalgos/gtec/gtec.hh"
#include "misc/timer.hh" #include "misc/timer.hh"
#include "twaalgos/stats.hh" #include "twaalgos/stats.hh"

View file

@ -65,7 +65,7 @@ twaalgos_HEADERS = \
relabel.hh \ relabel.hh \
remfin.hh \ remfin.hh \
remprop.hh \ remprop.hh \
safety.hh \ strength.hh \
sbacc.hh \ sbacc.hh \
sccfilter.hh \ sccfilter.hh \
sccinfo.hh \ sccinfo.hh \
@ -120,7 +120,7 @@ libtwaalgos_la_SOURCES = \
remfin.cc \ remfin.cc \
remprop.cc \ remprop.cc \
relabel.cc \ relabel.cc \
safety.cc \ strength.cc \
sbacc.cc \ sbacc.cc \
sccinfo.cc \ sccinfo.cc \
sccfilter.cc \ sccfilter.cc \

View file

@ -24,7 +24,7 @@
#include "ltl2tgba_fm.hh" #include "ltl2tgba_fm.hh"
#include "minimize.hh" #include "minimize.hh"
#include "simulation.hh" #include "simulation.hh"
#include "safety.hh" #include "strength.hh"
#include "tl/print.hh" #include "tl/print.hh"
#include <queue> #include <queue>
#include <sstream> #include <sstream>

View file

@ -35,17 +35,17 @@
#include "minimize.hh" #include "minimize.hh"
#include "misc/hash.hh" #include "misc/hash.hh"
#include "misc/bddlt.hh" #include "misc/bddlt.hh"
#include "twaalgos/product.hh" #include "product.hh"
#include "twaalgos/powerset.hh" #include "powerset.hh"
#include "twaalgos/gtec/gtec.hh" #include "gtec/gtec.hh"
#include "twaalgos/safety.hh" #include "strength.hh"
#include "twaalgos/sccfilter.hh" #include "sccfilter.hh"
#include "twaalgos/sccinfo.hh" #include "sccinfo.hh"
#include "twaalgos/ltl2tgba_fm.hh" #include "ltl2tgba_fm.hh"
#include "twaalgos/bfssteps.hh" #include "bfssteps.hh"
#include "twaalgos/isdet.hh" #include "isdet.hh"
#include "twaalgos/complement.hh" #include "complement.hh"
#include "twaalgos/remfin.hh" #include "remfin.hh"
namespace spot namespace spot
{ {

View file

@ -17,7 +17,7 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "safety.hh" #include "strength.hh"
#include "misc/hash.hh" #include "misc/hash.hh"
#include <deque> #include <deque>

View file

@ -124,7 +124,7 @@
#include "twaalgos/minimize.hh" #include "twaalgos/minimize.hh"
#include "twaalgos/neverclaim.hh" #include "twaalgos/neverclaim.hh"
#include "twaalgos/remfin.hh" #include "twaalgos/remfin.hh"
#include "twaalgos/safety.hh" #include "twaalgos/strength.hh"
#include "twaalgos/sccfilter.hh" #include "twaalgos/sccfilter.hh"
#include "twaalgos/stats.hh" #include "twaalgos/stats.hh"
#include "twaalgos/isdet.hh" #include "twaalgos/isdet.hh"
@ -303,7 +303,7 @@ namespace std {
%include "twaalgos/magic.hh" %include "twaalgos/magic.hh"
%include "twaalgos/minimize.hh" %include "twaalgos/minimize.hh"
%include "twaalgos/neverclaim.hh" %include "twaalgos/neverclaim.hh"
%include "twaalgos/safety.hh" %include "twaalgos/strength.hh"
%include "twaalgos/remfin.hh" %include "twaalgos/remfin.hh"
%include "twaalgos/sccfilter.hh" %include "twaalgos/sccfilter.hh"
%include "twaalgos/stats.hh" %include "twaalgos/stats.hh"