Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
las3_pub
/
simso
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
a3663753179613edb44a4f53361237a82d8a258e
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
16
Feb
29
Jun
9
6
Dec
1
27
Nov
25
9
6
28
Oct
25
Jul
6
Feb
31
Jan
9
Mar
3
24
Sep
14
Jul
9
7
6
1
26
Jun
28
May
27
24
22
21
18
12
4
28
Apr
21
Minor changes and bugfixes, import amalthea model
master
master
Much work on faults and fault events
added Faults and minor changes
seems to work correctly now
Moved to simpy4 processes
seems to work with a few bugs
commit before trying process as member
changes to now
intermediate commit, not working
added probabilistic model
fix uunifast-discard generator to handle tasksets of only 1 task
add comment to Kato et al. tasksets generator
fix integer division with Python 2 in Ripoll generator
fix gen_uunifastdiscard argument order
Merge pull request #10 from fshahinfar1/develop
fix a mistake in task_generator
Merge pull request #9 from fshahinfar1/LSTR
add doc
implement LSTR algorithm
start writing LSTR algorithm class
change git igonre for pycharm
New scheduler: SCHED_DEADLINE
debug LLF and MLLF schdulers
readme text upadated
update documentation
Merge pull request #4 from Scriptopathe/master
Added required speed attribute to CC_EDF and Static_EDF
Added support for loading classes by providing a class reference.
Caches: rename penalty arg to access_time.
Removed unused field requirement.
Added the 'scheduler' decorator to all schedulers
Added 'scheduler' decorator to register schedulers and their parameters
Fix use of SchedulerInfo.
Update version to 0.8.1.
Tasks: Abort on miss is now the default.
Processor: merge preempt and migrate events
Add a laxity property to the Job objects.
Add EDCL scheduler
update G-EDF implementation.
Fix import for PyInstaller.