Skip to content
GitLab
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
b9b3c1ca
Commit
b9b3c1ca
authored
Mar 08, 2004
by
Alexandre Duret-Lutz
Browse files
* configure.ac, NEWS: Bump version to 0.0r.
parent
1d411fa3
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b9b3c1ca
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.
...
...
NEWS
View file @
b9b3c1ca
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):
...
...
buddy/examples/calculator/parser.h
View file @
b9b3c1ca
/* A Bison parser, made by GNU Bison 1.875
b
. */
/* A Bison parser, made by GNU Bison 1.875
c
. */
/* Skeleton parser for Yacc-like parsing with Bison,
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
...
...
configure.ac
View file @
b9b3c1ca
...
...
@@ -20,7 +20,7 @@
# 02111-1307, USA.
AC_PREREQ([2.57])
AC_INIT([spot], [0.0
q
])
AC_INIT([spot], [0.0
r
])
AC_CONFIG_AUX_DIR([tools])
AM_INIT_AUTOMAKE([gnits nostdinc 1.8])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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