diff --git a/src/compiler/graph.jl b/src/compiler/graph.jl index 3a9b02f9..ad405bd2 100644 --- a/src/compiler/graph.jl +++ b/src/compiler/graph.jl @@ -1,3 +1,5 @@ +# TODO: most (all?) of this could be in Flow + immutable ModelInput end splitnode(v, n) = vertex(Split(n), v)