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
44bc1d7e
Commit
44bc1d7e
authored
Jul 17, 2015
by
Alexandre Duret-Lutz
Browse files
* NEWS: Reorganize.
parent
c9109335
Changes
1
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
44bc1d7e
New in spot 1.99.1a (not yet released)
* A missing Python.h is now diagnosed at ./configure time,
with the suggestion to either install python3-devel, or
run ./configure --disable-python.
* Debian packages for libraries have been split from
the main Spot package, as per Debian guidelines.
* The scc_info object, used to build a map of SCCs while gathering
additionnal information, has been simplified and speed up. One
test case where ltlcross would take more than 13min (to check the
translation of one PSL formula and its now takes) now takes only
75s.
translation of one PSL formula) now takes only 75s.
* streett_to_generalized_buchi() is a new function that implements
what its name suggests, with some SCC-based optimizations over the
naive definition. It is used by the to_generalized_buchi() and
remove_fin() function when the input automaton is a Streett
remove_fin() function
s
when the input automaton is a Streett
automaton with more than 3 pairs (this threeshold can be changed
via the SPOT_STREETT_CONV_MIN environment variable -- see the
spot-x(7) man page for details).
...
...
@@ -38,7 +30,11 @@ New in spot 1.99.1a (not yet released)
- the libspotltsmin library is installed
- ltlcross and ltldo did not properly quote atomic propositions
and temporary file names containing a single-quote
- A missing Python.h is now diagnosed at ./configure time, with
the suggestion to either install python3-devel, or run
./configure --disable-python.
- Debian packages for libraries have been split from
the main Spot package, as per Debian guidelines.
New in spot 1.99.1 (2015-06-23)
...
...
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