Commit 2b1ec786 by fshahinfar1

start writing LSTR algorithm class

parent 1687faa2
from simso.core import Scheduler, Timer
from simso.schedulers import scheduler
@scheduler("simso.schedulers.LSTR")
class LSTR(Scheduler):
"""
Least Slack Time Rate First
"""
def init(self):
pass
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment