* configure.ac, NEWS: Bump version to 0.0r.
This commit is contained in:
parent
1d411fa3c1
commit
b9b3c1ca25
4 changed files with 13 additions and 3 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2004-03-08 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* configure.ac, NEWS: Bump version to 0.0r.
|
||||
|
||||
* src/tgbaalgos/ltl2tgba_fm.cc (ltl_to_tgba_fm) <exprop>: Do not
|
||||
blindly enumerate all combinations of atomic properties; initially
|
||||
set all_props to the set of all possibly satisfiable combinations.
|
||||
|
|
|
|||
10
NEWS
10
NEWS
|
|
@ -1,4 +1,12 @@
|
|||
New in spot 0.0q:
|
||||
New in spot 0.0r (2004-03-08):
|
||||
|
||||
* In ltl_to_tgba_fm:
|
||||
- New option `exprop' to optimize determinism.
|
||||
- Make the `symbolic indentification' from 0.0p optional.
|
||||
* `nonacceptant_lbtt_reachable' new function to help getting
|
||||
accurate statistics from LBTT.
|
||||
* Revamp the cgi script's user interface.
|
||||
* Upgrade to lbtt 1.0.3, swig 1.3.21, automake 1.8.3
|
||||
|
||||
New in spot 0.0p (2004-02-03):
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* A Bison parser, made by GNU Bison 1.875b. */
|
||||
/* A Bison parser, made by GNU Bison 1.875c. */
|
||||
|
||||
/* Skeleton parser for Yacc-like parsing with Bison,
|
||||
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
# 02111-1307, USA.
|
||||
|
||||
AC_PREREQ([2.57])
|
||||
AC_INIT([spot], [0.0q])
|
||||
AC_INIT([spot], [0.0r])
|
||||
AC_CONFIG_AUX_DIR([tools])
|
||||
AM_INIT_AUTOMAKE([gnits nostdinc 1.8])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue