Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
f07aba5a
Commit
f07aba5a
authored
Jan 31, 2005
by
Alexandre Duret-Lutz
Browse files
* configure.ac, NEWS: Bump version to 0.1.
parent
db6973aa
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
f07aba5a
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
...
...
NEWS
View file @
f07aba5a
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):
...
...
configure.ac
View file @
f07aba5a
...
...
@@ -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])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment