The function eval_graph
in eval.jl
implicitly assumes that the node corresponding to the input node has label :A
. Some of the graph generators, such as for example ps_poly.jl
and monomial_poly.jl
for instance, allow the user to use a different label via the kwarg input
.
I'd be inclined to add the input
kwarg to eval_graph
if nobody sees an issue with that.