• Stars
    star
    4
  • Rank 3,304,323 (Top 66 %)
  • Language
    Jupyter Notebook
  • Created about 2 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Task scheduler that takes a list of tasks, their duration, dependencies (tasks that have to be completed before a particular task can be executed), whether they are flexible or have to happen at a fixed time and returns an optimized schedule.