* src/ltlvisit/reducform.hh, src/ltlvisit/reducform.cc: Rename to ...
* src/ltlvisit/reduce.hh, src/ltlvisit/reduce.cc: ... this, to match the function name. * ltltest/equals.cc, ltltest/reduc.cc, ltlvisit/Makefile.am, tgbatest/ltl2tgba.cc, tgbatest/reductgba.cc: Adjust filenames.
This commit is contained in:
parent
473af5bb1d
commit
98604c754f
8 changed files with 16 additions and 10 deletions
|
|
@ -1,5 +1,11 @@
|
||||||
2004-06-23 Alexandre Duret-Lutz <adl@gnu.org>
|
2004-06-23 Alexandre Duret-Lutz <adl@gnu.org>
|
||||||
|
|
||||||
|
* src/ltlvisit/reducform.hh, src/ltlvisit/reducform.cc: Rename to ...
|
||||||
|
* src/ltlvisit/reduce.hh, src/ltlvisit/reduce.cc: ... this, to match
|
||||||
|
the function name.
|
||||||
|
* ltltest/equals.cc, ltltest/reduc.cc, ltlvisit/Makefile.am,
|
||||||
|
tgbatest/ltl2tgba.cc, tgbatest/reductgba.cc: Adjust filenames.
|
||||||
|
|
||||||
* src/ltlvisit/basicreduce.cc (basic_reduce_visitor::visit(binop*)):
|
* src/ltlvisit/basicreduce.cc (basic_reduce_visitor::visit(binop*)):
|
||||||
Factorize.
|
Factorize.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
#include "ltlvisit/nenoform.hh"
|
#include "ltlvisit/nenoform.hh"
|
||||||
#include "ltlvisit/destroy.hh"
|
#include "ltlvisit/destroy.hh"
|
||||||
#include "ltlast/allnodes.hh"
|
#include "ltlast/allnodes.hh"
|
||||||
#include "ltlvisit/reducform.hh"
|
#include "ltlvisit/reduce.hh"
|
||||||
#include "ltlvisit/tostring.hh"
|
#include "ltlvisit/tostring.hh"
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
#include "ltlvisit/nenoform.hh"
|
#include "ltlvisit/nenoform.hh"
|
||||||
#include "ltlvisit/destroy.hh"
|
#include "ltlvisit/destroy.hh"
|
||||||
#include "ltlvisit/tostring.hh"
|
#include "ltlvisit/tostring.hh"
|
||||||
#include "ltlvisit/reducform.hh"
|
#include "ltlvisit/reduce.hh"
|
||||||
#include "ltlvisit/length.hh"
|
#include "ltlvisit/length.hh"
|
||||||
#include "ltlast/allnodes.hh"
|
#include "ltlast/allnodes.hh"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ ltlvisit_HEADERS = \
|
||||||
lunabbrev.hh \
|
lunabbrev.hh \
|
||||||
nenoform.hh \
|
nenoform.hh \
|
||||||
postfix.hh \
|
postfix.hh \
|
||||||
reducform.hh \
|
reduce.hh \
|
||||||
syntimpl.hh \
|
syntimpl.hh \
|
||||||
tostring.hh \
|
tostring.hh \
|
||||||
tunabbrev.hh
|
tunabbrev.hh
|
||||||
|
|
@ -50,7 +50,7 @@ libltlvisit_la_SOURCES = \
|
||||||
lunabbrev.cc \
|
lunabbrev.cc \
|
||||||
nenoform.cc \
|
nenoform.cc \
|
||||||
postfix.cc \
|
postfix.cc \
|
||||||
reducform.cc \
|
reduce.cc \
|
||||||
syntimpl.cc \
|
syntimpl.cc \
|
||||||
tostring.cc \
|
tostring.cc \
|
||||||
tunabbrev.cc
|
tunabbrev.cc
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||||
// 02111-1307, USA.
|
// 02111-1307, USA.
|
||||||
|
|
||||||
#include "reducform.hh"
|
#include "reduce.hh"
|
||||||
#include "basicreduce.hh"
|
#include "basicreduce.hh"
|
||||||
#include "syntimpl.hh"
|
#include "syntimpl.hh"
|
||||||
#include "ltlast/allnodes.hh"
|
#include "ltlast/allnodes.hh"
|
||||||
|
|
@ -19,8 +19,8 @@
|
||||||
// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||||
// 02111-1307, USA.
|
// 02111-1307, USA.
|
||||||
|
|
||||||
#ifndef SPOT_LTLVISIT_REDUCFORM_HH
|
#ifndef SPOT_LTLVISIT_REDUCE_HH
|
||||||
# define SPOT_LTLVISIT_REDUCFORM_HH
|
# define SPOT_LTLVISIT_REDUCE_HH
|
||||||
|
|
||||||
#include "ltlast/formula.hh"
|
#include "ltlast/formula.hh"
|
||||||
#include "ltlast/visitor.hh"
|
#include "ltlast/visitor.hh"
|
||||||
|
|
@ -80,4 +80,4 @@ namespace spot
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // SPOT_LTLVISIT_REDUCFORM_HH
|
#endif // SPOT_LTLVISIT_REDUCE_HH
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "ltlvisit/destroy.hh"
|
#include "ltlvisit/destroy.hh"
|
||||||
#include "ltlvisit/reducform.hh"
|
#include "ltlvisit/reduce.hh"
|
||||||
#include "ltlvisit/tostring.hh"
|
#include "ltlvisit/tostring.hh"
|
||||||
#include "ltlast/allnodes.hh"
|
#include "ltlast/allnodes.hh"
|
||||||
#include "ltlparse/public.hh"
|
#include "ltlparse/public.hh"
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
#include "tgba/tgbareduc.hh"
|
#include "tgba/tgbareduc.hh"
|
||||||
|
|
||||||
#include "ltlvisit/destroy.hh"
|
#include "ltlvisit/destroy.hh"
|
||||||
#include "ltlvisit/reducform.hh"
|
#include "ltlvisit/reduce.hh"
|
||||||
#include "ltlast/allnodes.hh"
|
#include "ltlast/allnodes.hh"
|
||||||
#include "ltlparse/public.hh"
|
#include "ltlparse/public.hh"
|
||||||
#include "tgbaalgos/ltl2tgba_lacim.hh"
|
#include "tgbaalgos/ltl2tgba_lacim.hh"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue