AlgebraicJulia / AlgebraicRelations.jl

Relational Algebra, now with more algebra!
https://www.algebraicjulia.org
MIT License
48 stars 3 forks source link

Scheduling Workflows #17

Open bosonbaas opened 3 years ago

bosonbaas commented 3 years ago

This PR adds the ability to assign Julia functions to boxes in a workflow and then execute that workflow.

The new scheduling command has the signature:

evaluate(dwd::WiringDiagram, funcs::Dict{Symbol, <:Function}, input_vals::Array)
bosonbaas commented 3 years ago

This code can be more condensed by using the toplogical_sort algorithm provided for graphs in Catlab here to define the order of defining Thunks