* configure.ac, NEWS: Bump version to 0.0v.

This commit is contained in:
Alexandre Duret-Lutz 2004-06-29 18:22:13 +00:00
parent 8be67c1976
commit 31b163dbf8
3 changed files with 28 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2004-06-29 Alexandre Duret-Lutz <adl@src.lip6.fr>
* configure.ac, NEWS: Bump version to 0.0v.
2004-06-28 Thomas Martinez <martinez@src.lip6.fr> 2004-06-28 Thomas Martinez <martinez@src.lip6.fr>
* src/tgbatest/reduccmp.test: Bug. * src/tgbatest/reduccmp.test: Bug.
@ -38,7 +42,7 @@
That produces more readable output. That produces more readable output.
* wrap/python/cgi/ltl2tgba.in: Add "Formula Simplications" options. * wrap/python/cgi/ltl2tgba.in: Add "Formula Simplications" options.
* wrap/python/spot.i: Wrap src/ltlvisite/reduce.hh. * wrap/python/spot.i: Wrap src/ltlvisit/reduce.hh.
* src/ltlvisit/simpfg.cc, src/ltlvisit/simpfg.hh: New files, * src/ltlvisit/simpfg.cc, src/ltlvisit/simpfg.hh: New files,
extracted from ... extracted from ...

23
NEWS
View file

@ -1,4 +1,25 @@
New in spot 0.0u: New in spot 0.0v (2004-06-29):
* LTL formula simplifications using basic rewriting rules,
a-la Wring syntactic approximations, and Etessami's universal
and existential classes.
- Function reduce() in ltlvisit/reduce.hh is the main interface.
- Can be tested with the CGI script.
* TGBA simplifications using direct simulation, delayed simulation,
and SCC-based simplifications. This is still experimental.
* The LTL parser will now read LTL formulae written using Wring's syntax.
* ltl2tgba_fm() now has options for on-the-fly fair-loop approximations,
and Modella-like branching-postponement.
* GreatSPN interface:
- The `declarative_environment' is now part of Spot itself rather than
part of the interface with GreatSPN.
- the RG and SRG interface can deal with dead markings in three
ways (omit deadlocks from the state graph, stutter on the deadlock
and consider as a regular behavior, or stutter and distinguish the
deadlock with a property).
- update SSP interface to Soheib Baarir latest work.
* Preliminary Python bindings for BuDDy's FDD and BVEC.
* Upgrade to BuDDy 2.3.
New in spot 0.0t (2004-04-23): New in spot 0.0t (2004-04-23):

View file

@ -20,7 +20,7 @@
# 02111-1307, USA. # 02111-1307, USA.
AC_PREREQ([2.59]) AC_PREREQ([2.59])
AC_INIT([spot], [0.0u]) AC_INIT([spot], [0.0v])
AC_CONFIG_AUX_DIR([tools]) AC_CONFIG_AUX_DIR([tools])
AM_INIT_AUTOMAKE([gnits nostdinc 1.8]) AM_INIT_AUTOMAKE([gnits nostdinc 1.8])