mindee / tawazi

A DAG Scheduler library written in pure python
https://mindee.github.io/tawazi/
Apache License 2.0
70 stars 5 forks source link

new: :sparkles: :recycle: refacto of the graph building interface and implement root nodes #178

Closed matthiasmindee closed 8 months ago

matthiasmindee commented 10 months ago

Description

This PR refactors a lot of the graph creation interface leveraging other functions from networkx and implements the possibility of running only a subgraph from a root node

Checklist: