Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
uppaal-code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kristof
uppaal-code
Commits
e28ac7af
Commit
e28ac7af
authored
9 years ago
by
Kristof
Browse files
Options
Downloads
Patches
Plain Diff
- V4 (getting ready for broadcast)
parent
195c240b
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Clocks-Test-4.q
+66
-0
66 additions, 0 deletions
Clocks-Test-4.q
Clocks-Test-4.xml
+166
-0
166 additions, 0 deletions
Clocks-Test-4.xml
with
232 additions
and
0 deletions
Clocks-Test-4.q
0 → 100644
+
66
−
0
View file @
e28ac7af
//This file was generated from (Commercial) UPPAAL 4.0.12 (rev. 4561), July 2010
/*
"Does any deadlock exist?"
*/
E
<>
deadlock
/*
*/
E
<>
P_ClientBehavior.FINISH_PROCEDURE
/*
*/
E
<>
P_ClientBehavior.UNICAST_OFFSET_CALCULATION
/*
*/
E
<>
P_ClientBehavior.FINISH_PROCEDURE
and
(
P_ClientClock.client_clock_counter
==
P_ServerClock.server_clock_counter
)
/*
*/
E
<>
P_ClientClock.FINISH_CLOCKOUTOFBOUNDS
/*
*/
A
[]
P_ClientBehavior.FINISH_PROCEDURE
imply
(
P_ClientClock.client_clock_counter
-
P_ServerClock.server_clock_counter
<
P_ClientBehavior.unicast_roundtrip
/ 2)
/*
*/
A
[]
P_ClientBehavior.UNICAST_FINISHED
imply
(
P_ClientClock.client_clock_counter
-
P_ServerClock.server_clock_counter
<
P_ClientBehavior.unicast_roundtrip
/ 2)
/*
*/
//NO_QUERY
/*
*/
A
<>
P_ClientBehavior.UNICAST_RESPONSE_RECEIVED
and
unicast_repetitions_counter
==
2
/*
*/
A
<>
P_ClientBehavior.UNICAST_RESPONSE_TIMESTAMPED
and
unicast_repetitions_counter
==
2
/*
*/
A
<>
P_ClientBehavior.UNICAST_OFFSET_CALCULATION
and
unicast_repetitions_counter
==
2
/*
*/
A
<>
P_ClientBehavior.FINISH_PROCEDURE
/*
*/
//NO_QUERY
This diff is collapsed.
Click to expand it.
Clocks-Test-4.xml
0 → 100644
+
166
−
0
View file @
e28ac7af
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment