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
1e0ae548
Commit
1e0ae548
authored
May 09, 2012
by
Alexandre Duret-Lutz
Browse files
Release Spot 0.9
* configure.ac, NEWS: Bump version to 0.9.
parent
29456680
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
1e0ae548
New in spot 0.
8.3a
:
New in spot 0.
9 (2012-05-09)
:
* New features:
- Operators from the linear fragment of PSL are supported. This
...
...
@@ -29,7 +29,7 @@ New in spot 0.8.3a:
- A new direct simulation reduction has been implemented. It
works directly on TGBAs. It is in src/tgbaalgos/simlation.hh,
and it can be tested via ltl2tgba's -RDS option.
- unabbreviate_wm() is a function that rewrite the W and M operators
- unabbreviate_wm() is a function that rewrite
s
the W and M operators
of LTL formulae using R and U. This is called whenever we output
a formula in Spin syntax. By combining this with the aforementioned
PSL rewriting rules, many PSL formulae that use simple SERE can be
...
...
configure.ac
View file @
1e0ae548
...
...
@@ -22,7 +22,7 @@
# 02111-1307, USA.
AC_PREREQ([2.61])
AC_INIT([spot], [0.
8.3a
], [spot@lrde.epita.fr])
AC_INIT([spot], [0.
9
], [spot@lrde.epita.fr])
AC_CONFIG_AUX_DIR([tools])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 gnu tar-ustar color-tests parallel-tests])
...
...
Write
Preview
Supports
Markdown
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