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
Merge requests
!76
Move new Prosa from rt.restructuring to top level and rename the namespace from 'rt' to 'prosa'
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Move new Prosa from rt.restructuring to top level and rename the namespace from 'rt' to 'prosa'
the-big-rename
into
master
Overview
0
Commits
2
Pipelines
1
Changes
314
Merged
Björn Brandenburg
requested to merge
the-big-rename
into
master
5 years ago
Overview
0
Commits
2
Pipelines
1
Changes
314
Expand
Addresses
#53 (closed)
.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
0d8c78ae
2 commits,
5 years ago
314 files
+
1430
−
1438
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
314
Search (e.g. *.vue) (Ctrl+P)
restructuring/
analysis/abstract/abstract_rta.v
→
analysis/abstract/abstract_rta.v
+
3
−
3
Options
Require
Export
rt
.
restructuring
.
analysis
.
concepts
.
schedulability
.
Require
Export
prosa
.
analysis
.
concepts
.
schedulability
.
Require
Export
rt
.
restructuring
.
analysis
.
abstract
.
search_space
.
Require
Export
prosa
.
analysis
.
abstract
.
search_space
.
Require
Export
rt
.
restructuring
.
analysis
.
abstract
.
run_to_completion
.
Require
Export
prosa
.
analysis
.
abstract
.
run_to_completion
.
From
mathcomp
Require
Import
ssreflect
ssrbool
eqtype
ssrnat
seq
path
fintype
bigop
.
From
mathcomp
Require
Import
ssreflect
ssrbool
eqtype
ssrnat
seq
path
fintype
bigop
.
Loading