* configure.ac, NEWS: Bump version to 0.1.
This commit is contained in:
parent
db6973aaa8
commit
f07aba5ac3
3 changed files with 31 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2005-01-31 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* configure.ac, NEWS: Bump version to 0.1.
|
||||
|
||||
2005-01-30 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* bench/emptchk/Makefile.am (dist_noinst_SCRIPTS): Add pml-clserv.sh
|
||||
|
|
|
|||
27
NEWS
27
NEWS
|
|
@ -1,4 +1,29 @@
|
|||
New in spot 0.0y:
|
||||
New in spot 0.1 (2005-01-31):
|
||||
|
||||
* Emptiness checks:
|
||||
- They all follow the same interface, and gather statistical data.
|
||||
- New algorithms: gv04.hh, se05.hh, tau03.hh, tau03opt.hh
|
||||
- New options for couvreur99: poprem and group.
|
||||
- reduce_run() try to reduce accepting runs produced by emptiness checks.
|
||||
- replay_run() ensure accepting runs are actually accepting runs.
|
||||
* New testing tools:
|
||||
- ltltest/randltl: Generate random LTL formulae.
|
||||
- tgbatest/randtgba: Generate random TGBAs. Optionally multiply them
|
||||
against random LTL formulae. Optionally check them for emptiness
|
||||
with all available algorithms. Optionally gather statistics.
|
||||
* bench/emptchk/: Contains scripts that benchmark emptiness-checks.
|
||||
* Split the degeneralization proxy in two:
|
||||
- tgba_tba_proxy uses at most max(N,1) copies
|
||||
- tgba_sba_proxy uses at most 1+max(N,1) copies and has a
|
||||
state_is_accepting() method
|
||||
* tgba::transition_annotation annotate a transition with some string.
|
||||
This comes handy to associate that transition to its high-level name.
|
||||
* Preliminary support for Event-based GBA (the evtgba*/ directories).
|
||||
This might as well disappear in a future release.
|
||||
* LTL formulae are now sorting using their string representation, instead
|
||||
of their memory address (which is still unique). This makes the output
|
||||
of the various functions more deterministic.
|
||||
* The Doxygen documentation is now organized using modules.
|
||||
|
||||
New in spot 0.0x (2004-08-13):
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
# 02111-1307, USA.
|
||||
|
||||
AC_PREREQ([2.59])
|
||||
AC_INIT([spot], [0.0y])
|
||||
AC_INIT([spot], [0.1])
|
||||
AC_CONFIG_AUX_DIR([tools])
|
||||
AM_INIT_AUTOMAKE([1.9 gnits nostdinc tar-ustar])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue