Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pta2maude
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
real-time maude
pta2maude
Commits
6151596d
Commit
6151596d
authored
2 years ago
by
Jaime Arias
Browse files
Options
Downloads
Patches
Plain Diff
fix: revert coffee maude files
parent
5f33ec23
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
benchmarks/models/coffee.collapsing.maude
+2
-0
2 additions, 0 deletions
benchmarks/models/coffee.collapsing.maude
benchmarks/models/coffee.no-collapsing.maude
+4
-0
4 additions, 0 deletions
benchmarks/models/coffee.no-collapsing.maude
with
6 additions
and
0 deletions
benchmarks/models/coffee.collapsing.maude
+
2
−
0
View file @
6151596d
...
...
@@ -36,4 +36,6 @@ endm
load meta-pta .
red reachability (<replace>, (< idle ; x:Real ; y:Real > < p1:Real ; p2:Real ; p3:Real > | ( x:Real === y:Real and x:Real >= 0/1 and y:Real >= 0/1 and p1:Real >= 0/1 and p2:Real >= 0/1 and p3:Real >= 0/1 ) )) .
eof
\ No newline at end of file
This diff is collapsed.
Click to expand it.
benchmarks/models/coffee.no-collapsing.maude
+
4
−
0
View file @
6151596d
...
...
@@ -30,4 +30,8 @@ mod MODEL is
endm
smt-search [1] < idle ; x ; y > < p1 ; p2 ; p3 > =>*
< <replace> ; x':Real ; y':Real > < p1 ; p2 ; p3 >
such that ( x === y and x >= 0/1 and y >= 0/1 and p1 >= 0/1 and p2 >= 0/1 and p3 >= 0/1 ) = true .
eof
\ No newline at end of file
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