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
d26a7f7e
Commit
d26a7f7e
authored
Jun 08, 2011
by
Alexandre Duret-Lutz
Browse files
* NEWS: Update with recent changes.
parent
3216494c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
d26a7f7e
2011-06-08 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* NEWS: Update with recent changes.
2011-06-08 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Implement cache pruning in the CGI script.
...
...
NEWS
View file @
d26a7f7e
New in spot 0.7.1a:
* Spot can read DiVinE models. See iface/dve2/README for details.
* The experimental Nips interface has been removed.
* The dotty_reachable() has a new option "assume_sba" that can
be used for rendering automata with state-based acceptance. In
that case, acceptance states are displayed with a double circle.
* Major new features:
- Spot can read DiVinE models. See iface/dve2/README for details.
- The experimental Nips interface has been removed.
- The genltl tool can now output 20 differents LTL formula families.
It also replace the LTLcounter Perl scripts.
* Major interface changes:
- The destructor of all states is now private. Any code that looks like
"delete some_state;" will cause an compile error and should be
updated to "some_state->destroy();". This new syntax is supported
since version 0.7.
* Minor changes:
- The dotty_reachable() function has a new option "assume_sba" that
can be used for rendering automata with state-based acceptance.
In that case, acceptance states are displayed with a double
circle. ltl2tgba (both command line and on-line) Use it to display
degeneralized automata.
* Internal improvements:
- The on-line ltl2tgba CGI script uses a cache to produce faster
answers.
- Better memory managementmanagment for the states of explicit
automata. Thanks to the aforementioned ->destroy() change, we
can avoid cloning explicit states.
- tgba_product has learned how to be faster when one of the operands
is a Kripke structure (15% speedup).
- The reduction rule for "a M b" has been improved: it can be
reduced to "a & b" if "a" is a pure eventuallity.
New in spot 0.7.1 (2001-02-07):
...
...
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