* src/ltlvisit/randomltl.cc, src/ltlvisit/randomltl.hh: New files.
* src/ltlvisit/Makefile.am (ltlvisit_HEADERS, libltlvisit_la_SOURCES): Distribute them. * src/ltltest/randltl.cc: New file. * src/ltltest/Makefile.am (LDADD): Link with ../libspot.la directly. (noinst_PROGRAMS, randltl_SOURCES): New. (EXTRA_DIST, CLEANFILES): The list of random formulae is now generated. * src/ltltest/formulae.txt: Delete. * src/ltltest/reduc.test: Use randltl to generate formulae. * src/ltlvisit/length.cc (length_visitor): Fix computation of the length of multops. * src/ltlvisit/length.hh (length): Document the length of multops.
This commit is contained in:
parent
7216701631
commit
e366b081a8
10 changed files with 573 additions and 2214 deletions
15
ChangeLog
15
ChangeLog
|
|
@ -1,3 +1,18 @@
|
|||
2005-01-05 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* src/ltlvisit/randomltl.cc, src/ltlvisit/randomltl.hh: New files.
|
||||
* src/ltlvisit/Makefile.am (ltlvisit_HEADERS,
|
||||
libltlvisit_la_SOURCES): Distribute them.
|
||||
* src/ltltest/randltl.cc: New file.
|
||||
* src/ltltest/Makefile.am (LDADD): Link with ../libspot.la directly.
|
||||
(noinst_PROGRAMS, randltl_SOURCES): New.
|
||||
(EXTRA_DIST, CLEANFILES): The list of random formulae is now generated.
|
||||
* src/ltltest/formulae.txt: Delete.
|
||||
* src/ltltest/reduc.test: Use randltl to generate formulae.
|
||||
* src/ltlvisit/length.cc (length_visitor): Fix computation
|
||||
of the length of multops.
|
||||
* src/ltlvisit/length.hh (length): Document the length of multops.
|
||||
|
||||
2005-01-04 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* src/sanity/includes.test: Also check *.hxx files.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue