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
528cc04c
Commit
528cc04c
authored
Apr 23, 2015
by
Etienne Renault
Browse files
Update documentation.
* iface/ltsmin/README: here.
parent
5f4b7e1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
iface/ltsmin/README
View file @
528cc04c
...
...
@@ -121,11 +121,11 @@ Usage with Spot
Examples
========
Using
the
dve2
check
program
built
into
this
directory
,
we
can
verify
Using
the
model
check
program
built
into
this
directory
,
we
can
verify
that
the
critical
section
is
accessed
infinitely
often
by
some
processes
using
:
%
./
dve2
check
beem
-
peterson
.4
.
dve
'!GF(P_0.CS|P_1.CS|P_2.CS|P_3.CS)'
%
./
model
check
beem
-
peterson
.4
.
dve
'!GF(P_0.CS|P_1.CS|P_2.CS|P_3.CS)'
2239039
unique
states
visited
0
strongly
connected
components
in
search
stack
11449204
transitions
explored
...
...
@@ -134,7 +134,7 @@ Examples
Process
P_0
can
starve
,
waiting
to
enter
in
critical
section
:
%
./
dve2
check
beem
-
peterson
.4
.
dve
'!G(P_0.wait -> F P_0.CS)'
%
./
model
check
beem
-
peterson
.4
.
dve
'!G(P_0.wait -> F P_0.CS)'
2190
unique
states
visited
34
strongly
connected
components
in
search
stack
4896
transitions
explored
...
...
@@ -144,7 +144,7 @@ Examples
Variable
pos
[
1
]
is
not
always
<
3
(
this
formula
makes
no
sense
,
it
is
just
to
demonstrate
the
use
of
double
quote
).
%
./
dve2
check
beem
-
peterson
.4
.
dve
'!G("pos[1] < 3")'
%
./
model
check
beem
-
peterson
.4
.
dve
'!G("pos[1] < 3")'
130
unique
states
visited
61
strongly
connected
components
in
search
stack
132
transitions
explored
...
...
@@ -158,7 +158,7 @@ than 2^28, it is way faster than -z (which will work for all values).
Activating
state
compression
will
often
reduce
runtime
.
Compare
:
%
./
dve2
check
-
T
beem
-
peterson
.4
.
dve
'!GF(P_0.CS|P_1.CS|P_2.CS|P_3.CS)'
%
./
model
check
-
T
beem
-
peterson
.4
.
dve
'!GF(P_0.CS|P_1.CS|P_2.CS|P_3.CS)'
2239039
unique
states
visited
0
strongly
connected
components
in
search
stack
11449204
transitions
explored
...
...
@@ -176,7 +176,7 @@ running emptiness chec | 1222 100.0 | 18 100.0 | 1240 100.0 | 1
-------------------------------------------------------------------------------
TOTAL
|
1222
100.0
|
18
100.0
|
1240
100.0
|
%
./
dve2
check
-
T
-
Z
beem
-
peterson
.4
.
dve
'!GF(P_0.CS|P_1.CS|P_2.CS|P_3.CS)'
%
./
model
check
-
T
-
Z
beem
-
peterson
.4
.
dve
'!GF(P_0.CS|P_1.CS|P_2.CS|P_3.CS)'
2239039
unique
states
visited
0
strongly
connected
components
in
search
stack
11449204
transitions
explored
...
...
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