Add scheduler interface

This commit is contained in:
2023-10-10 14:12:42 +02:00
parent a86901e425
commit 140a954d01
7 changed files with 130 additions and 58 deletions

View File

@@ -0,0 +1,15 @@
# Scheduler
## Interface
```@autodocs
Modules = [MetagraphOptimization]
Pages = ["scheduler/interface.jl"]
Order = [:type, :function]
```
## Greedy
```@autodocs
Modules = [MetagraphOptimization]
Pages = ["scheduler/greedy.jl"]
Order = [:type, :function]
```