-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
68 lines (41 loc) · 2.18 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
LTL3 Tools NEWS
-=-=-=-=-=-=-=-
Sun Aug 12 10:46:40 CEST 2018 LTL3 tools 0.0.8
- LTL3 tools now work with the latest version (= 4.0) of AT&T's FSM
library (Thanks to Rico Backasch for helping me debug this!)
- Added a regression test suite (which is relevant mostly for
developers). See test-suite/HOWTO for details.
Wed Apr 1 21:20:22 EST 2009 LTL3 tools 0.0.7
- Added program formulatosymbols which takes a formula and returns a list
of symbols as required by AT&T's fsmlibrary
- Changed the program extractalphabet to not only return all actions, but
the powerset of all actions, i.e., the alphabet of the Buchi automaton
- Added -a options to nevertofsm and fsmcrossprod to receive a string
containing the alphabet (generated by extractalphabet, for example)
- (The above essentially) fixes bug which would lead to wrong monitors
when one of the LTL2BA generated Buchi automata contained only a
universal self-loop
Tue Feb 17 09:41:44 EST 2009 LTL3 tools 0.0.6
- Major performance improvements
- Fixed a bug that could lead to wrong monitors being created when
the propsitions used were, in part, substrings of one another, e.g.
m, mt, pmt, etc.
Fri Dec 26 04:36:21 EST 2008 LTL3 tools 0.0.5
- Fixed a bug in the minimisation algorithm which would not minimise
?-states properly when X-operators appeared in the formula
Thu Dec 25 01:29:08 EST 2008 LTL3 tools 0.0.4
- Added -m option to fsmcrossprod in order to minimise monitor FSM
- Fixed a bug in nevertofsm which could lead to AT&T's fsmlibrary's reject
of the generated automaton; that is, states can no longer have a trailing
zero which seems to confuse the fsmlibrary
Thu Jul 17 13:28:18 EST 2008: LTL3 tools 0.0.3
- Fixed a non-termination bug which would cause stack overflow on certain
formulae, such as "[] <> a"
- Formulae may now contain "->" and "<->"
- Propositions may now contain "_"
Thu Jul 10 13:47:39 EST 2008: LTL3 tools 0.0.2
- Fixed parser error of never-claim parser
- Added colour option to fsmcrossprod
- Adjusted ltl2mon accordingly
Wed Jul 9 21:11:23 EST 2008: LTL3 tools 0.0.1
- Released initial version 0.0.1