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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lasse Blaauwbroek
PROSA - Formally Proven Schedulability Analysis
Graph
46e8bd905c02a4ca185f403e27238af02884b8b8
Select Git revision
Branches
7
classic-prosa
embed_arr_seq_uniq
fset
master
default
protected
prepare_MC_PR
tutorial
wip-hunspell
Tags
5
v0.5
v0.4
v0.3
v0.2
v0.1
12 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
22
Feb
18
17
16
15
14
13
11
9
31
Jan
13
15
Dec
7
29
Nov
25
24
23
5
4
3
2
14
Oct
12
11
7
6
5
4
30
Sep
29
27
22
17
16
15
11
8
30
Jul
27
26
19
18
Mar
11
8
1
29
Jan
2
11
Dec
25
Sep
23
22
9
28
Aug
27
10
6
5
4
30
Jul
9
8
30
Jun
19
May
11
3
Apr
1
31
Mar
27
10
27
Feb
26
19
11
10
23
Jan
21
21
Dec
20
19
18
12
10
4
20
Nov
19
18
15
11
5
31
Oct
29
24
23
16
15
11
24
Sep
23
17
30
Aug
23
21
20
13
24
Jul
19
2
27
Jun
26
25
13
12
5
26
May
19
16
13
12
7
3
29
Apr
9
5
12
Oct
19
Sep
4
17
Jul
5
Jan
14
Dec
7
10
Jan
25
Nov
26
Oct
19
18
6
6
Sep
5
Aug
3
17
Jul
15
14
13
12
8
Jun
6
5
May
4
31
Mar
2
23
Feb
16
14
12
7
3
1
20
Jan
19
15
14
13
12
10
9
8
7
6
5
29
Dec
18
17
16
15
14
10
9
8
7
4
3
2
1
30
Nov
24
23
20
18
17
13
Update the Installing Coq section
Add Contributing sectio (TODO)
Add Coq installation instructions to tutorial
CI: exclude doc/ from comments spell-check
address some spelling issues
filter backticks in comments
CI: compile the tutorial with alectryon
Makefile: add a `make tutorial` target
Initiate a Prosa Tutorial
Remove unused section
Deprecate ltn_leq_trans
Restore compatibility with Coq 8.13
examples of how to avoid `apply with`
Rename arguments of [apply _ with (NAME0 := _)]
update Alectryon image
coqdoc: remove unnecessary --coqlib flag
bump supported Coq and mathcomp versions and update CI
define `service_on` in the class `ProcessorState`
change [job_task j = tsk] to [job_of_task tsk j]
update coding guidlines (require external deps first)
Fix some Admitted
fset
fset
Require external libraries first
[WIP] Replace seq with finite sets
Embeds arrival_uniq into arrival sequences
embed_arr_seq_u…
embed_arr_seq_uniq
add an RTA for FIFO scheduling based on aRTA
add new helper lemma about RBF
Introduce extrapolated arrival curve
Add bounded tardiness definition
Fix a comment in job.v
new lemma about rbf
removed assumption job_of_task and restructured proofs
two new utility lemmas on FIFO and job completion
Comment fixes in files
note equivalence of two ways of constraining `workload_of_jobs`
add two new utility lemmas about sums over set partitions
add rewriting lemma on the workload of "all other jobs"
clean up in util/unit_growth.v
add basic facts about the FIFO scheduling policy
add a stronger notion of priority policy compliance
introduce the job-level predicate `preempted_at`
Loading