Functionsยง
- add_
dependency - Add a dependency between two tasks after checking for circular dependencies.
- check_
circular_ dependency - Check if adding a dependency would create a circular dependency.
- get_
blocked_ tasks - Get all tasks that are blocked by a given task
- get_
blocking_ tasks - Get all tasks that block a given task (dependencies)
- get_
incomplete_ blocking_ tasks - Check if a task is blocked by any incomplete tasks