stutter: gather all code in one place
* src/tgba/tgbasl.cc, src/tgba/tgbasl.hh, src/tgbaalgos/closure.cc, src/tgbaalgos/closure.hh, src/tgbaalgos/stutter_invariance.cc, src/tgbaalgos/stutter_invariance.hh, src/tgbaalgos/stutterize.cc, src/tgbaalgos/stutterize.hh: Delete these files, and merge their contents into... * src/tgbaalgos/stutter.cc, src/tgbaalgos/stutter.hh: ... these two. * src/tgba/Makefile.am, src/tgbaalgos/Makefile.am: Adjust. * wrap/python/spot.i: Adjust.
This commit is contained in:
parent
ab985afa9e
commit
bb9b204dee
12 changed files with 619 additions and 809 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Laboratoire de
|
||||
// Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Laboratoire de
|
||||
// Recherche et Développement de l'Epita (LRDE).
|
||||
// Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique
|
||||
// de Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
|
||||
|
|
@ -131,8 +131,7 @@ namespace std {
|
|||
#include "tgbaalgos/isdet.hh"
|
||||
#include "tgbaalgos/simulation.hh"
|
||||
#include "tgbaalgos/postproc.hh"
|
||||
#include "tgbaalgos/closure.hh"
|
||||
#include "tgbaalgos/stutterize.hh"
|
||||
#include "tgbaalgos/stutter.hh"
|
||||
|
||||
#include "tgbaparse/public.hh"
|
||||
|
||||
|
|
@ -265,8 +264,7 @@ namespace spot {
|
|||
%include "tgbaalgos/isdet.hh"
|
||||
%include "tgbaalgos/simulation.hh"
|
||||
%include "tgbaalgos/postproc.hh"
|
||||
%include "tgbaalgos/closure.hh"
|
||||
%include "tgbaalgos/stutterize.hh"
|
||||
%include "tgbaalgos/stutter.hh"
|
||||
|
||||
%include "tgbaparse/public.hh"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue