Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PROSA - Formally Proven Schedulability Analysis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RT-PROOFS
PROSA - Formally Proven Schedulability Analysis
Commits
911ffba5
Commit
911ffba5
authored
1 month ago
by
Kimaya Bedarkar
Browse files
Options
Downloads
Patches
Plain Diff
add spaces
parent
de4512f1
No related branches found
No related tags found
No related merge requests found
Pipeline
#119250
passed
1 month ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
analysis/facts/model/ideal_uni_exceed.v
+2
-2
2 additions, 2 deletions
analysis/facts/model/ideal_uni_exceed.v
with
2 additions
and
2 deletions
analysis/facts/model/ideal_uni_exceed.v
+
2
−
2
View file @
911ffba5
...
@@ -90,8 +90,8 @@ Section ExceedanceProcStateProperties1.
...
@@ -90,8 +90,8 @@ Section ExceedanceProcStateProperties1.
[ExceedanceExecution j] for some [j]. *)
[ExceedanceExecution j] for some [j]. *)
Definition
is_exceedance_exec
(
pstate
:
(
exceedance_proc_state
Job
))
:=
Definition
is_exceedance_exec
(
pstate
:
(
exceedance_proc_state
Job
))
:=
match
pstate
with
match
pstate
with
|
ExceedanceExecution
_
=>
true
|
ExceedanceExecution
_
=>
true
|_
=>
false
|
_
=>
false
end
.
end
.
(** Next, let us consider any schedule of the [exceedance_proc_state]. *)
(** Next, let us consider any schedule of the [exceedance_proc_state]. *)
...
...
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